Age | Commit message (Collapse) | Author |
|
|
|
- CMPlugin::bForceRedownload isn't saved in database anymore (what for?);
- update starts each time a user changes platform
|
|
|
|
|
|
|
|
|
|
|
|
- fixes #1927 (Hidden db option for hiding specified component from PU);
- options moved into g_plugin;
- warning & security fixes;
- code cleaning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
|
|
|
|
|
|
62202ed10617927d5429bc59898e12a366abe744)
|
|
|
|
* replace 0/NULL with nullptr [using clang-tidy]
|
|
|
|
|
|
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing
changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298.
|
|
|
|
- NETLIBUSER::szDescriptiveName replaced with MAllStrings;
- code cleaning.
|
|
|
|
|
|
|
|
|
|
Utils_ReplaceVarsT
|
|
- mir_app functions introduced instead of them;
- OPENOPTIONSDIALOG structure removed from m_options.h
|
|
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
- TCHAR is replaced with wchar_t everywhere;
- LPGENT replaced with either LPGENW or LPGEN;
- fixes for ANSI plugins that improperly used _t functions;
- TCHAR *t removed from MAllStrings;
- ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz*
git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
phase 1: removing _T()
git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
- more fixes for the options dialog
- Added feature to install a list of predefined item:
In module PluginUpdaterNewFiles, create a BYTE entry for each item you want to install
(Name as in the options dialog, BYTE value 1)
When you open "Available components list", those entries will be preselected.
git-svn-id: http://svn.miranda-ng.org/main/trunk@16675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
- Fixed plugin renaming
- Disabled platform change until it will be fixed:
To reproduce it: with x64 version, Go to PluginUpdater Options, change x64 to x32 and back,
It'll stay grayed out, even after a complete restart.
In fact, there is no way to change that setting back, except deleting it in database and a full Miranda restart.
git-svn-id: http://svn.miranda-ng.org/main/trunk@16669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
should delete manually
git-svn-id: http://svn.miranda-ng.org/main/trunk@16660 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
- custom implementations removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@15135 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
possible
git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
git-svn-id: http://svn.miranda-ng.org/main/trunk@15051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
- Implemented "Backup profile after update" option
- minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@15007 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
-Compilation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14825 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
- compilation fixes for IM_Updater
git-svn-id: http://svn.miranda-ng.org/main/trunk@14740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
git-svn-id: http://svn.miranda-ng.org/main/trunk@14724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|
|
git-svn-id: http://svn.miranda-ng.org/main/trunk@14431 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
|