summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2014-08-22IEHistory:René Schümann
partially revert of r10283 : either do it right, or don't do it at all. capitalization was chosen wisely because it's already used by Miranda and thus doesn't bloat the language files. I also chose to use the very same naming as History++ did. It's our responsibility as developers to not bloat language files. They are already bloated enough, don't extend it even further. (and I wish someone would write a "string search program" to find similar already translated/used strings :P) You may decapitialize it again, but then also do it for History++ and Import. (we could actually different dialog name, as Import uses the same spelling, but as said, History++ doesn't. The menu what so ever must be upper case. Or change it in History++ as well) git-svn-id: http://svn.miranda-ng.org/main/trunk@10305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-22IEHistory resource cosmetics: final touchRMN
git-svn-id: http://svn.miranda-ng.org/main/trunk@10298 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-22one more correctionDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10297 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-22IEHistory: translation fixDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-22do not re-download all the components when switching from debug repo to ↵Vadim Dashevskiy
stable, dev or custom repos git-svn-id: http://svn.miranda-ng.org/main/trunk@10285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-22IEHistory: decapitalization, descriptionDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-22IEHistory: removed unneeded punctuationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10281 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-22git-svn-id: http://svn.miranda-ng.org/main/trunk@10279 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21IEHistory: v0.0.1.7René Schümann
* properly destroy hOpenWindowsList (version bump was also for previous changes) git-svn-id: http://svn.miranda-ng.org/main/trunk@10273 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21IEHistory:René Schümann
- removed OnModulesLoaded, currently not needed. * moved and fixed context menu code from OnModulesLoaded to Load(), now with Unicode support and only 1 translate^^ git-svn-id: http://svn.miranda-ng.org/main/trunk@10271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21Import:George Hazan
- fix for duplicated old/disabled/virtual accounts; - fix for the automatic account mapping; - stubs for metas; git-svn-id: http://svn.miranda-ng.org/main/trunk@10263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21crash fix when dbeditorpp is launched from the command stringGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10261 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21first version that compilesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21proto_metacontacts icons movedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10257 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21IEHistory:René Schümann
* oops... forgot to change project name... was still "SendSS", that's what I've used as a base for project files. git-svn-id: http://svn.miranda-ng.org/main/trunk@10255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21IEHistory: v0.0.1.6René Schümann
* improved IDC_IEVIEW_PLACEHOLDER control - removed border around IEView control to fit entire window * improved name of system history dialog (IEView still doesn't show all events.. so it's mostly useless) + added ability to focus and bring to top old history window if it were already open git-svn-id: http://svn.miranda-ng.org/main/trunk@10254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21IEHistory: Miranda NG compatibility.René Schümann
- removed mirandaMem * GetWindowLong => GetWindowLongPtr * SetWindowLong => SetWindowLongPtr * DLGPROC returning int/BOOL => INT_PTR * CallService(MS_DB_EVENT_*) => db_event_* * DBGetContactSetting* => db_get_* * DBWriteContactSetting => db_set_* * contact HANDLE => MCONTACT * CallService(MS_CLIST_ADD*MENUITEM,...) => Menu_Add*MenuItem() * improved GetContactName() - removed some #pragma warning's * version bump to 0.0.1.5 git-svn-id: http://svn.miranda-ng.org/main/trunk@10253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21IEHistory:René Schümann
prepared file structure (project file coming with NG compatibility update) git-svn-id: http://svn.miranda-ng.org/main/trunk@10252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21IEHistory:René Schümann
added original sources of 0.0.1.4 git-svn-id: http://svn.miranda-ng.org/main/trunk@10251 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-20cosmeticsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-16Import: ability to import missing accounts & map them if they have different ↵George Hazan
names git-svn-id: http://svn.miranda-ng.org/main/trunk@10207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-16compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10202 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-15AssocMgr: decapitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10201 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-14Minor cosmeticsTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@10186 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-13icons registration moved to Load()Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-13ShellExt - delay mir_core loadingVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-12icons registration moved to Load()Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10173 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-12this code was too crazy to workGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-12extraicons registration moved to Load()Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10168 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-12more correct check for avatarsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-12fix for displaying avatars in tabSRMM when "Display avatars" option is ↵George Hazan
"always on" git-svn-id: http://svn.miranda-ng.org/main/trunk@10164 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-11import: clearanceGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10156 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-11o-ok, let's complete 0.95's roadmap considering importGeorge Hazan
initial commit git-svn-id: http://svn.miranda-ng.org/main/trunk@10153 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-09crash fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10140 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-08added new line after settings in all db exportKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-07CmdLine: clarifyingDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10126 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-07BASS plugin load fixAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@10122 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-07TabSRMM: proper capitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-07ClientChangeNotify now uses pcre16Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-07useless variables removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10114 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-06git-svn-id: http://svn.miranda-ng.org/main/trunk@10098 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-06fix for previous commitVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10097 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-06skype > skypeclassic for IM UPdaterVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10096 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-06- unused drawing code removed;George Hazan
- fixed some crazy nuances in the info panel avatar's resizer git-svn-id: http://svn.miranda-ng.org/main/trunk@10095 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-06Minor cleanup for tabsrmmTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@10094 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05Windows 95 is not supportedDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05RES file updateVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10084 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05fix for a crash in tabSRMM after reloading langpackGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05IM Updater fixes (thanks Wishmaster)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05PluginUpdater:Tobias Weimer
- Popups are now enabled by default git-svn-id: http://svn.miranda-ng.org/main/trunk@10078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c