summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src
AgeCommit message (Collapse)Author
2013-06-02minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-30added icon in "found update" dialogKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@4841 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-29no more WIN64, only _WIN64George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4832 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-25minor PU API fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-25PluginUpdater API addedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4820 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-24PluginUpdater: do not update unchecked files from archives of checked files. ↵Robert Pösel
version bump. git-svn-id: http://svn.miranda-ng.org/main/trunk@4814 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-23PluginUpdater: Fixed disabling "Update" button on window open.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@4809 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-22PluginUpdater:George Hazan
- separating flies from cutlets; - Update dialog stores the state of each file; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-21- version bumpVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-21PluginUpdater now updates also language packsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4783 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-21added own icon for plugin listKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@4772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-20typoTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@4763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-20crash fix for PUGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4761 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-19version bumpVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-19more translation fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-19minor translation issuesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-19universal plugin downloader for the PluginUpdater pluginGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4745 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-19"PopUp" everywhere was replaced to "Popup"Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@4730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16words of wisdom were well receivedGeorge Hazan
now the shortened types are called ptrA, ptrT & ptrW respectively git-svn-id: http://svn.miranda-ng.org/main/trunk@4682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16shortened typedefs for string buffers:George Hazan
MCBuf -> mir_ptr<char> MTBuf -> mir_ptr<TCHAR> MWBuf -> mir_ptr<WCHAR> git-svn-id: http://svn.miranda-ng.org/main/trunk@4680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-13compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4647 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-12- we don't use tabs insideVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-12some rename rules addedTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@4640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-06menu item flag CMIF_ICONFROMICOLIB is ignored by the core from now onGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05- rest of menus cleared;George Hazan
- old database macroses wiped out from all plugins (left in m_database.h for compatibility) git-svn-id: http://svn.miranda-ng.org/main/trunk@4324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-19- Failed attempt to remove some unneeded filesVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4108 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-19 - SpellChecker: Prussian dictionary files renamedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4107 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-15- POPUPDATAT_V2 replaced with POPUPDATAT in all possible cases;George Hazan
- fix: wrong popup initialization code; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-14old ansi popups removed, noone used them anywayGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-11various mir_forkthread quirksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3975 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-11- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3972 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-05fix for running PU under Miranda IMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3900 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-05fix for eating one char in DLL nameGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-05hopefully last compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3892 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-05compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3890 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-05compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3889 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-04new subclassing functions applied to all pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-03removed not used headersKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01useless Folders support checks removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-11added checking crc sumKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3555 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-11year fix for stdafx.cpp & JabberGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3551 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-05experimental version of PU that can handle UAC correctlyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3445 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29ability to restart with the default profile (instead of the actual one)Tobias Weimer
by setting "RestartCurrentProfile" (1 = use current profile, 0 = use default profile) by default it will be 1 git-svn-id: http://svn.miranda-ng.org/main/trunk@3346 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29added ability to restart with current profileKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3328 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-11- PluginUpdater: default path with Folders plugin changed to %miranda_path%Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-05- PluginUpdater: new renaming mask addedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-04PluginUpdater doesn't work when a profile is located on the different partitionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2967 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-02fixed #108Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-21fixed icons section nameKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2774 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-16added new renaming rule: bclist.dll => Plugins\\Clist_blind.dllGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2755 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c