summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/options.cpp
AgeCommit message (Collapse)Author
2022-12-17Mediawiki considers URLs with and without a trailing slash as different ↵dartraiden
pages, see https://phabricator.wikimedia.org/T14703
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-04-06remove executable attribute from affected filesgeorgehazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-04fixes #2942 (Msg_export: add "Export history" to contact's menu)George Hazan
2021-05-20MsgExport: fix for replacing contact ids in file namesGeorge Hazan
2020-07-21fixes #1743 (Msg_Export: add "Select none" and "Select all" to context menu)George Hazan
2020-05-14simple database event cycles moved to cursorsGeorge Hazan
2020-04-01fixes #2264 (Msg_Export: в столбце UIN перманентный ↵George Hazan
ноль)
2020-03-18Shorter is betterdartraiden
2020-03-17Msg_Export: this is accounts, not protocolsdartraiden
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2018-11-14hContact, MODULENAME -> g_pluginGeorge Hazan
2018-11-13Msg_Export -> g_pluginGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-08-30Msg_Export: remove forgotten spacedartraiden
2018-08-29senseless errors removedGeorge Hazan
2018-08-29fixes #1553 completelyGeorge Hazan
2018-08-28fixes #1553 (Msg_Export: buttons doesn't work)George Hazan
2018-08-14Msg_Export: added ability to export messages to JSONGeorge Hazan
2018-08-13Msg_Export:George Hazan
- bCreatePathToFile replaced with CreateDirectoryTreeW() call; - g_bUseIntViewer exported from FileViewer.cpp; - more code cleaning
2018-08-13MsgExport: options diivded into two separate dialogs, code cleaningGeorge Hazan
2018-08-13Msg_Export: all options dialogs moved to UI classesGeorge Hazan
2018-08-10Msg_Export: options dialog -> UI ClassesGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-17KeyboardNotify, ListeningTo, MessageState, MirandaG15, MirFox, Msg_Export, ↵George Hazan
MsgPopup, mTextControl => CMPlugin
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-03-31Msg_Export: mir_strcpy and mir_wstrcpy replaced to strncpy_s and wcsncpy_sMataes
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
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-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-02-12Msg_Export:Tobias Weimer
- Fixed Copy action - Added Notepad++ to options dialog predefined editors - warning fix
2017-02-06Msg_Export: Fix opening/closing progress dialogRobert Pösel
2017-02-06Msg_Export: Fix progress dialog processingRobert Pösel
2017-02-06Msg_Export: Don't block whole Miranda during exportRobert Pösel
2017-02-06Msg_Export: Fix exporting unicode messages, make it even faster (addresses #609)Robert Pösel
Previously code worked with opening file and loading BOM at writing each event. When we stopped closing/opening file at each event it couldn't read BOM anymore, so it wrote messages in wrong codepage. This is not fixed by parameter defining we are just appending the file, so it doesn't need to determing BOM or even check file size. Thanks to this exporting is now about 70% faster than the initial optimization commit (in sum 13.5x faster than before).
2017-02-06Msg_Export: Allow entering "0" for no limit of line widthRobert Pösel
2017-02-06Msg_Export: Optimize checking ignored contacts/protocols (addresses #609)Robert Pösel
Makes export about 20% faster.
2017-02-05Msg_Export: Optimize exporting all history (fixes #609)Robert Pösel
Makes export about 10x faster.
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2016-12-13use http://miranda-ng.org/p/<plugin_name> which we use in plugin details ↵dartraiden
(thx Robyer)