summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater
AgeCommit message (Collapse)Author
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27<tchar.h> removed from <m_system.h>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- 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
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standardize use of slashes in includes to "/" (thanks ybznek for idea)Robert Pösel
Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standartize "Version.h" to "version.h" (final rename)Robert Pösel
I just hate SVN. git-svn-id: http://svn.miranda-ng.org/main/trunk@17119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standartize "Version.h" to "version.h" (temporary rename)Robert Pösel
I hate SVN. git-svn-id: http://svn.miranda-ng.org/main/trunk@17118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-24ooopsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17033 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-24Old junk removal masks in PUVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17030 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-14PluginUpdater: - Fix for deleting old miranda*.exe (backwards compatibility)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16973 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-12Pluginupdater:Tobias Weimer
- Fixed restarting Miranda after update (r16955) git-svn-id: http://svn.miranda-ng.org/main/trunk@16956 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-12PluginUpdater:Tobias Weimer
- Old Miranda*.exe is removed after the next update, because we need UAC priviledges for that, and a prompt on startup seems to be too annoying - It doesn't seem safe to me to do ANYTHING after MS_SYSTEM_RESTART has been called - fixed enabling/disabling "Convert to" checkbox in options dialog git-svn-id: http://svn.miranda-ng.org/main/trunk@16955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-12no need to remove our own binaryGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16954 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-12more code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-12- option to be restored till the update's finish;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-11MRA: change avatars load threads count default value from 4 to 1Rozhuk Ivan
add threads names git-svn-id: http://svn.miranda-ng.org/main/trunk@16948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-062 radiobuttons changed to 1 checkbutton for platform changeKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16929 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-05- fix for #1059;George Hazan
- direct unsafe work with icons replaces with Window_SetIcon_IcoLib / Window_SetSkinIcon_IcoLib; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16PluginUpdater:Tobias Weimer
- Fixed resetting database entry git-svn-id: http://svn.miranda-ng.org/main/trunk@16676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16PluginUpdater:Tobias Weimer
- 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
2016-04-15PluginUpdater:Tobias Weimer
- 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
2016-04-15correct path in update windowKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16667 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater:Tobias Weimer
- Fixed updating git-svn-id: http://svn.miranda-ng.org/main/trunk@16666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater: platform change fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16665 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater: platform change fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater: added ability to change platform. Note: old miranda*.exe you ↵Kirill Volinsky
should delete manually git-svn-id: http://svn.miranda-ng.org/main/trunk@16660 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02case-sensitive check for folder name fixedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16001 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 3 (final)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-20decapitalization and resource cosmeticDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-15PluginUpdater:Tobias Weimer
* We only scan subfolders "Plugins", "Icons", "Languages", "Libs", "Core", git-svn-id: http://svn.miranda-ng.org/main/trunk@15872 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-15full options pathsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15735 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-28PluginUpdater:Tobias Weimer
- historysweeper will be replaced with historysweeperlight git-svn-id: http://svn.miranda-ng.org/main/trunk@15640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-03PluginUpdater: coverity fixes MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15502 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-18PluginUpdater: proper capitalization, copyright updateDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-07xfire moved to deprecated pt. 1Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-03PluginUpdater: menu uidAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15170 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-01- strdel()/strdelw() moved to the core;George Hazan
- custom implementations removed git-svn-id: http://svn.miranda-ng.org/main/trunk@15135 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-30- cosmetics and grammar correction;RMN
- Toaster translation template updated manually; - langpacks Russian and Ukrainian updated. git-svn-id: http://svn.miranda-ng.org/main/trunk@15116 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever ↵George Hazan
possible git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-27warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-23cosmeticsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15024 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-23cosmeticsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15022 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-22Compilation fix (thx Wishmaster)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15009 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-21no need to update filtersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15008 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-21PluginUpdater:Tobias Weimer
- Implemented "Backup profile after update" option - minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@15007 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-13PluginUpdater: Fix version bump in r14945Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@14946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-13PluginUpdater: ability to download files via AccosMgrAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08StdUrl deleted by PluginUpdaterVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@14878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-02IM_Updater:Tobias Weimer
-Compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14825 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c