mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
The original merge was of a PR based on master into maint, bringing along all of the development changes in master along with it. We don't want that so the merge was reverted and the PR's two changes cherry-picked in. That fixed maint, but then the next regular merge of maint into master naturally included that revert commit undoing the changes in master. Not so good. Reverting the revert, this commit, restores the changes, albeit with messed up history.
117 lines
3.7 KiB
XML
117 lines
3.7 KiB
XML
<!-- GSettings preference transformation rules
|
|
|
|
Refer to gnucash/gschemas/pref_transformations.xml for more information
|
|
about this file.
|
|
|
|
|
|
Note
|
|
====
|
|
Do not remove this file from the GnuCash sources even if there are
|
|
currently no active rules. Instead keep this introductory comment in
|
|
place and remove all other content.
|
|
-->
|
|
|
|
<release version="4007">
|
|
|
|
<migrate old-path="org.gnucash.dialogs.flicker"
|
|
old-key="last-geometry"
|
|
new-path="org.gnucash.GnuCash.dialogs.flicker"
|
|
new-key="last-geometry"/>
|
|
|
|
<migrate old-path="org.gnucash.dialogs.ab-initial"
|
|
old-key="last-geometry"
|
|
new-path="org.gnucash.GnuCash.dialogs.ab-initial"
|
|
new-key="last-geometry"/>
|
|
|
|
<migrate old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="close-on-finish"
|
|
new-path="org.gnucash.GnuCash.dialogs.import.hbci"
|
|
new-key="close-on-finish"/>
|
|
|
|
<migrate old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="remember-pin"
|
|
new-path="org.gnucash.GnuCash.dialogs.import.hbci"
|
|
new-key="remember-pin"/>
|
|
|
|
<migrate old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="use-ns-transaction-text"
|
|
new-path="org.gnucash.GnuCash.dialogs.import.hbci"
|
|
new-key="use-ns-transaction-text"/>
|
|
|
|
<migrate old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="verbose-debug"
|
|
new-path="org.gnucash.GnuCash.dialogs.import.hbci"
|
|
new-key="verbose-debug"/>
|
|
|
|
<migrate old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="format-dtaus"
|
|
new-path="org.gnucash.GnuCash.dialogs.import.hbci"
|
|
new-key="format-dtaus"/>
|
|
|
|
<migrate old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="format-csv"
|
|
new-path="org.gnucash.GnuCash.dialogs.import.hbci"
|
|
new-key="format-csv"/>
|
|
|
|
<migrate old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="format-swift-mt940"
|
|
new-path="org.gnucash.GnuCash.dialogs.import.hbci"
|
|
new-key="format-swift-mt940"/>
|
|
|
|
<migrate old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="format-swift-mt942"
|
|
new-path="org.gnucash.GnuCash.dialogs.import.hbci"
|
|
new-key="format-swift-mt942"/>
|
|
|
|
<migrate old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="last-path"
|
|
new-path="org.gnucash.GnuCash.dialogs.import.hbci"
|
|
new-key="last-path"/>
|
|
|
|
<migrate old-path="org.gnucash.dialogs.import.hbci.connection-dialog"
|
|
old-key="last-geometry"
|
|
new-path="org.gnucash.GnuCash.dialogs.import.hbci.connection-dialog"
|
|
new-key="last-geometry"/>
|
|
|
|
</release>
|
|
|
|
<release version="5000">
|
|
|
|
<obsolete old-path="org.gnucash.dialogs.flicker"
|
|
old-key="last-geometry"/>
|
|
|
|
<obsolete old-path="org.gnucash.dialogs.ab-initial"
|
|
old-key="last-geometry"/>
|
|
|
|
<obsolete old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="close-on-finish"/>
|
|
|
|
<obsolete old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="remember-pin"/>
|
|
|
|
<obsolete old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="use-ns-transaction-text"/>
|
|
|
|
<obsolete old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="verbose-debug"/>
|
|
|
|
<obsolete old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="format-dtaus"/>
|
|
|
|
<obsolete old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="format-csv"/>
|
|
|
|
<obsolete old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="format-swift-mt940"/>
|
|
|
|
<obsolete old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="format-swift-mt942"/>
|
|
|
|
<obsolete old-path="org.gnucash.dialogs.import.hbci"
|
|
old-key="last-path"/>
|
|
|
|
<obsolete old-path="org.gnucash.dialogs.import.hbci.connection-dialog"
|
|
old-key="last-geometry"/>
|
|
|
|
</release>
|