Commit graph

121 commits

Author SHA1 Message Date
Christian Muehlhaeuser
942c8a0926
Fixed opening MessagePopup from mainWindow 2019-05-17 18:16:48 +02:00
Christian Muehlhaeuser
9764c00b70
Lazy QML component creation for popups & dialogs 2019-05-17 16:27:12 +02:00
Christian Muehlhaeuser
04cb850828
Added error property to AccountBridge dummy 2019-05-17 15:31:55 +02:00
Christian Muehlhaeuser
d8ac5c1b94
Set preferred width and height for window 2019-05-17 15:31:37 +02:00
Christian Muehlhaeuser
77f1f787ea
Fixed binding loop in ScrollView 2019-05-17 15:14:20 +02:00
Christian Muehlhaeuser
4f8c53ed28
Don't close connection popup when clicking outside it 2019-05-15 06:49:19 +02:00
Christian Muehlhaeuser
9adb207d2a
Count URLs as 23 characters regardless of their actual length for Mastodon posts 2019-05-15 05:57:12 +02:00
Christian Muehlhaeuser
b901dd7b69
Adjusted maximum width of popups & dialogs 2019-05-15 05:28:15 +02:00
Christian Muehlhaeuser
364f2cd2e0
Fixed labels overlapping each other 2019-05-15 05:27:48 +02:00
Christian Muehlhaeuser
0b74850538
Set message instead of model on ReplyPopup 2019-05-15 05:02:57 +02:00
Christian Muehlhaeuser
49491a26b4
Don't propagate mouse events from ScrollHelper 2019-05-15 05:02:06 +02:00
Christian Muehlhaeuser
e81b8db602
Add a context menu to your own posts that lets you delete them 2019-05-15 05:01:21 +02:00
Christian Muehlhaeuser
4e22054668
Added dummy implementations for uiBridge and settings 2019-05-15 02:08:40 +02:00
Christian Muehlhaeuser
8af9aa00df
Improved auth process 2019-05-15 02:08:13 +02:00
Christian Muehlhaeuser
b3ebcf3833
Support panes in QML dummy data 2019-05-15 00:51:04 +02:00
Christian Muehlhaeuser
b5354a73be
Fixed drawer width 2019-05-15 00:23:32 +02:00
Christian Muehlhaeuser
f4eb27df5f
Reduce minimum width of window, but increase minimum pane width 2019-05-14 04:28:34 +02:00
Christian Muehlhaeuser
fe1e83cf24
Show a horizontal scroll-bar when we run out of space 2019-05-14 04:20:27 +02:00
Christian Muehlhaeuser
2284cad564
Open new panes for hashtags that get clicked on 2019-05-13 22:44:23 +02:00
Christian Muehlhaeuser
d306687d88
Support creating additional panes and closing them 2019-05-13 22:42:03 +02:00
Christian Muehlhaeuser
8fabb0c164
Don't break property binding 2019-05-13 14:51:47 +02:00
Christian Muehlhaeuser
c51ab8de29
Don't mix anchors and layouts in header toolbar 2019-05-13 08:08:40 +02:00
Christian Muehlhaeuser
932a10e5db
Store model data in a proxy variable, which can be reused outside a view 2019-05-13 08:08:11 +02:00
Christian Muehlhaeuser
bb513f1372
Remove cache buffer for ListView 2019-05-13 08:06:05 +02:00
Christian Muehlhaeuser
c3a2dd525b
Don't mix anchors and layouts in AccountSummary 2019-05-13 08:05:50 +02:00
Christian Muehlhaeuser
72bee8c3d8
Don't mix anchors and layouts in MessageView 2019-05-13 07:20:43 +02:00
Christian Muehlhaeuser
f353bdc169
Added scroll helper to improve scrolling experience 2019-05-13 04:09:02 +02:00
Christian Muehlhaeuser
8810c52e85
Auto focus text area when opening MessagePopup 2019-05-12 04:00:54 +02:00
Christian Muehlhaeuser
b2c55797cb
Switch back to old word wrap mode 2019-05-12 03:00:34 +02:00
Christian Muehlhaeuser
54b6b7075e
Wrap anywhere in the message post, if we have to 2019-05-12 02:58:22 +02:00
Christian Muehlhaeuser
b6bfb21039
Handle empty message IDs correctly 2019-05-12 02:49:27 +02:00
Christian Muehlhaeuser
db21372a44
Reset error message on closing the ErrorPopup 2019-05-12 02:42:05 +02:00
Christian Muehlhaeuser
f30901fdc9
Set a different background color for window and headers 2019-05-11 00:54:32 +02:00
Christian Muehlhaeuser
66b31c1eb0
Make sure we elide username as well when we run out of horizontal space 2019-05-11 00:39:02 +02:00
Christian Muehlhaeuser
efa74679b0
Added logo to About dialog 2019-05-10 20:25:01 +02:00
Christian Muehlhaeuser
7ea60f0a5e
Fixed replying to a post 2019-05-10 20:17:45 +02:00
Christian Muehlhaeuser
332c6ecdde
Improved error handling in connect/auth stage 2019-05-10 19:14:56 +02:00
Christian Muehlhaeuser
5597ffee01
Remove obsolete anchor 2019-05-10 17:47:03 +02:00
Christian Muehlhaeuser
b511fa40c7
Link to actor ID for shared / liked posts 2019-05-10 16:47:26 +02:00
Christian Muehlhaeuser
3ca0db1022
Reset ConnectionPopup before opening it 2019-05-10 15:47:50 +02:00
Christian Muehlhaeuser
5212953a67
Link to mastodon profile in AboutDialog 2019-05-10 15:47:31 +02:00
Christian Muehlhaeuser
5ef14d517f
Use provided redirect URI from API 2019-05-10 15:46:39 +02:00
Christian Muehlhaeuser
3fe44d0160
Show login errors 2019-05-10 15:45:38 +02:00
Christian Muehlhaeuser
3935db600b
Disable settings dialog for first public release 2019-05-10 02:56:42 +02:00
Christian Muehlhaeuser
577cdb808d
Show action button with full opacity for liked posts 2019-05-10 02:56:28 +02:00
Christian Muehlhaeuser
8e4160cc0d
Updated about dialog 2019-05-10 02:55:48 +02:00
Christian Muehlhaeuser
5d1c79a41f
Added theme & style selection to settings 2019-05-10 02:55:30 +02:00
Christian Muehlhaeuser
e2321f21d5
Clean up image assets 2019-05-10 02:54:27 +02:00
Christian Muehlhaeuser
f84075191c
Open internal links from QML 2019-05-10 01:42:42 +02:00
Christian Muehlhaeuser
4578f31282
Hide action buttons for your own content 2019-05-09 18:13:19 +02:00