Commit Graph

  • e11c27048b Add export statistics for the final screen. John Preston 2018-06-20 17:10:38 +0100
  • e8dd277a00 Improve export progress / finished design. John Preston 2018-06-20 16:54:13 +0100
  • b6df430aa8 Get rid of OrderedSet Evgenii Zheltonozhskii 2018-06-14 12:28:48 +0300
  • 8b189226e4 Minimize type_traits (https://github.com/procxx/kepka/issues/27) Evgenii Zheltonozhskii 2018-06-14 11:18:33 +0300
  • 38f19bbdf0
    libtgvoip: return nullptr to avoid compile err p2 Alex 2018-06-20 15:31:05 +0300
  • a7c6201d15
    libtgvoip: return nullptr to avoid compile error Alex 2018-06-20 15:26:37 +0300
  • 21e7a1bbb0 Fix compile error when building with LibreSSL Anton Kashcheev 2018-06-12 23:19:16 +0300
  • 329db0d8e9 Export panel minimizes to a top bar, like a Call. John Preston 2018-06-20 01:02:36 +0100
  • eaf3ea9289 Fix dialogs list in export. John Preston 2018-06-20 01:01:41 +0100
  • 4156beaa3c Export top peers as frequent contacts. John Preston 2018-06-19 21:40:16 +0100
  • 4115d3d13d Display export progress. John Preston 2018-06-19 19:31:30 +0100
  • 5f01751660 Display errors in export UI. John Preston 2018-06-19 11:42:21 +0100
  • 7d4e23448e Better steps division in export. John Preston 2018-06-18 22:52:13 +0100
  • c7aa5ed544 _DEBUG-test ConcurrentSender generic handlers. John Preston 2018-06-17 21:29:46 +0100
  • 1bfe409c93 Export my messages from left channels. John Preston 2018-06-17 21:15:40 +0100
  • e8d619c740 Some export bugs fixed. John Preston 2018-06-17 18:18:34 +0100
  • fc2370f819 Fix compile error when building with LibreSSL Anton Kashcheev 2018-06-12 23:19:16 +0300
  • 2dc3ec955a Add downloaded files cache in export. John Preston 2018-06-17 13:47:47 +0100
  • 07ff7c6cb0 Request only my messages by settings bits. John Preston 2018-06-17 13:47:07 +0100
  • 8d52ca6be6 Apply file type/size restrictions in export. John Preston 2018-06-17 09:39:03 +0100
  • df91b2bfeb Export settings layout ready. John Preston 2018-06-15 21:56:17 +0300
  • 9d02e539c8 Update scheme for special export methods. John Preston 2018-06-15 00:47:09 +0300
  • 241fee80a7 Export full messages information. John Preston 2018-06-14 21:34:53 +0300
  • 2df8bbe475 Get rid of OrderedSet Evgenii Zheltonozhskii 2018-06-14 12:28:48 +0300
  • b3234fc436 Minimize type_traits (https://github.com/procxx/kepka/issues/27) Evgenii Zheltonozhskii 2018-06-14 11:18:33 +0300
  • 83786ddeaf Export chat messages photos and documents. John Preston 2018-06-13 20:10:12 +0300
  • 0e9793b845 Move MimeType from utils to core/mime_type. John Preston 2018-06-14 01:06:21 +0300
  • 2b36dd660b Export chat messages text. John Preston 2018-06-13 16:12:36 +0300
  • 35ffc03988 Use .visit() in export data parsing. John Preston 2018-06-12 22:30:33 +0300
  • 5a9d1a3fce Add .visit(many, callbacks) method to MTP types. John Preston 2018-06-12 22:29:59 +0300
  • 6776d88688 Add chats list export. John Preston 2018-06-12 21:09:21 +0300
  • affe9defb5 Fix authorization import in FILE_MIGRATE case. John Preston 2018-06-12 16:30:00 +0300
  • 22b0cffccd Fix almost all warnings (#157) Evgeniy Zheltonozhskiy 2018-06-12 01:59:24 +0300
  • d3fdf433cd Export sessions list. John Preston 2018-06-11 21:57:56 +0300
  • cec8114b99 Add simple files and contacts export. John Preston 2018-06-11 21:35:27 +0300
  • 0a1a5ed70e Use abstract export writer for different formats. John Preston 2018-06-09 14:51:22 +0300
  • c587c011d2 Start data export in lib_export. John Preston 2018-06-02 17:29:21 +0300
  • c2fa149ffd Replace InvokeQueued with on_main for has_weak_ptr. John Preston 2018-06-07 21:04:51 +0300
  • c63c75018d Update crl submodule. John Preston 2018-06-05 21:49:19 +0300
  • b0077d98f0 Version 1.3.7: Fix file dialog parent widget. John Preston 2018-06-11 23:39:33 +0300
  • b5bc7a22af Version 1.3.7: Possible bug fix. John Preston 2018-06-11 22:23:15 +0300
  • e60311811b Version 1.3.7. John Preston 2018-06-11 22:28:08 +0300
  • 2563fa0dff Further warning fixes Evgenii Zheltonozhskii 2018-06-08 19:50:27 +0300
  • f9c7e0bddb Apply clang-format Evgenii Zheltonozhskii 2018-06-06 12:37:49 +0300
  • 6fbecbca22 Fix 0.01% of warnings Evgenii Zheltonozhskii 2018-06-04 22:31:45 +0300
  • e5ca84bd80 Reduce entropy a bit Evgenii Zheltonozhskii 2018-06-04 03:31:11 +0300
  • 8700c1b08f Alpha version 1.3.6: Make it another alpha. John Preston 2018-06-11 10:41:48 +0300
  • d8b51670e7 Version 1.3.6. John Preston 2018-06-11 10:39:59 +0300
  • 68c2f563c6 Write logs without QTextStream. John Preston 2018-06-10 10:46:15 +0300
  • 93d2fd3035 Add install target fox.cpp 2018-06-10 13:50:24 +0000
  • 14f5670f2b
    Add install target fox.cpp 2018-06-10 13:50:24 +0000
  • e748c9eede Fix Release build (add missing includes) Evgenii Zheltonozhskii 2018-06-08 19:15:38 +0300
  • bf775cb4ca Fix history items cleanup. John Preston 2018-06-09 11:52:37 +0300
  • 5c4b81434e Alpha version 1.3.5. John Preston 2018-06-08 23:12:00 +0300
  • cd1c7c56d3 Skip old and currently-sending draft updates. John Preston 2018-06-08 23:06:26 +0300
  • 427ceb9a9a Submit MuteSettingsBox by Enter. John Preston 2018-06-08 22:26:23 +0300
  • 2a110f0d3e Improve passport styles. John Preston 2018-06-08 22:26:08 +0300
  • d0ed75f3b5 Update langs. John Preston 2018-06-08 21:32:20 +0300
  • 2a150134d2 Fix Release build (add missing includes) Evgenii Zheltonozhskii 2018-06-08 19:15:38 +0300
  • be2abd594f Alpha version 1.3.4. John Preston 2018-06-07 22:29:27 +0300
  • 75a40b83ae Notify settings unknown => draw chats as muted. John Preston 2018-06-07 22:28:09 +0300
  • 472a677bca Fix crash in special scan upload. John Preston 2018-06-07 22:11:55 +0300
  • dca6e10beb Fix markdown apply to text with emoji. John Preston 2018-06-07 22:00:46 +0300
  • 122ab94f3d Fix text color glitch after palette update. John Preston 2018-06-07 21:25:10 +0300
  • 2ab40de8b9 Alpha version 1.3.3. John Preston 2018-06-07 10:50:34 +0300
  • 35659536c5 Fix first passcode unlock. John Preston 2018-06-07 10:44:38 +0300
  • 31ec831c71 Alpha version 1.3.2. John Preston 2018-06-07 08:17:30 +0300
  • 866c5e9b7b Request common notify settings when needed. John Preston 2018-06-06 22:56:35 +0300
  • d6a00523a8 Add crash annotations for file dialog. John Preston 2018-06-06 21:45:32 +0300
  • 9ebeddbed8 Request, show and require accept for updated ToS. John Preston 2018-06-03 16:30:40 +0300
  • c85fd368fe Possible fix of travis build. John Preston 2018-06-06 15:16:21 +0300
  • 16f3ca87f5 Allow boxes that don't hide by escape / click. John Preston 2018-06-06 14:51:27 +0300
  • e47d110f28 Fix cascade popup menus in Linux. John Preston 2018-06-06 14:29:40 +0300
  • 20b67ee000 Fix build for GCC. John Preston 2018-06-06 13:59:53 +0300
  • d8a4ede4b5 Fix incoming calls. John Preston 2018-06-06 13:28:43 +0300
  • 5ed15cd0b3 Fix EditColorBox. John Preston 2018-06-06 13:04:37 +0300
  • b5db8f480b Remove RTL Evgenii Zheltonozhskii 2018-06-06 12:51:13 +0300
  • 87c07a13a1 Display sticker date on mouse over. John Preston 2018-06-06 12:46:17 +0300
  • 73ce722147 Use separate month lang keys with and without day. John Preston 2018-06-06 12:38:19 +0300
  • 233be5ec13 Fix crash in web request destructors. John Preston 2018-06-06 12:32:38 +0300
  • 50b78034a5 Activate window if second instance is launched. John Preston 2018-06-06 12:06:07 +0300
  • 777bf7d8d9 Fix video seeking. John Preston 2018-06-06 11:56:39 +0300
  • b9cd813127 Apply clang-format Evgenii Zheltonozhskii 2018-06-05 20:47:37 +0300
  • 49982a33a5 Pre-reformat fixes Evgenii Zheltonozhskii 2018-06-05 20:45:14 +0300
  • b3cdb38c0b Add clang-format target to CMake and Travis Evgenii Zheltonozhskii 2018-06-05 19:10:28 +0300
  • 80071b61d5 Fix deprecated qt functions in CMake Evgenii Zheltonozhskii 2018-06-05 18:58:33 +0300
  • 4a4544c883 Update libtgvoip. John Preston 2018-06-05 21:52:43 +0300
  • d03d699331 Improve base::optional, add emplace(). John Preston 2018-06-05 21:46:05 +0300
  • d16cbbf279 Set window inner focus async. Fixes #4560. John Preston 2018-06-05 21:14:38 +0300
  • 72f95b984f Replace cDebug() with Logs::DebugEnabled(). John Preston 2018-06-05 16:32:26 +0300
  • 1dee7ebfc2 Apply clang-format Evgenii Zheltonozhskii 2018-06-05 20:47:37 +0300
  • 278ce4d10a Pre-reformat fixes Evgenii Zheltonozhskii 2018-06-05 20:45:14 +0300
  • 0d44c3c635 Add clang-format target to CMake and Travis Evgenii Zheltonozhskii 2018-06-05 19:10:28 +0300
  • 757afde299 Fix deprecated qt functions in CMake Evgenii Zheltonozhskii 2018-06-05 18:58:33 +0300
  • 9055b33e92 Alpha version 1.3.1: Fix build for GCC. John Preston 2018-06-05 00:33:37 +0300
  • 812ffb4297 Alpha version 1.3.1: Fix build for old OS X versions. John Preston 2018-06-04 23:58:39 +0300
  • 958d55a594 Alpha version 1.3.1. John Preston 2018-06-04 23:26:19 +0300
  • 4559888113 Fix layout glitches in sessions list. John Preston 2018-06-04 23:25:21 +0300
  • 294ed1bb17 Update libtgvoip to 2.1. John Preston 2018-06-04 23:14:00 +0300
  • a52392241d Fix some possible crashes. John Preston 2018-06-04 22:48:17 +0300