-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS.2017
More file actions
631 lines (524 loc) · 29 KB
/
Copy pathNEWS.2017
File metadata and controls
631 lines (524 loc) · 29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
Open Firm Accounting - NEWS
Summary
=======
Version 0.73
Version 0.72
Version 0.71
Version 0.70
Version 0.69
Version 0.68
Version 0.67
Version 0.66
Version 0.65
Version 0.64
-----------------------------------------------------------------------
Version 0.73
============
Released on 2017-11-12
Total files count: 849 files
Total lines count: 587078 lines
maintainer/run-distcheck.sh: real 7m13.079s
New features and improvements:
RECURRENT DB Model v10
- Recurrent model: have creation user and timestamp (todo #1488).
- Recurrent generation: let the user choose the generation mode.
- Recurrent run: take a copy of model data at creation time.
- Recurrent run: editable cells are now marked with a blue font color.
VAT DB Model v10
- VAT form: have creation user and timestamp (todo #1488).
- VAT form properties: improve the responsiveness of the dialog (todo #1504).
- VAT record: have creation user and timestamp (todo #1488).
- VAT record: have operation generation user and timestamp.
- VAT record: take a copy of form data at creation time.
- VAT record treeview: have a correspondence indicator.
CORE DB Model v38
- ofoAccount: have creation user and timestamp (todo #1488).
- ofoBat: have creation user and timestamp (todo #1488).
- ofoClass: have creation user and timestamp (todo #1488).
- ofoCurrency: have creation user and timestamp (todo #1488).
- ofoDossier: have creation user and timestamp (todo #1488).
- ofoEntry: have creation user and timestamp (todo #1488).
- ofoLedger: have creation user and timestamp (todo #1488).
- ofoOpeTemplate: have creation user and timestamp (todo #1488).
- ofoPaimean: have creation user and timestamp (todo #1488).
- ofoRate: have creation user and timestamp (todo #1488).
Bug fixes:
- ofaTVAFormPage: unselect all when running the properties (todo #1506).
- ofaTVARecordProperties: notes is editable even if the declaration has been validated.
- ofoTVAForm: only check label if mnemonic is ok (todo #1505).
Other changes:
- my_utils_container_crestamp_init(): new function.
- my_utils_str_from_uint_list(): new function.
- my_utils_str_to_uint_list(): new function.
- myIBin: define new "my-ibin-changed" signal (todo #1501).
- myPeriod: new class, obsoletes ofoRecPeriod.
- myPeriodBin: new class, obsoletes ofaRecPeriodProperties.
- ofoTiers: new class.
-----------------------------------------------------------------------
Version 0.72
============
Released on 2017-10-23
Total files count: 853 files
Total lines count: 579358 lines
maintainer/run-distcheck.sh: real 3m6.206s
New features and improvements:
- Rate: check validity and document orphans (todo #1454).
- Recurrent: more comprehensive label when recording waiting operations (todo #1478).
- Recurrent: automatically go to waiting recurrent operations after each generation (todo #1475).
- Unreconciliated/Unsettled entries: center the status indicator.
- Unreconciliated/Unsettled entries: have a button per action (todo #1484).
- VAT: record current date when the user validates a declaration.
- VAT: complete the ofaTVARecordStore with missing datas (todo #1480).
Bug fixes:
- AccountProperties: don't try to get expander status for root accounts.
- DBMS upgrade: fix account archive remediation (todo #1482).
- DBMS upgrade: better manage the possible errors (todo #1483).
- ofaEntryPage: better handle a reconciliation group deletion (todo #1479).
- ofaMainWindow: activates already existing pages on demand (todo #1476).
- ofaMainWindow: disable guided input per ledger on read-only dossier (todo #1487).
- TVARecordProperties: fix memory leak.
- Unreconciliated entries: take the view up to date.
- Unsettled entries: take the view up to date (todo #1481).
Other changes:
- DGIFEC: new plugin which handles the FEC export (todo #1410).
- ofaIConcil: get rid of instance data (todo #1486).
- ofaIStore: define new "ofa-istore-need-refilter" message.
- ofaRecurrentRunTreeview: cache the dossier writability flag (todo #1498).
- Update to Fedora26 ecosystem.
- Replace Gtk 3.22-deprecated gtk_menu_popup().
- Replace Gtk 3.22-deprecated gdk_screen_get_width(), gdk_screen_get_height().
-----------------------------------------------------------------------
Version 0.71
============
Released on 2017-06-28
Total files count: 845 files
Total lines count: 576856 lines
maintainer/run-distcheck.sh: real 7m23.787s
New features and improvements:
- Recurrent operations: amount columns are defined as twins (todo #1471).
Bug fixes:
- Fix solde computing when archiving accounts.
- Fix deletion of a single entry (todo #1473).
- ofaBatTreeview: remove GTK_POLICY_NEVER attribute (todo #1472).
- Fix guided input validity of operation and effect dates (todo #1470).
Other changes:
-
-----------------------------------------------------------------------
Version 0.70
============
Released on 2017-05-07
Total files count: 845 files
Total lines count: 576954 lines
maintainer/run-distcheck.sh: real 8m1.915s
New features and improvements:
- Accounts balance arguments are improved.
- Entries balance is removed.
- Entry page is now able to export the content of its view (todo #1239).
- Account balance render page is now able to export the content of its view.
- Exportable standard class format is reviewed (todo #1351).
- Exporters can provide their own stream format (todo #1411).
- Main window has a new 'minimal' display mode.
- Operation template properties: fields are not masked by the scrollbar (todo #1457).
- Plugins now advertize their DB model with their canonical name (todo #1461).
- Reconciliation page: homogeneize footer display.
- Recurrent operation is not generated is its first amount is zero (todo #1459).
- Recurrent operation validation is now said 'accounting' (todo #1460).
- Restore assistant let the user display the metadata of the archive (todo #1450).
- Settlement page: a footer paned let the user align footer amounts with the treeview (todo #1467).
- Settlement page: homogeneize footer display.
- User may choose display at startup, and when a dossier is opened or closed.
- Headers completeness is now checked at make distcheck time (todo #1462).
- Headers '-def' usage is now checked at make distcheck time (todo #956).
Bug fixes:
- configure.ac: display 'pwirender' plugin build status (todo #1453).
- Fix conversion to DBModel v37 of OFA_T_BAT table.
- myISettings: accept and manage a null list when restoring a window.
- ofaAccountProperties: fix read/write user settings.
- ofaAdminCredentialsBin: fix read/write in dossier settings (todo #1416).
- ofaEntryPage: fix initial display of the extended filter (todo #1464).
- ofaEntryPage: fix operator sensitivity when moving rows (todo #1469).
- ofaEntryPageDelconf: review dialog layout (todo #1468).
- ofaEntryStore: fix ENT_TIERS column type.
- ofaGuidedInputBin: do not override a user-set date when setting a template (todo #1456).
- ofaHub: fix releasing object with floating references.
- ofaMainWindow: better switch back from 'minimal' display mode.
- ofaPrefs: fix mainbook settings read.
- ofaReconcilPage: initialize the empty light in the footer.
- ofaReconcilPage: align header and footer amounts with selection balance.
- ofaRecurrentRunTreeview: fix refresh bug when cancelling operations.
- ofoEntry: fix export format for unset counters.
Other changes:
- my_utils_window_position_get(): new function.
- ofaAccountBalance: new (computing) class which implements ofaIExportable.
- ofaBackupDisplay: new class.
- ofaIExportable::get_basename(): new method.
- ofaIExportable::get_published(): new method.
- ofaIExporter: new interface.
- ofaIRenderer: interface is completed with font and color getters (todo #1452).
- ofaRecurrentModelPage: precise the action label (todo #1458).
- ofaRenderArea: new class which implements ofaIContext.
- ofaStreamFormat: is now able to define which fields are user-updatable.
- ofaTVBin: is now exportable (for now only implemented in ofaEntryPage).
- core/ofo-entry-fec.{c,h}: new files.
-----------------------------------------------------------------------
Version 0.69
============
Released on 2017-04-11
Total files count: 836 files
Total lines count: 565028 lines
maintainer/run-distcheck.sh: real 6m7.099s
New features and improvements:
Core DB Model v37
VAT DB Model v9
- AccountsBalance: new with beginning and ending soldes (todo #1385).
- AccountsBookSummary: have balance and page break by class (todo #1390).
- AccountsBookSummary: sort by operation date or effect date (todo #1419).
- Account properties: have a revealer on current and archived balances (todo #1446).
- Balance check: distinguish between rough, validated and future balances (todo #1392).
- Balance check: improve the UI, expanding the widget when appropriate (todo 1449).
- Display unsettled entries on settleable accounts (todo #1381).
- Display unreconciliated entries on reconciliable accounts (todo #783).
- Entry page: default to delete all the entries of an operation (todo #1397).
- Entry page: display the settlement group (todo #1429).
- Entry properties: align counters, add tiers (todo #1426).
- Export the FEC file (LPF - Article A47 A-1).
- Integrity check: have a user preference to only display errors (todo #1409).
- LedgerBookSummary: is now merged with LedgerBookRender (todo #1386).
- Ledger properties: have a revealer on current and archived balances (todo #1447).
- Operation group: display entries of an operation (todo #1422).
- Operation template: define new DOMYP macro.
- Period closing: improve accounts archive message.
- Printings: allow the user to re-render as often as he wishes (todo #1384).
- Printings: have a progress bar when printing (todo #1404).
- Printings: have a plugin which can override ofaIRenderable interface (todo #1196).
- Reconciliation group: display more columns (todo #1433).
- Reconciliation group: let display entries and BAT files (todo #1434).
- Reconciliation page: auto-updates when an external identifier changes (todo #1407).
- Reconciliation page: have all entry/batlines related actions (todo #1428).
- Reconciliation render take into account the last available BAT at date (todo #1420).
- Recurrent operations validation: have a visual display of the status (todo #1369).
- Restore assistant: allow admin credentials to be saved (todo #1416).
- Settlement page: have all entry related actions (todo #1431).
- Unreconciliated page: have all account/entry related actions.
- Unsettled page: have all account/entry related actions.
- VAT records: may now display the generated operations (todo #1296).
- VAT records: are automatically validated on period/exercice close (todo #1435).
- VAT records: cannot anymore be validated from the properties, but only from the page.
- VAT records: let the accounting entries to be deleted.
- VAT records: also delete generated accounting entries (todo #1437).
Bug fixes:
- Exercice closing: forward operation number are generated in the new exercice.
- Exercice closing: rightly store last closing date and last entry number.
- myICollectionable: make sure the dataset is loaded before first insertion.
- ofaAccountFrameBin: fix notebook size when the dataset is empty.
- ofaAccountPage: fix page display when the dataset is empty.
- ofaAccountStore: let the treeview be repopulated on collection reload.
- ofaEntryPage: fix the height of IDateFilter frame (todo #1194).
- ofaLedgerClose: display the columns in ledgers treeview (todo #1438).
- ofaLedgerClose: fix signaler handlers GList management.
- ofaOpeTemplateFrameBin: fix notebook size when the dataset is empty.
- ofaOpeTemplatePage: fix page display when the dataset is empty.
- ofaOpeTemplateStore: let the treeview be repopulated on collection reload.
- ofaReconcilGroup: conciliation update label is insensitive (todo #1432).
- ofaReconcilRender: compute the account solde depending of the requested date (todo #1413).
- ofaRecurrentRunPage: renew the actions state after an operation.
- Printings: identifiers are ellipsized if too large (todo #1150).
- Printings: display the dossier label instead of the meta name (todo #1415).
Other changes:
- maintainer/check-po.sh: check that all files are rightly internationalized (todo #1421).
- Clarify the reference management of the collection (todo #1359).
- myICollector: load_collection() always returns a new sTyped structure.
- ofaAccentryStore: new class.
- ofaAccentryTreeview: new class.
- ofaBatLineProperties: new class.
- ofaIRenderer: new interface.
- ofaISignaler: have new ofa-isignaler-def.h header file.
- ofaOperationGroup: new class.
- ofaPrefs: new class (todo #1424).
- ofaSettlementGroup: new class.
- ofaUnreconcilPage: new class.
- ofaUnsettledPage: new class.
- ofoCounters: new class.
- ofoEntry: status is stored in DBMS as a char indicator (todo #1414).
- ofoRecurrentRun: review status (numeric in the code, alpha in the dbms).
-----------------------------------------------------------------------
Version 0.68
============
Released on 2017-03-21
Total files count: 798
Total lines count: 532196
New features and improvements:
Core DB Model v36
Recurrent DB Model v9
- CheckDBMSIntegrity: errors are displayed in red (todo #1395).
- ClosingParms: improve account check (todo #513).
- EntryPage: have an extended filter (todo #733).
- EntryPage: may be opened several times.
- ExerciceCloseAssistant: archive opening accounts balances (todo #1388).
- Improve error messages when entering an operation (todo #1356).
- Display conciliation group from an entry or a BAT line (todo #1372).
- Review the window geometry management (todo #1285).
- Let the user have a pin button to detach main tabs.
- Pages which may be opened several times are numbered (todo #1380).
- Printings: have a progression bar during pagination and rendering (todo #1403).
- VAT declaration: let the label be edited by the user (todo #1378).
- VAT declaration: operation label depends of the managed period (todo #1393).
Bug fixes:
- DB restoration: fix unset variable when restoring the last archive.
- myDndWindow: fix drag-and-drop issue (todo #1110).
- myIDialog: fix focus issue when running 'maybe_non_modal()' (todo #1355).
- myIGridlist: fix behavior when there is no header (todo #1373).
- ofaAccountTreeview: fix background color of pixbuf cells (todo #442).
- ofaAccountTreeview: fix selection post-delete (todo #1400).
- ofoAccount: make sure the DBMS stays sane when deleting an account (todo #1394).
- ofaBatProperties: fix the display of last update (todo #1406).
- ofaCheckBalances: fix error message (todo #1398).
- ofaExerciceCloseAssistant: make sure only entries of the closed exercice are archived (todo #1387).
- ofaExerciceCloseAssistant: fix first entry insertion on new exercice.
- ofaIExportable: reinitalize progress count between exports (todo #1389).
- ofaMainWindow: fix Gtk-Warning on size allocation (todo #1172).
- ofaMainWindow: reset the count of opened multiple pages when closing the dossier (todo #1391).
- Recurrent: fix periodicity details count.
- VAT declaration: fix the display of notes indicator.
- VAT declaration: fix the display of last update (todo #1405).
Other changes:
- my_casefold(): new function.
- myIGridList: has new 'my-row-changed' signal (todo #1371).
- my_igridlist_add_row(): add user data argument.
- my_igridlist_get_rows_count(): renamed to my_igridlist_get_details_count().
- my_igridlist_remove_row(): new function.
- my_igridlist_set_has_row_number(): new function.
- my_igridlist_set_has_up_down_buttons: new function.
- myIWindow: set_restore_position() and set_restore_size() are replaced by set_manage_geometry().
- myIWindow: set_close_allowed() is renamed to set_allow_close().
- myIWindow: get_identifier() method is replaced by set_identifier() function.
- my_stamp_compare(): new function.
- ofaClosingParmsBin: implements myIGridlist interface (todo #1370).
- ofa_itvcolumnable_enable_column(): renamed to ofa_itvcolumnable_set_invisible().
- ofa_itvcolumnable_get_column_type(): new function.
- ofa_itvcolumnable_get_menu_label(): new function.
- ofaNomodalPage: class is restored from v0.55.
- ofa_prefs_pin_detach(): new function.
- ofaReconcilGroup: new class.
- ofo_entry_get_abr_from_status(): new function.
- Periodicity properties: review UI margins (todo #1366).
-----------------------------------------------------------------------
Version 0.67
============
Released on 2017-02-21
Total files count: 790
Total lines count: 524542
New features and improvements:
Core DB Model v35
Recurrent DB Model v8
VAT DB Model v7
- Let the user records any document with any table (todo #1263).
- Have new keyboard shortcuts for import/export assistants.
- Account selection does not allow deletion anymore (todo #1349).
- Accounts are now settleable and reconciliable, and able to allow keeping
unsettleable and unreconciliable entries.
- Accounts chart: display the newly created page when creating an account with new class.
- Accounts treeview: indicators are now centered in the column.
- Administrative credentials are now recorded as dossier settings.
- Conciliation groups are now archived on exercice closing (todo #601).
- DossierManager better behaves when the list is empty, disabling all unrelevant actions.
- DossierManager no more has two identical 'Close' buttons.
- DossierManager no more allows (there is no sense to that) to check/uncheck the 'Remember'
button when deleting a period.
- Entry and Reconciliation pages are optimized when loading entries (todo #1292).
- Entries have now a rule indicator to distinguish forward and closing entries (todo #1228).
- ExerciceCloseAssistant closes the opened pages before working.
- ExerciceMetaBin no more forces a new dossier to have a current exercice.
- Operation templates: display the newly created page when creating a template for a new ledger.
- Operation template selection does not allow deletion anymore.
- Paiement mean selection has the correct title.
- Paiement mean selection does not allow deletion anymore.
- Preferences: have user preferences to warns on settling or reconciliating unbalanced lines.
- Reconciliation group is deleted when one of the entries is deleted (todo #758).
- RecurrentRunPage: have a filter on the operation date (todo #1360).
- RecurrentRunTreeview: the date column is better named 'Operation' (todo #1368).
- Restore assistant: improve target chooser user interface (todo #1362).
- Settlement group is deleted when one of the entries is deleted (todo #758).
- Settlement page now auto-updates itself when an entry is modified elsewhere (todo #1347).
- Settlement page now warns when amounts are not balanced (unless Ctrl key is pressed).
- Settlement page now has a 'View/edit entry...' context menu item (todo #1346).
- VAT form is more tolerant when an operation template does not exist (todo #1348).
- VAT declaration page has an extra space between 'Delete' and 'Validate' buttons (todo #1364).
Bug fixes:
- DBModel migration: fix regression for ofoAccount between v33 and v35 versions (todo #1353).
- my_double_to_sql_ex: fix translation when we only have one digit (todo #1358).
- myISettings: fix free_groups() behavior when groups list is NULL.
- ofaAccountFrameBin: fix selection of newly created account.
- ofaAppMenubar, ofaDosMenubar: change Ctrl-C shortcut (todo #1357).
- ofoEntry: maintains the store up to date.
- ofaEntryProperties: let the user close the dialog.
- ofaExerciceTreeview: fix the update when no dossier is selected.
- ofaIDBDossierMeta, ofaIDBExerciceMeta: fix refs management.
- ofaITVColumnable: makes sure columns have a minimal width.
- ofaMysqlRootBin: now updates the ofaMysqlDossierMeta runtime datas.
- ofaPaimeanSelect: fix store instanciation.
- ofaRecurrentMain: remove underline from theme labels (todo #1367).
- ofaRecurrentRunPage: fix left margin of the visible filter (todo #1365).
- ofaRestoreAssistant: fix object reference on dispose.
- ofaTvaMain: remove underline from theme labels (todo #1367).
- ofaTVBin: header of a centered column is itself centered.
- ofoAccount: actually delete all children when requested to.
Other changes:
- ofaEntryStore: is now loaded at once.
- ofa_idbdossier_meta_unref(): removed function.
- ofa_idbexercice_meta_unref(): removed function.
- ofaIDoc: new documents management interface.
- ofaIGetter: the header only includes class definitions (not the APIs).
- ofeEntryRule: new enum which indicates the rule of the entry.
- ofeEntryStatus: type renamed from ofaEntryStatus (as an enum).
- ofo_account_delete_with_children(): new function.
- ofoAccountv34: new class.
- ofoDoc: new class for documents management.
-----------------------------------------------------------------------
Version 0.66
============
Released on 2017-02-05
Total files count: 779
Total lines count: 511208
New features and improvements:
- DossierManager: be able to close the currently opened dossier (todo #1338).
- Recovery: new assistant to import datas from other softwares (todo #1260).
- Review and harmonize standard actions on dossier open (todo #1300, todo #1322).
Bug fixes:
-
Other changes:
- myIScopeMap: is renamed from myIActionMap.
- myScopeMapper: new class.
- ofaDossierPrefs: deprecated class.
- ofaDossierStore: is now owned by #ofaHub (todo #1343).
- ofa_extender_collection_get_for_type(): does not return a new ref (todo #1341).
- ofaExtenderModule: review loading/unloading the library.
- ofaExtension: improve API v2.
- ofa_idbdossier_meta_set_provider(): remove 'const' modifier from argument list.
- ofa_idbdossier_meta_unref(): new function.
- ofa_idbexercice_meta_unref(): new function.
- ofaIExtenderSetter: interface renamed from ofaISetter (todo #1345).
- ofaIGetter: review interface to be the only one which accesses to ofaHub (todo #1339).
- ofaIRecover: new interface.
- ofaISignalable: interface renamed from ofaISignalHub (todo #1342).
- ofaISignaler: new interface (todo #1342).
- ofaOpenPrefs: new class.
- ofaRecoveryAssistant: new class.
-----------------------------------------------------------------------
Version 0.65
============
Released on 2017-01-29
New features and improvements:
Dossiers are identified by a Random Pseudo Identifier (RPID); this
identifier is automatically generated - if not already set - when
opening a current exercice.
- Add a JSON header to backup archives.
- Backups now manage several data streams, of which dossier and Openbook headers.
- Backups now have a comment (todo #792).
- DossierManager: delete an exercice (todo #1316).
- DossierOpen: set the read-only flag when selecting a closed exercice (todo #1321).
- ExerciceNew: create a new exercice.
- ExerciceTreeview: automatically selects the first exercice (todo #1337).
- Replace Backup standard dialog box with an assistant (todo #1317).
- Restore assistant: implements restore protection rules (todo #1320).
- Restore assistant: does not require user confirmation on new dossier (todo #1336).
- UserPreferences: choose between reordering and detaching main tabs (todo #1147).
+ ofa-unzip: command-line utility to unarchive a data flow on stdout.
Bug fixes:
- some.
Other changes:
DBModel Core v34.
- my_date_editable_set_entry_format(): renamed from my_date_editable_set_format (todo #1331).
- my_date_editable_set_label_format(): renamed from my_date_editable_set_label (todo #1332).
- myIBin: new interface (todo #1323).
- myICollectionable: remove ofaHub dependancy (todo #1319).
- myIDialog: review whole closing process (todo #1330).
- myISettings: make the interface more consistent (todo #1301).
- my_iwindow_msg_dialog(): deprecated (todo #1333).
- my_iwindow_set_close_allowed(): new function replacing is_destroy_allowed() method (todo #1287).
- my_stamp_xxx() functions now accept a display format (todo #1318).
- my_utils_dialog_question(): now accepts a GtkWindow parent.
- my_utils_file_is_readable_file(): renamed to my_utils_file_is_readable().
- my_utils_uri_is_readable_file(): renamed to my_utils_uri_is_readable().
- ofaBackupAssistant: new class.
- ofaDbmsRootBin: deprecated class (todo #1271).
- ofaDbsu: new class.
- ofa_dossier_collection_set_meta_from_editor(): deprecated function (todo #1267).
- ofaDossierDelete: deprecated class.
- ofaDossierNew: makes use of ofaExerciceEditBin (todo #1334).
- ofaDossierNewBin: deprecated class.
- ofaDossierNewMini: deprecated class (todo #1329).
- ofaDossierProps: new class.
- ofa_idbconnect_backup(): renamed to ofa_idbconnect_backup_db().
- ofa_idbconnect_restore(): renamed to ofa_idbconnect_restore_db().
- ofaIDBEditor: deprecated interface (todo #1328).
- ofaIDBSuperuser: new interface.
- ofaExerciceEditBin: new class.
- ofaExerciceNew: new class.
- ofa_iproperties_is_valid(): renamed from ofa_iproperties_get_valid (todo #1303).
- ofa_mysql_prefs_bin_is_valid(): renamed from ofa_mysql_prefs_bin_get_valid (todo #1302).
- ofoExemeta: new class.
+ Add a prequisite on JSON-GLib library.
+ Add a prequisite on libarchive library.
-----------------------------------------------------------------------
Version 0.64
============
Released on 2017-01-09
New features and improvements:
- ofaDossierOpen: exercice is disabled if no dossier is selected (todo #1297).
- ofaExportAssistant: have a message when output file is not set.
Bug fixes:
- myIAssistant: fix quit on escape (fix key propagation).
- ofaImportAssistant: fix page 4 label position.
- ofaStreamFormatBin: fix header widgets sensitivity (todo #1298, #1299).
Other changes:
- my_idialog_click_to_update_ex(): new method.
- myIDialog: set OK button insensitive in case of an error.
- myIWindow: set_settings() is renamed set_geometry_settings() (todo #1282).
- myIWindow: deprecate my_iwindow_get_keyname() (todo #1283).
- No more try to read/write user settings from myIWindow geometry settings (todo #1284).
- ofaAccountBookBin class is renamed to ofaAccountBookArgs.
- ofaBalanceBin class is renamed to ofaBalanceArgs.
- ofaDossierActionsBin: new class.
- ofaDossierEditBin: new class.
- ofaDossierMetaBin: new class.
- ofaExerciceMetaBin: new class.
- ofaIDBConnect::create_dossier() can now output an error message.
- ofaIDBDossierEditor: new interface.
- ofa_idbdossier_meta_get_provider() no more returns a new reference (todo #1304).
- ofa_idbdossier_meta_get_settings_group() no more returns a new string (todo #1305).
- ofa_idbdossier_meta_get_periods() no more returns a new list.
- ofa_idbdossier_meta_get_current_period() no more returns a new reference.
- ofaIDBExerciceEditor: new interface.
- ofaIDBProvider: maintains a pointer to ofaHub.
- ofaIDBProvider::connect() set arguments for an automatic connection.
- ofaIDBProvider::new_exercice_editor() is moved to ofaIDBDossierEditor.
- ofaIDBProvider::new_exercice_meta() is moved to ofaIDBDossierMeta.
- ofaISetter: new interface which targets dynamic objects.
- ofaLedgerBookBin class is renamed to ofaLedgerBookArgs.
- ofaLedgerSummaryBin class is renamed to ofaLedgerSummaryArgs.
- ofaMysqlDossierBin: new class.
- ofaMysqlDossierEditor: new class.
- ofa_mysql_dossier_meta_add_period(), ofa_mysql_dossier_meta_load_periods(): removed functions.
- ofaMysqlExerciceBin: new class.
- ofaMysqlExerciceEditor: new class.
- ofa_mysql_exercice_meta_new_to_settings(): removed function.
- ofa_mysql_exercice_meta_set_database(): new function.
- ofaMysqlRootBin: new class.
- ofaReconcilBin class is renamed to ofaReconcilArgs.
- ofa_prefs_export_default_folder(): new function.
+ General review of exercice deletion:
- ofa_dossier_collection_delete_meta(): removed function.
- ofa_idbconnect_period_delete(): removed function.
- ofa_idbdossier_meta_delete(): removed function.
- ofa_idbdossier_meta_remove_meta(): removed function (todo #1309).
- ofa_idbdossier_meta_remove_period(): removed function (todo #1310).
- ofaIDBDossierMeta::remove_period(): removed method (todo #1312).
- ofa_dossier_collection_delete_period(): new function.
- ofa_idbdossier_meta_delete_period(): new function.
- ofa_mysql_connect_drop_database(): new function.
+ General review of read/write user and dossier settings:
- Let the application manage its own settings for an exercice (todo #1276).
-----------------------------------------------------------------------
P. Wieser - Created on 2014, may 2nd
Last updated on 2017, dec. 31st.