Commit Graph

  • ab6a9d0225 Update TODO.md miruka 2020-05-23 03:19:12 -0400
  • 855672481f Improve some python documentation and add an intro miruka 2020-05-22 17:27:57 -0400
  • c8f3a4937c Fix potential exceptions on AllRooms model __init__ miruka 2020-05-22 16:47:15 -0400
  • 2ed5798fb7
    Merge pull request #44 from rinigus/flatpak-0.5.0 miruka 2020-05-22 16:44:04 -0400
  • 4f4233f17b [flatpak] Switch to KDE 5.14 runtime, update dependencies Rinigus 2020-05-22 22:04:58 +0300
  • 0b84ad7b53 Add new features to README.md miruka 2020-05-22 09:16:47 -0400
  • 1324b1d909 Update flatpak required nio version miruka 2020-05-22 08:51:39 -0400
  • 562e1431b9 Fix adding account when none were previously saved miruka 2020-05-22 08:48:58 -0400
  • 9f8c28e1db CHANGELOG.md: Unreleased → 0.5.0 miruka 2020-05-22 08:42:54 -0400
  • 3d474502e7 Update TODO.md miruka 2020-05-22 08:27:59 -0400
  • 10ea48080e generate-flatpak-script: use python3, not python miruka 2020-05-22 08:25:45 -0400
  • 25840afb35 Fix typos in CHANGELOG.md miruka 2020-05-22 08:12:53 -0400
  • b3b12014ee Workaround collapsing large account ListView bug miruka 2020-05-22 07:31:00 -0400
  • 4f9ed2a77f Add CHANGELOG.md miruka 2020-05-22 02:45:47 -0400
  • 3d40f762ce Don't strip <mx-reply> tags miruka 2020-05-22 02:11:21 -0400
  • 1fea162fac Give up finding last event to respond to after 1k miruka 2020-05-22 00:18:44 -0400
  • 6c7335e5db Add keybind to open links in messages miruka 2020-05-22 00:10:45 -0400
  • bbd845c040 Use kwargs when calling nio.AsyncClient.upload() miruka 2020-05-21 20:52:42 -0400
  • 921f75827d Use pdb if remote_pdb isn't installed miruka 2020-05-21 20:50:43 -0400
  • fb975fad71 Remove unused Backend.await_model_item() miruka 2020-05-21 20:45:48 -0400
  • 8c9b5267e9 Update and add missing new docstrings miruka 2020-05-21 20:45:02 -0400
  • cc1403974c Must install qml-module-qtquick-shapes on Ubuntu miruka 2020-05-21 20:00:20 -0400
  • 6f688ae1aa Implement circle progress bars in QML miruka 2020-05-21 19:54:35 -0400
  • 35e6c1c7eb Make sure to register room on ignored events miruka 2020-05-21 14:37:48 -0400
  • 24ede5653d Hide popups for annoying socket.gaierror miruka 2020-05-21 14:20:13 -0400
  • 58dd63a850 Traceback if getting profile/server config fails miruka 2020-05-21 14:14:27 -0400
  • 5ae71cb7ce Work around ModelStore binding loop miruka 2020-05-21 01:26:12 -0400
  • b30ce33494 Fix default media_mime for media events miruka 2020-05-21 01:05:31 -0400
  • 96e61f15ce Set a more useful minimum size for main pane miruka 2020-05-21 00:42:23 -0400
  • 07701ae880 Remove uvloop support, causes issues miruka 2020-05-20 23:56:19 -0400
  • e128471628 Merge branch 'dev' of https://github.com/mirukana/mirage into dev miruka 2020-05-20 23:40:41 -0400
  • fc28ffd741
    Merge pull request #43 from vSLG/trackpad miruka 2020-05-20 23:07:45 -0400
  • 6f68f35810 Fix goal is disabling kinetic scrolling vslg 2020-05-20 23:03:36 -0300
  • 1bad1e1106 Multiply scrollFactor to wheel.pixelDelta vslg 2020-05-18 12:43:06 -0300
  • 3094e47a99 Fix bugs and improve trackpad scroll precision vslg 2020-05-18 11:53:26 -0300
  • 107f928007 Fix bug when setting useTrackpadFix option vslg 2020-05-17 22:32:39 -0300
  • f72544e3d0 Improve trackpad fix vslg 2020-05-15 20:32:44 -0300
  • b179480327 Remove allowDragging, as it is not needed anymore vslg 2020-05-15 20:23:20 -0300
  • d840080fdb Add custom scroll handler to MouseArea vslg 2020-05-15 18:48:31 -0300
  • 4a91b3d09d Hide unknown events by default (reaction spam) miruka 2020-05-20 11:49:25 -0400
  • a48b1cedd0 Don't limit width of messages with code blocks miruka 2020-05-20 11:08:02 -0400
  • 42b62377ab Fix past member events affecting actual room state miruka 2020-05-20 09:05:36 -0400
  • 7719df0135 Fix message mention link regex miruka 2020-05-20 07:54:40 -0400
  • 8823077a1c Composer: on escape, cancel any response miruka 2020-05-20 07:19:02 -0400
  • d6846b08d9 Fix debugFocusedMessage keybind miruka 2020-05-20 07:12:00 -0400
  • 87fa18fbcd Fix missing event text in plaintext reply fallback miruka 2020-05-20 07:09:24 -0400
  • 26074fabd5 Handle reply keybind when multiple events selected miruka 2020-05-20 06:58:38 -0400
  • d1d7bffc8f Add replyToFocusedOrLastMessage keybind (ctrl+Q) miruka 2020-05-20 06:51:26 -0400
  • 66f9a17111 No need for origin_*body Event keys miruka 2020-05-20 06:37:50 -0400
  • b09b3b990b Clear reply-to when sending message miruka 2020-05-20 06:20:24 -0400
  • fb35a6ec14 Implement replying to event in backend miruka 2020-05-20 06:17:14 -0400
  • aa8d3cf8d3 Add reply GUI controls miruka 2020-05-20 05:19:06 -0400
  • 5128f0d888 Base TypingMembersBar on new InfoBar component miruka 2020-05-20 04:45:30 -0400
  • 63af4be1e2 Defer fetching user profiles for events miruka 2020-05-20 03:42:40 -0400
  • bc5549195b Improve HTMLProcessor performance (mentions) miruka 2020-05-20 00:59:30 -0400
  • c9d5949847 MessageIndicator: shorten thousands and millions miruka 2020-05-19 19:48:52 -0400
  • 4a3320111f Remove debug print miruka 2020-05-17 15:38:17 -0400
  • 59486ca65d Fix setCorrectCurrentItem() for account items miruka 2020-05-17 15:32:10 -0400
  • ef9b880152 Register room members only when needed miruka 2020-05-17 15:29:23 -0400
  • 05a547971d Fix clicking on Account not updating highlight miruka 2020-05-17 14:41:25 -0400
  • f23a83b0d5 NioCallbacks: add self.models/user_id aliases miruka 2020-05-17 13:57:09 -0400
  • 14ffe0ba0b Collapse-expand account → correct highlighted room miruka 2020-05-16 18:21:59 -0400
  • a1b485c039 Add ownMessagesOnLeftAboveWidth setting miruka 2020-05-16 14:36:00 -0400
  • 60ad7416d9 Add maxMessageCharactersPerLine setting miruka 2020-05-16 14:28:29 -0400
  • 315237b411 Cycle unread rooms with alt+m when no more mention miruka 2020-05-15 17:07:43 -0400
  • ddf7e724fd Set a loop_sleep_time for sync_forever() miruka 2020-05-15 16:37:37 -0400
  • 084133af49 Make py.pendingCoroutines accessible for debugging miruka 2020-05-15 03:06:59 -0400
  • 8c8a58fb07 Remove superfluous private PythonBridge stuff miruka 2020-05-15 03:03:47 -0400
  • 71640b5c5a Mention kick/ban feature in README miruka 2020-05-14 23:25:36 -0400
  • dfd7d509a4 Fix item losing its parent model when filtered out miruka 2020-05-14 21:21:11 -0400
  • 631e2bc107 Highlight index 1 when filtering rooms miruka 2020-05-14 20:23:21 -0400
  • f20853b7ad Restore correct highlight when no more room filter miruka 2020-05-14 20:01:58 -0400
  • e147b87d1b Remove superfluous HTileDelegate, use HTile miruka 2020-05-14 19:30:34 -0400
  • ad7bce657c Merge RoomList & AccountBar account delegates code miruka 2020-05-14 18:42:50 -0400
  • bbb74b7b90 Remove nio <0.11 asdict workaround miruka 2020-05-14 14:47:32 -0400
  • 4546a2f88c Set room as read when focusing it by ctrl+tab miruka 2020-05-14 14:29:41 -0400
  • 008d4e6670 Update TODO miruka 2020-05-14 14:19:21 -0400
  • e006e14b05 Bump version to v0.5.0 miruka 2020-05-14 14:10:05 -0400
  • 2cc24d0235 Updates and minor adjustment on glass theme miruka 2020-05-14 04:19:47 -0400
  • 65b3b17994 Reduce AccountBar highlight border thickness miruka 2020-05-14 03:54:43 -0400
  • 5b05e56b2a Fix AccountBar goToAccount errors miruka 2020-05-14 03:49:52 -0400
  • 9b5b3a9f06 Support a order key for accounts in config miruka 2020-05-14 03:33:34 -0400
  • fd3fe06d15 Add keybinds to go to account at specific indice miruka 2020-05-14 02:48:48 -0400
  • 6f1f82f82d Change unfocus/deselect & debug message keybinds miruka 2020-05-14 02:26:25 -0400
  • bbb00dd8a0 Let escape presses work properly inside HDrawer miruka 2020-05-14 02:24:28 -0400
  • 45048e625c Fix UI parts focus keybind and buttons miruka 2020-05-14 02:14:54 -0400
  • d444c800b9 Remove unused showEveryRoom keybind miruka 2020-05-14 01:22:57 -0400
  • 974478f576 Add keybinds for previous/next unread/mention room miruka 2020-05-14 01:21:44 -0400
  • 200f0c33a8 Fix higlighted room not updating after ctrl+tab miruka 2020-05-13 22:47:04 -0400
  • 922f12e9f9 Highlight correct account/room on startup miruka 2020-05-13 22:40:24 -0400
  • eacee59f9e Fix Room delegate opacity for left rooms miruka 2020-05-13 21:51:31 -0400
  • 82c8496216 AccountBar: reduce opacity of collapsed accounts miruka 2020-05-13 21:44:15 -0400
  • 9157cbd590 Add back collapse account keybind miruka 2020-05-13 20:34:20 -0400
  • e544f38b9f Fix account settings/create room keybinds miruka 2020-05-13 20:32:05 -0400
  • 5b4d12e330 AccountBar: make spinners visible again miruka 2020-05-13 20:24:59 -0400
  • 94bcf323b2 Drop the "s" from AccountsBar miruka 2020-05-13 20:23:56 -0400
  • eff203032c Python implementation of account collapsing miruka 2020-05-13 20:22:48 -0400
  • 064dd08f02 Window.qml: fix alignment, remove unused property miruka 2020-05-13 19:32:18 -0400
  • 7192a402b6 Bring back account collapsing UI stuff miruka 2020-05-13 14:16:37 -0400
  • bd3c78a73a Make theme file closer to what it was in 0.4.3 miruka 2020-05-13 08:24:53 -0400