summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-15- translation fixes (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3616 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-15- warning fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3615 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-15- translation fixes (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-15Czech langpack update.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-15typoRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3612 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-15temporary version of lpgen, which support find a define inside of ↵Basil
translation function. For example, there is a TranslateT(someMSG), first, try to find #define someMSG "sometext", than, if not found define in same file, search ALL SOURCE FILES of current plugin (or CORE) for this #define. Currently, seldom additional strings founded, but processing speed few times slower, than before. Sorce code refactoring needed... git-svn-id: http://svn.miranda-ng.org/main/trunk@3611 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-15typoBasil
git-svn-id: http://svn.miranda-ng.org/main/trunk@3610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-15Updated translationsBasil
git-svn-id: http://svn.miranda-ng.org/main/trunk@3609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-15translate.js - more correct RegExp for build a translation dictionary. ↵Basil
Solves the issue with duplicated english strings when no translation in source file and duplicated ;file link. In other words, string after [somestring] have to start not from "[" and not from ";file" and must ends without "]" git-svn-id: http://svn.miranda-ng.org/main/trunk@3608 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14+ Restored sendOwnerInfoRequest() function in legacy mode. (patch by ryo-oh-ki)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14updated german langpackTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3606 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14- langpacks/english: updatedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14- QuickReplies: resource cosmetics (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3604 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14- resource fixes(patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3603 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14YAPP: Added another kind of animation.Vlad Mironov
git-svn-id: http://svn.miranda-ng.org/main/trunk@3602 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14Variables translation updatedBasil
git-svn-id: http://svn.miranda-ng.org/main/trunk@3601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14minor cleanup and typos (by Basil)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14multi-line stings parsing update, now trailing slash before end of line removed Basil
git-svn-id: http://svn.miranda-ng.org/main/trunk@3599 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14translate.js now output all files in UTF-8 with BOM. Thanks wishmaster for hintBasil
git-svn-id: http://svn.miranda-ng.org/main/trunk@3598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14- fixed compiler warningTobias Weimer
- one more translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@3597 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14minor translation fix for variablesTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3596 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14correct fix for [3590]Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3595 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-14Fixed missed update of a new password in "change user info dialog" in case ↵Tobias Weimer
when dialog was not re-opened before second password change. (patch by ryo-oh-ki) git-svn-id: http://svn.miranda-ng.org/main/trunk@3594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13fix for 64-bit boost lib pathsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3593 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3592 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13- boost updated to 1.53, and should be placed into ..\..\boost folderGeorge Hazan
- various compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@3591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13- translation fixes (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13- fix not to add dbchecker into the plugins list that caused reload in ↵George Hazan
Options\Plugins; - minor code reorder git-svn-id: http://svn.miranda-ng.org/main/trunk@3589 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13- FingerprintNG: IceChat icon replacedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13Added rps and statuschange plugins sources (not adopted)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@3587 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13VS2012 projects to be compiled with SP1 XP-compatible runtimeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- fix for chinese in popups;George Hazan
- own md5 module removed; - version bump; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@3585 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- rev [3582] revertedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12fix for settings' tableGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- DbEditorPP: unneeded translations removed (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12fixed sound registration (fixes #233)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3581 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12good bye, ansiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- Weather: resource cosmetics (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12icon leak fix for TipperGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3578 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12various PS_GETCUSTOMSTATUSICON-related issuesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3577 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- translation fixes (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- translation fixes (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12forgotten xstatus name translationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3574 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- langpacks/russian: 1 line changedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3573 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- WhenWasIt: resource cosmetics (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3572 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- WhenWasIt: resource cosmetics (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12fix for mixing simple & extended statuses in MyDetailsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3570 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12fix for &RQ detection in ICQGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3569 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12Actman template updateBasil
git-svn-id: http://svn.miranda-ng.org/main/trunk@3568 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-12- ICQ: numbers only allowed in 'port' input fieldVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3567 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c