Commit Graph

  • c1dd06559c Bring back main pane bottom bar miruka 2020-05-13 08:03:50 -0400
  • fe18b725a5 Use an horizontal bar for accounts miruka 2020-05-13 07:37:39 -0400
  • 8e0c046cdb MemberView: no need for onAdd transition hack now miruka 2020-05-13 07:37:01 -0400
  • 45790dc57c Remove unused old model stuff miruka 2020-05-12 06:11:39 -0400
  • 4d3c26abd4 Gather both Accounts and Rooms in all_rooms model miruka 2020-05-12 06:09:07 -0400
  • 19243ec5a6 Fix serialize_value_for_qml handling of class type miruka 2020-05-12 04:52:21 -0400
  • e90312803b Fix event delegates extra bottom space miruka 2020-05-10 18:30:20 -0400
  • b4561ce50b Fix back/forward headers buttons in small window miruka 2020-05-10 17:46:52 -0400
  • 05325d21bd Fix current account highlighting miruka 2020-05-10 17:41:12 -0400
  • 7aa0e7fad6 Remove 429 workaround (fixed in nio #138) miruka 2020-05-10 17:32:06 -0400
  • c2e212c1eb Add syncing indicator to AccountsBar accounts miruka 2020-05-10 15:29:18 -0400
  • 97fdc214dd No need for special model attributes in Backend miruka 2020-05-10 15:12:59 -0400
  • f4dca1c2c9 Fix SyncId type hint & remove debug prints miruka 2020-05-10 15:07:21 -0400
  • 7048a0ac08 Remove now unused HFilterModel miruka 2020-05-10 15:00:09 -0400
  • 37a9332aed Python filtered models for room members miruka 2020-05-10 14:58:59 -0400
  • 200f25d23e Python filter for AccountsBar miruka 2020-05-10 14:26:26 -0400
  • 0e49b5f972 Write-lock when refiltering miruka 2020-05-06 13:47:28 -0400
  • c502aa4245 Add model batch removal optimization for filtering miruka 2020-05-06 13:39:53 -0400
  • 5432958121 Working python proxy/filter for room list miruka 2020-05-06 01:49:25 -0400
  • eee198b238 Add python proxy/filter models miruka 2020-05-06 00:26:52 -0400
  • 1a69ae684e Fix focusRoomAtIndex binds miruka 2020-05-05 21:24:54 -0400
  • ac0907fad7 ModelItem can only have one parent model again miruka 2020-05-05 21:20:19 -0400
  • 2a772e5f54 Ensure waiting after sync failure before retrying miruka 2020-05-05 21:19:43 -0400
  • 54b5f7b8f2 Fix HFilter find functions miruka 2020-05-04 14:08:06 -0400
  • 592a9fe8e7 Have id field on ModelItem base class miruka 2020-05-02 13:03:44 -0400
  • 5b2c131fd1 Filtering → hide accounts with no matching rooms miruka 2020-05-01 19:00:49 -0400
  • 4f9e320074 Click on account with 0 rooms → AddChat page miruka 2020-05-01 18:34:23 -0400
  • 5373d19c83 Fix account bar scrolling when room list filtered miruka 2020-05-01 13:02:20 -0400
  • cc4a780865 Fix account bar scrolling miruka 2020-05-01 12:26:32 -0400
  • 194a5194a8 Better account context menu, add it in AccountsBar miruka 2020-05-01 05:21:50 -0400
  • 7042df003f Fix clicking on room in filtered list miruka 2020-05-01 04:56:03 -0400
  • 37042f6365 Theming for account unread/mention indicator miruka 2020-05-01 04:50:00 -0400
  • 9f7d30f248 Add account total unread/mentions indicator miruka 2020-05-01 04:46:08 -0400
  • 9ebd8644c8 Dedicated MessageIndicator.qml (unread/mentions) miruka 2020-05-01 04:35:54 -0400
  • c352275089 Maybe fix the DelegateModel + ListView.add bug miruka 2020-05-01 02:12:58 -0400
  • bf20b7864d Fix compact mode with new pane miruka 2020-05-01 01:22:08 -0400
  • 0d25c4caeb Improve HTile(Delegate) paddings miruka 2020-05-01 01:05:50 -0400
  • 36a214bf1a Fix main pane minimum size miruka 2020-05-01 00:55:34 -0400
  • 2bb13bf7f7 HStringFilterModel: Refilter when field changes miruka 2020-05-01 00:30:26 -0400
  • 7418f0fe93 Add dedicated HStringFilterModel component miruka 2020-05-01 00:27:02 -0400
  • 69a525d317 Replace SortFilterProxyModel by DelegateModel miruka 2020-04-30 16:37:03 -0400
  • 19fe1c4e7b Buggy room filtering miruka 2020-04-30 14:28:12 -0400
  • fcf88209f2 Single room list approach, account bar scrolls miruka 2020-04-29 14:00:02 -0400
  • 56c09e6b48 Split pane components more miruka 2020-04-28 16:40:33 -0400
  • 393a56a50a Model items can now have multiple parent models miruka 2020-04-28 16:25:28 -0400
  • 34f98b48d1 Add "every room" button miruka 2020-04-28 16:18:18 -0400
  • bbc462239c Improve accounts bar appearance miruka 2020-04-28 14:21:15 -0400
  • 9b3127b7c3 New pane theming miruka 2020-04-27 23:49:36 -0400
  • 93c7fadeed Rename RoomPane and AccountBar components miruka 2020-04-27 22:40:04 -0400
  • 65103eaaba Add keybinds to switch accounts miruka 2020-04-27 22:10:10 -0400
  • 72c96b3ba5 Start restructuring how the account/room pane work miruka 2020-04-26 14:20:45 -0400
  • da6a54f0bf Fix compact mode toggling for room delegates miruka 2020-04-19 17:49:26 -0400
  • 7fb67259e7 load_all_room_members doc + ensure registering miruka 2020-04-19 15:22:09 -0400
  • 8b02f0e462 More efficiant roomList delegate in view detection miruka 2020-04-17 06:30:23 -0400
  • ecb88864a9 Higher firstsync limit to avoid missing room name? miruka 2020-04-16 16:35:13 -0400
  • 744c6f1b3f Load all room members when showing a room to user miruka 2020-04-16 16:08:35 -0400
  • 99d59bb49b Use filtered model strictly when neccessary miruka 2020-04-15 16:54:24 -0400
  • 01adcff77e Reduce the number of room delegate errors miruka 2020-04-14 10:55:01 -0400
  • 6536f89507 Fix missing rooms and wrong avatars in initialsync miruka 2020-04-09 05:52:33 -0400
  • fd8cf4ad8d Optimize model field replacements miruka 2020-04-07 11:58:26 -0400
  • 68e344ae21 Give a base class to model item pyotherside events miruka 2020-04-07 10:50:12 -0400
  • a4c33f8edb Ensure first event for each rooms is a visible one miruka 2020-04-07 09:54:32 -0400
  • aba2fd1b4b Improve sync & load_past_events filter usage miruka 2020-04-06 14:47:27 -0400
  • 2cbedaa892 HLoader as room delegates test miruka 2020-04-05 19:23:04 -0400
  • eacd7f1f3e Get only 1 event of each kind for rooms on start miruka 2020-04-04 07:41:06 -0400
  • 3a77a0288f Use user ID for unknown typing users in room miruka 2020-04-04 07:30:58 -0400
  • 9e07612249 Remove "room load until there's non-profile event" miruka 2020-04-04 07:26:02 -0400
  • 1adbddc063 Enable member lazy-loading for /sync and /messages miruka 2020-04-03 19:52:50 -0400
  • 48a5f54e54 Update TODO miruka 2020-04-22 09:28:48 -0400
  • d71dc91a23 Change debug logging color to blue miruka 2020-04-19 17:50:48 -0400
  • 2cc3f27247 Add Ban to member context menu miruka 2020-04-19 17:30:16 -0400
  • 2d231b7af1 Properly check power levels before allowing kick miruka 2020-04-19 16:50:19 -0400
  • 2a0a3765fc Add kick to room member context menu miruka 2020-04-19 11:12:35 -0400
  • bdb9a650d9 Don't color whole line for logging miruka 2020-04-19 07:05:17 -0400
  • 89824326e4 Better QML logging & hide Qt 5.14 warnings miruka 2020-04-18 13:30:24 -0400
  • 4f8dc98d13 Sort mentioned/unread rooms by last event date miruka 2020-04-17 18:59:17 -0400
  • 74e35bd128 Fix space taken by invisible unread indicator miruka 2020-04-16 16:45:45 -0400
  • 0ba8c6eecf Make all events able to increment unread/mentions miruka 2020-04-16 14:08:24 -0400
  • 4f374081a7 Add indicator properties to Glass theme miruka 2020-04-16 14:05:01 -0400
  • 20ff6fe02a Fix account delegate buttons spacing miruka 2020-04-16 14:02:16 -0400
  • f3aa9f0c5f Sort rooms with mentions, then unreads first miruka 2020-04-16 13:59:31 -0400
  • c787ff6f41 Dedicated theming for unread indicator miruka 2020-04-16 13:44:52 -0400
  • cb1a5865cc Fix unread indicator "appear" animation miruka 2020-04-16 13:36:47 -0400
  • 0a1834b763 Mark rooms as read on all our accounts miruka 2020-04-16 13:24:49 -0400
  • 568d4fddce Don't increment room unreads for our own events miruka 2020-04-16 13:17:17 -0400
  • e98a539433 Don't increment room unreads for past events miruka 2020-04-16 13:10:39 -0400
  • 6ee20a2717 Added limited local read/unread tracking Emi Simpson 2020-04-09 18:03:12 -0400
  • b2cfc27ce2 accounts.json: support new "enabled" key miruka 2020-04-05 15:04:40 -0400
  • 80ac8896d8 Pass a filesize to AsyncClient.upload() miruka 2020-05-15 20:47:33 -0400
  • 80f6672fc9
    Merge pull request #36 from DataBeaver/master miruka 2020-05-15 09:05:27 -0400
  • 9a6c4b5b30 Fix asyncio event loop init in qml_bridge.py Mikko Rasa 2020-05-15 15:07:41 +0300
  • 4bae3cf90e Fix AttributeError with matrix-nio 0.11+ miruka 2020-05-14 13:58:34 -0400
  • 8b8829af86 Use asyncio.Task.current_task for python 3.6 miruka 2020-04-26 13:49:44 -0400
  • 4961042bde Fix error on <a> tags without a href attribute miruka 2020-04-07 09:57:32 -0400
  • e0e33649a2 Stricter user/room/message ID mention parsing miruka 2020-04-06 08:30:47 -0400
  • 3e10a6d530 Don't show popup when focusing unredactable event miruka 2020-04-03 12:58:15 -0400
  • 78d5183a68 Mention redactions in README miruka 2020-04-03 08:50:10 -0400
  • dae41d1778 Symlink Pillow libs when building AppImage miruka 2020-04-03 08:32:26 -0400
  • aa4cd5bd2c Bump version to v0.4.3 miruka 2020-04-03 07:56:42 -0400
  • 5f38788434 Focus reason field by default in RedactPopup miruka 2020-04-03 07:53:16 -0400