Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-02 | compilation fix | George Hazan | |
(cherry picked from commit 4448307855971f63f23a5b97ef93973578db1654) | |||
2021-04-02 | fixes #2827 (Db_autobackups: обновлять подсказку о ↵ | George Hazan | |
времени следующего резервного копирования после нажатия кнопки "Сейчас") | |||
2021-03-31 | for #2811: added reaction to period type change too | George Hazan | |
2021-03-31 | db_autobackups: | George Hazan | |
- fixes #2811 (Db_autobackups: выводить подсказку о том, когда случится следующий бэкап); - code cleaning; - version bump | |||
2021-01-24 | code cleaning | George Hazan | |
2021-01-20 | attempt to sync Database menu root's position | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-09-26 | C++'17 compatibility mode enabled | George Hazan | |
2019-08-03 | Db_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-05 | Db_autobackups: fix for broken dumps on exit if backup process takes too ↵ | George Hazan | |
much time | |||
2019-06-05 | DB_autobackup: fix for proper backup removing | George Hazan | |
2019-06-03 | Folders: old TCHAR helpers removed | George Hazan | |
2019-04-24 | warning fixes | George Hazan | |
2019-04-24 | Db_autobackups: fix for a quirk in the file mask's default value | George Hazan | |
2019-03-28 | Menu_ModifyItem to receive icolib handle, not HICON | George Hazan | |
2019-03-08 | life is too short to remember whether this structure is zeroed or not | George Hazan | |
2019-03-07 | fixes #1888 (DbAutobackuper: move "Disable popups" option to Popus section) | George Hazan | |
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-02-05 | fixes #1825 (spin control initialization should be done in the constructor, ↵ | George Hazan | |
not inside OnInitDialog) | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-11-23 | fixes #1646 (Db_autobackuper: wrong archieve time) | George Hazan | |
2018-10-18 | Db_autobackups: variables support | George Hazan | |
2018-10-18 | fixes #1623 (Add ability to adjust backup names) | George Hazan | |
2018-10-18 | Db_autobackups: code cleaning & reordering | George Hazan | |
2018-08-30 | fixes #1450 (Db_autobackups produces archives with bugged headers) | George Hazan | |
2018-07-24 | database: | 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-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | GUI 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-06-29 | safer method of backing up databases instead of trying to read them manually | George Hazan | |
2018-06-28 | fixes #1441 (Db_autobackups treats files wrong) | George Hazan | |
2018-06-28 | fixes #1435 (Db_autobackups: option "Backup profile folder" must be ↵ | George Hazan | |
dependent on "Use Zip") | |||
2018-06-26 | fixes #1436 (Db_autobakups: exclude backups path from zip-archive) | George Hazan | |
2018-06-20 | even less crazy ANSI <-> Unicode conversions | George Hazan | |
2018-06-20 | mad ANSI <-> Unicode conversion removed | George Hazan | |
2018-06-20 | Db_autobackup: | George Hazan | |
- folder option isn't applied on the fly; - code cleaning; | |||
2018-06-01 | CPluginDlgBase: this class became useless because CMPlugin already has ↵ | George Hazan | |
module setting | |||
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-23 | we don't need MirandaPluginInfoEx() anymore. farewell, my lovely | George Hazan | |
2018-05-22 | no more need in hLangpack variable *YAHOO* | George Hazan | |
2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan | |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-20 | mir_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-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan | |
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW | |||
2018-05-18 | hLangpack variable began migration inside CMPluginBase | George Hazan | |
it remains existing for now, but as reference to g_plugin.m_hLang | |||
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan | |
2018-05-16 | Flags, CrashDumper, CryptoPP, CSList, Db_autobackups, DbEditorPP: cmplugin ↵ | Mataes | |
adaptation |