summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups
AgeCommit message (Collapse)Author
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-09-26C++'17 compatibility mode enabledGeorge Hazan
2019-08-03Db_autobackups: ME_SYSTEM_OKTOEXIT used instead of ME_SYSTEM_PRESHUTDOWN to ↵George Hazan
launch backups on exit, thus allowing them to finish correctly
2019-06-05Db_autobackups: fix for broken dumps on exit if backup process takes too ↵George Hazan
much time
2019-06-05DB_autobackup: fix for proper backup removingGeorge Hazan
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-04-24warning fixesGeorge Hazan
2019-04-24Db_autobackups: fix for a quirk in the file mask's default valueGeorge Hazan
2019-03-28Menu_ModifyItem to receive icolib handle, not HICONGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-07fixes #1888 (DbAutobackuper: move "Disable popups" option to Popus section)George Hazan
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
2019-01-04Update copyrightsdartraiden
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-12-06db_autobackups: cosmeticdartraiden
2018-11-23fixes #1646 (Db_autobackuper: wrong archieve time)George Hazan
2018-10-18Db_autobackups: variables supportGeorge Hazan
2018-10-18fixes #1623 (Add ability to adjust backup names)George Hazan
2018-10-18Db_autobackups: code cleaning & reorderingGeorge Hazan
2018-08-30fixes #1450 (Db_autobackups produces archives with bugged headers)George Hazan
2018-07-24database:George Hazan
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s.
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI change:George Hazan
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name)
2018-07-07fixes ↵dartraiden
https://github.com/miranda-ng/miranda-ng/commit/efcc72419ea3416b201e0b95700b28bbe402aae5#r29615029
2018-06-29safer method of backing up databases instead of trying to read them manuallyGeorge Hazan
2018-06-28fixes #1441 (Db_autobackups treats files wrong)George Hazan
2018-06-28fixes #1435 (Db_autobackups: option "Backup profile folder" must be ↵George Hazan
dependent on "Use Zip")
2018-06-26fixes #1436 (Db_autobakups: exclude backups path from zip-archive)George Hazan
2018-06-20even less crazy ANSI <-> Unicode conversionsGeorge Hazan
2018-06-20mad ANSI <-> Unicode conversion removedGeorge Hazan
2018-06-20Db_autobackup:George Hazan
- folder option isn't applied on the fly; - code cleaning;
2018-06-02db_autobackups: resource cosmeticdartraiden
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵George Hazan
in each plugin. mir_getLP() remains for compatibility with pascal plugins only
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-18CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCEGeorge Hazan
2018-05-16Flags, CrashDumper, CryptoPP, CSList, Db_autobackups, DbEditorPP: cmplugin ↵Mataes
adaptation