Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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-02 | db_autobackups: resource cosmetic | dartraiden | |
2018-06-01 | CPluginDlgBase: this class became useless because CMPlugin already has ↵ | George Hazan | |
module setting | |||
2018-05-29 | common version resource extracted to the separate file | George Hazan | |
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins | |||
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵ | George Hazan | |
differ only in a build number | |||
2018-05-27 | PRODUCTVERSION of any version resource to contain the number of current build | 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 | |||
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-05-01 | CloudFile: fix for #1315 | aunsane | |
2018-04-21 | CloudFile: | aunsane | |
- fix #1278 - decrease volume of response data with fields filtering - fix uploading for gdrive and onedrive in some cases - simplifying upload code - version bump | |||
2018-04-20 | db_autobackups: more correct version of cb93541 | aunsane | |
2018-04-20 | db_autobackups: disable automatic backup when you disable all types of backups | aunsane | |
attempt to fix a collision between gui controls and db option | |||
2018-04-13 | Db_autobackups: fix period type saving | aunsane | |
2018-04-13 | by default the upper limit is 100, so if we work with higher values, we need ↵ | George Hazan | |
to set a value manually | |||
2018-04-13 | we need only one set of combobox lines, not two | George Hazan | |
2018-04-01 | Db_autobackups: replace "Dropbox" by "cloud" | dartraiden | |
2018-03-09 | Autobackup to CloudFile doesn't work (fixed #1176) | aunsane | |
2018-03-09 | Db_autobackups: cosmetic | dartraiden | |
2018-03-02 | Db_autobackups: #1172 | aunsane | |
2018-02-28 | Db_autobackups: empty line in CloudFile accounts list (fixed #1170) | aunsane | |
2018-02-24 | guard headers | Goraf | |
2018-02-24 | SendSS: Reworking settings (#1144) | aunsane | |
CloudFile: fix upload service Db_autobackups: fix build | |||
2018-02-24 | Db_autobackups: Reworking settings of DB Autobackup (#1144) | aunsane | |
2018-02-21 | all another C++'11 iterators | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |