Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-04 | Same for menu item name | dartraiden | |
2024-03-04 | This feature saves database, not profile | dartraiden | |
2024-01-08 | Update copyrights | dartraiden | |
2023-10-11 | fixes #3729 (Db_autobackuper: опция "количество ↵ | George Hazan | |
резервных копий" недоступна при отключённом автоматическом резервировании, но влияет на ручные резервные копии) | |||
2023-01-02 | Update copyrights | dartraiden | |
2022-12-17 | Mediawiki considers URLs with and without a trailing slash as different ↵ | dartraiden | |
pages, see https://phabricator.wikimedia.org/T14703 | |||
2022-08-03 | fixes #3133 (Db_autobackuper: get rid of inverted logic Db autobackuper ↵ | George Hazan | |
enhancement) | |||
2022-03-09 | popup control moved from main menu to Options - Popups - Enabled items | George Hazan | |
2022-02-08 | fixes #1281 (Db_autobackups: "Use CloudFile" option should be gray out if ↵ | George Hazan | |
CloudFile not installed) | |||
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
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-09-10 | fix for misaligned controls | George Hazan | |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-01-09 | if smth cannot be incuded, it shall be inlined | George Hazan | |
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-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan | |
2018-12-06 | db_autobackups: cosmetic | 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-07-07 | fixes ↵ | dartraiden | |
https://github.com/miranda-ng/miranda-ng/commit/efcc72419ea3416b201e0b95700b28bbe402aae5#r29615029 |