summaryrefslogtreecommitdiff
path: root/plugins/Import
AgeCommit message (Collapse)Author
2018-06-08Import:George Hazan
- first working version of mcontacts import; - code cleaning
2018-06-07fix for mcontacts importGeorge Hazan
2018-06-04Import: first version of Mcontacts importGeorge Hazan
2018-06-04code cleaningGeorge Hazan
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-20mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵George Hazan
in each plugin. mir_getLP() remains for compatibility with pascal plugins only
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-17IEView, IgnoreState, Import: cmplugin adaptationKirill Volinsky
2018-05-15__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiledGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-27fixes #1310 (Wrong language after profile conversion)George Hazan
2018-04-16Import:George Hazan
- fix for import virtual accounts; - function AddContact() inlined; - function ImportContactSettings() removed; - minor code cleaning; - version bump
2018-04-15fixes #1269 (Cannot reopen Import)George Hazan
2018-04-13fixes #1259 (Crash when trying import profile to itself)George Hazan
2018-04-12initial version of profile compactor for MDBXGeorge Hazan
2018-04-12MIDatabase became pure interfaceGeorge Hazan
2018-04-11Import: fix for lost modules during importGeorge Hazan
2018-04-09fixes #1256 completelyGeorge Hazan
2018-04-09grrrm...George Hazan
2018-04-09fixes #1257 (database migration process must not filter out 'duplicate' events)George Hazan
2018-04-05Import crashes if the original profile contains wrong number of groupsGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-04-02fixes #1243 (Groups and metacontacts state don't save during profile ↵George Hazan
convertation)
2018-03-29major clutch removed with double service mode plugins launchGeorge Hazan
2018-03-29Import: when started in the service mode it opens its window and launched ↵George Hazan
Miranda
2018-03-28Import now works without accounts' activation, without calling Load() of ↵George Hazan
protocol plugins, just on CMPlugin information
2018-03-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵George Hazan
Proto_SetUniqueId / Proto_GetUniqueId
2018-03-26Import: fix to prevent the user-defined accounts' orderGeorge Hazan
2018-03-26Import: fix for original internal account name prevention (causes status ↵George Hazan
icons to be mixed up) - also fixes #1210
2018-03-26Import: converted group chats become usual contactsGeorge Hazan
2018-03-23account activation separated from account creationGeorge Hazan
2018-03-23fixes #1194 (Import: no main menu item until manual plugin off->on)George Hazan
2018-03-23fix for importing group chat contactsGeorge Hazan
2018-03-23Import: fix for groups order saving during importGeorge Hazan
2018-03-23fix for importing metasGeorge Hazan
2018-03-23Import plugin adapted for Proto_CreateAccountGeorge Hazan
2018-03-22Import - adaptation for batch import processingGeorge Hazan
2018-03-22fix for import old-style accounts visibility settingsGeorge Hazan
2018-03-21Import: the wizard dialog to use initialization structure instead of PostMessageGeorge Hazan
2018-03-21DATABASELINK::Unload method replaced with the virtual destructor of ↵George Hazan
MDatabaseCommon
2018-03-14reverse iterators for LIST<>George Hazan
2018-03-10unused code removedGeorge Hazan