summaryrefslogtreecommitdiff
path: root/plugins/Import/src/miranda.cpp
AgeCommit message (Collapse)Author
2020-01-01Happy new year, MirandaGeorge Hazan
2019-05-16Import: global variables extracted to a class, thus eliminating the chance ↵George Hazan
of conflicts
2019-05-12Import: also file description should be customizedGeorge Hazan
2019-05-12fixes #1947 (Import: "choose file" button should suggest .txt for QIP2005, ↵George Hazan
not .dat)
2019-05-10Import: first version of pattern batch import that worksGeorge Hazan
2019-04-25first version of pattern import that could be compiledGeorge Hazan
2019-01-20fixes #1776 (any traces of URL* related constants removed)George Hazan
2019-01-04Update copyrightsdartraiden
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-11-02added explicit flag for checking duplicatesGeorge Hazan
2018-10-18fixes #1621 (resizable Import wizard)George Hazan
2018-10-18the less WinAPI, the betterGeorge Hazan
2018-10-18Import moved to UI classesGeorge Hazan
2018-08-15Import: ability to check duplicates during a contact importGeorge Hazan
2018-06-08Import:George Hazan
- first working version of mcontacts import; - code cleaning
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-13fixes #1259 (Crash when trying import profile to itself)George Hazan
2018-01-26code optimizationGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-01-01bump copyright yeardartraiden
2016-11-17Utils_OpenUrlTGeorge Hazan
Utils_ReplaceVarsT
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-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-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-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-07-25warnings fixedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14686 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-24import: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14671 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14004 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13761 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-08disable Next button when profile not selectedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-29- import mode setting dropped;George Hazan
- everything in Import rewritten using flags (previous custom flags); - correct import of metacontacts; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@12545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-20if the custom profile was chosen, let's clean the list's selectionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12453 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-19Import: an option added to support profile mirroring (precise copy)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-31Year 2015 version updateGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-16merge from branchGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
SendDlgItemMessage(...BM_GETCHECK ...) -> IsDlgButtonChecked(...) constants fix for CheckDlgButton() git-svn-id: http://svn.miranda-ng.org/main/trunk@11387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-19variable name changeVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-29first version of metaimport, that seems to workGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-29and also execute the validatorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10630 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-29first profile to be selected automaticallyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10629 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c