summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-02-20oops... Dbx_sqlite doesn't handle system events properlyGeorge Hazan
2021-02-20fixes #2747 (unified System History menu item creation)George Hazan
2021-02-20translation fixGeorge Hazan
2021-02-20unused pascal code cleanedGeorge Hazan
2021-02-18fixes #2744 + code cleaningGeorge Hazan
2021-02-16fixes #2745 (Dbx_sqlite: wrong behaviour when launching second Miranda with ↵George Hazan
the same profile)
2021-02-16fixes #2743 (Clist_modern: visual glitch in options)George Hazan
2021-02-15Clist_modern: fix resourcedartraiden
2021-02-14MsgExport: fix for memory allocation problemGeorge Hazan
2021-02-13fixes #2725 (PluginUpdater: выбор компонентов для ↵George Hazan
установки очищается при изменении фильтра)
2021-02-13fixes #2727 (New_GPG: columns' autosize fails for empty lists)George Hazan
2021-02-13fixes #2721 (Dbx_mdbx: direct cursors skip the first record found)George Hazan
2021-02-13code cleaningGeorge Hazan
2021-02-11fixes #2724 (Cannot import from sqlite to mdbx)George Hazan
2021-02-11oops... forgotten to roll back that debug variantGeorge Hazan
2021-02-10Plugin Updater: attempt to fix hangout with very fast automatic updatesGeorge Hazan
2021-02-08more UI classes related code cleaningGeorge Hazan
2021-02-07This has already been checked beforedartraiden
2021-02-06fixes #2716 + code cleaningGeorge Hazan
2021-02-05Dbx_sqlite: additional disk flush operation for #2694George Hazan
2021-01-31we import slower, but more securely (flush database time to time)George Hazan
2021-01-31Dbx_sqlite:George Hazan
- advanced error handling; - a profile is always opened in exclusive mode; - fixes #2717 (wrong query in line 115); - fixes #2694 (two Mirandas can open the same profile, but the second one fails); - version bump
2021-01-26tabSRMM: fix for templates editor dialogGeorge Hazan
2021-01-25fixes #2714 (Scriver: problems with resizer)George Hazan
2021-01-24more effective way to use OnChange callbacks automaticallyGeorge Hazan
2021-01-24code cleaningGeorge Hazan
2021-01-23compilation fix for Clist_blindGeorge Hazan
2021-01-22further clist options optimizationGeorge Hazan
2021-01-20attempt to sync Database menu root's positionGeorge Hazan
2021-01-20fixes #2692 ([Steam] Messages received by Steam client first are not ↵George Hazan
downloaded after logging into Miranda)
2021-01-20no, it doesn't work this way :(George Hazan
2021-01-20fixes #2694 (Miranda leaves sqlite profile keeping it locked)George Hazan
2021-01-20fixes #2707 (MDBX: reversed event cursors don't work at the end of tableGeorge Hazan
2021-01-19grrm...George Hazan
2021-01-19Dbx_mdbx: fix for reversed event cursors behaviorGeorge Hazan
2021-01-19fixes #2696 (NewStory to use event cursors as all another plugins)George Hazan
2021-01-19fixes #2702 (Dbx_sqlite: missing "Compact" menu item)George Hazan
2021-01-18no need to display that trashy "whiterect" labelGeorge Hazan
2021-01-18minor code cleaningGeorge Hazan
2021-01-18fixes #2698 (Add current db format (mdbx, sqlite) to version info report)George Hazan
2021-01-18fixes #2701 (Remove artifact from Scriver popups options)George Hazan
2021-01-18fixes #2700 (Scriver: при открытии окна через попап ↵George Hazan
отображается лишь одно сообщение)
2021-01-18Scriver: minor fix for options dialogGeorge Hazan
2021-01-18fixes #2697 (Scriver: падение при попытке зайти в ↵George Hazan
настройки)
2021-01-17fixes #2691 (DbChecker: add "Mark all events as read" option)George Hazan
2021-01-17Code cleaningdartraiden
2021-01-17Update copyrightsdartraiden
2021-01-16dbx_sqlite:George Hazan
- major speed-up (we don't close each transaction immediately); - assert replaced with correct error logging (to be able to debug problems using network logs); - code cleaning; - version bump
2021-01-16glory, glory, halleluya: perversive manual call of OnChange() event inside ↵George Hazan
OnInitDialog isn't needed anymore
2021-01-16this onChange handlers finally divided by controlsGeorge Hazan