miruka
41eea44fff
Add keyboard shortcuts to flick the events list
2019-07-20 18:08:58 -04:00
miruka
d033ea84e8
Add scrollbars to flickable and listviews
2019-07-20 15:07:31 -04:00
miruka
1ffca37021
Fix sendbox modifier+enter for newline not working
2019-07-20 14:37:21 -04:00
miruka
cf54c0a29f
Never show our own users in typing bar
2019-07-20 02:33:02 -04:00
miruka
7a959115ef
Have bottom padding again for DayBreak
2019-07-20 02:27:17 -04:00
miruka
3e1e924147
Fix messed up delegate positions on new message
2019-07-20 02:21:12 -04:00
miruka
0488a7dde8
Fix nameLabel binding loop
2019-07-20 01:35:25 -04:00
miruka
cea586120e
Rework how messages and events are handled
...
- No more translatable, content_type, show_name_line attrs for
TimelineEventReceived.
Since they are UI concerns, they are handled directly in QML.
- Refactor the EventDelegate and get rid of errors when new items
are added to the timeline
- Messages, events and emotes all combine correctly.
- No more 28px wide avatars for events, to make them uniform with
messages.
2019-07-20 01:30:58 -04:00
miruka
ecc2c099f1
Add /me command
2019-07-19 20:55:52 -04:00
miruka
58079a4ac2
Support RoomMessageEmote events
2019-07-19 19:19:43 -04:00
miruka
a10a395e0b
Only send a formatted_body if it's truly needed
2019-07-19 18:13:04 -04:00
miruka
2ce45e8059
Convert option button into add account button
...
Temporary
2019-07-19 00:22:31 -04:00
miruka
db3a9efe8a
Hide status field for now, adjust big font size
2019-07-19 00:12:23 -04:00
miruka
a3e2233391
Fix window/content sizes for EditAccount page
2019-07-18 23:59:05 -04:00
miruka
28b6114218
Make profile edit avatar 256px instead of 240
2019-07-18 23:52:51 -04:00
miruka
2cf0864b18
Implement multi-account writing for sendbox
2019-07-18 23:50:23 -04:00
miruka
93bc2ff5a9
Add multiaccount write-as alias account setting
2019-07-18 21:58:21 -04:00
miruka
4f1884b121
Animate button enabled state change
2019-07-18 21:43:18 -04:00
miruka
ff7c2413df
Change "Save" button to "Apply" in EditAccount
2019-07-18 20:58:38 -04:00
miruka
329c34cf94
Limit concurrent thumbnail downloads to 8
2019-07-18 20:49:47 -04:00
miruka
9decd58992
Use aiofiles for image provider file writes
2019-07-18 20:44:17 -04:00
miruka
519d3610ef
Change HTextField borders, SignIn disable buttons
...
By default now, fields have a transparent border if not focused and
accent-color border if focused.
Set `bordered: false` for no border at all.
The register and forgot buttons on the SignIn screen are now disabled,
since their functions aren't implemented yet.
2019-07-18 20:39:13 -04:00
miruka
d597e1dda8
Refactor Backend and config file operations
2019-07-18 20:30:41 -04:00
miruka
31184071db
call(Client)Coro: support nested.getattr.retrieval
2019-07-18 20:24:59 -04:00
miruka
50930aec36
Fix profile cancel button not restoring avatar
2019-07-18 18:48:32 -04:00
miruka
a842981406
Improve README
2019-07-18 18:35:47 -04:00
miruka
4d32adaa41
Animate event side change
2019-07-18 07:22:41 -04:00
miruka
67efde9116
Show own events on right only under certain width
2019-07-18 06:33:09 -04:00
miruka
1fa8b70359
ES5 → 7: Use for in/of and let
2019-07-18 05:18:13 -04:00
miruka
8a38274280
Make all JS functions and variables camelCase
...
According to conventions.
2019-07-18 04:48:34 -04:00
miruka
3939470679
Add "use strict" directive to all .js files
2019-07-18 04:38:22 -04:00
miruka
240885c32a
Fix bad icon_names → icon-names
2019-07-18 04:23:23 -04:00
miruka
ea02ce2316
ES5 → 7: Use enhanced object properties
...
http://es6-features.org/#PropertyShorthand
Instead of doing {"foo": foo, "bar": bar, ...}, we can just do
{foo, bar} now.
The function parameters of EventHandlers have all been renamed to
camelCase to make use of this, as the JS style conventions intend.
Other functions will follow in a later commit.
2019-07-18 04:17:35 -04:00
miruka
4920ff6212
ES5 → 7: Use function default parameters
2019-07-18 03:35:30 -04:00
miruka
8f53d2e018
Qt 5.12 ES5 → 7: Use "() =>" and array.includes
2019-07-18 03:13:34 -04:00
miruka
f5d747cbc4
Fix wrong avatar for unamed rooms
2019-07-18 02:36:08 -04:00
miruka
4c0b947d1a
Handle nio.ThumbnailError cases
...
Return a 1x1 transparent PNG for now.
2019-07-18 02:08:01 -04:00
miruka
44a998f31b
Rename HHighlightRectangle → HInteractiveRectangle
2019-07-18 01:56:58 -04:00
miruka
d8295302a5
HTextField active color, HColorAnimation + factor
2019-07-18 01:53:28 -04:00
miruka
271b3e3829
Change all colors to use the new hsl(a) functions
2019-07-18 01:31:51 -04:00
miruka
cf13315d4f
Add normal hsl and hsla functions
2019-07-18 01:27:14 -04:00
miruka
fa61e8f0e3
Standard way of knowing if window "is wide"
2019-07-18 01:18:06 -04:00
miruka
902ac250b0
Fix file names to respect conventions
...
Important markdown/text files: UPPERCASE.ext
QML module dirs, qml files: PascalCase
Python module dirs, py files, js files: snake_case
Everything else (including icons): hyphen-case
2019-07-17 13:40:28 -04:00
miruka
332b6f1c0d
Big improvements on sidepane auto/manual sizing
...
See gui-tests.md for the expected sidepane behaviors.
2019-07-17 13:34:56 -04:00
miruka
e173253f74
Sidebar size fixes
2019-07-16 17:08:06 -04:00
miruka
96745902f3
Move header definition from EditAccount to HPage
2019-07-16 12:53:52 -04:00
miruka
a813b1c715
HPage with SwipeView to show reduced side pane
2019-07-16 12:37:11 -04:00
miruka
29e21bc7c2
Fix avatar upload overlay overflow at small size
2019-07-16 11:48:57 -04:00
miruka
9f4aadfd83
Reduce (make invisible) pane if window too small
2019-07-16 09:27:38 -04:00
miruka
797d63b988
Big code cleanup for SidePane.qml
2019-07-16 09:22:20 -04:00