Commit graph

316 commits

Author SHA1 Message Date
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
714816ea8f
Initialize AccountBridge with empty values 2019-05-15 05:35:36 +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
617a10be04
Clear panes on re-connecting 2019-05-15 05:03:15 +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
f0f3f491c8
Added clear method to PaneModel 2019-05-15 05:01:47 +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
ef833ef3da
Initialize all available panes on startup 2019-05-15 02:35:20 +02:00
Christian Muehlhaeuser
2f2c6809f0
Mastodon account provides a list of available Panes now 2019-05-15 02:34:37 +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
1630acc18c
Reduce default message count in pane for snappier scrolling 2019-05-15 00:51:38 +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
055881d488
We depend on Go 1.9+ 2019-05-14 03:02:04 +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
7341782079
Fixed link to Windows binary 2019-05-12 21:21:46 +02:00
Christian Muehlhaeuser
aede545fcb
Simpler build instructions in README 2019-05-12 17:56:31 +02:00
Christian Muehlhaeuser
8810c52e85
Auto focus text area when opening MessagePopup 2019-05-12 04:00:54 +02:00
Christian Muehlhaeuser
b6577a4bf9
Move docker instructions to the correct section in README 2019-05-12 03:25:54 +02:00
Christian Muehlhaeuser
05768ec7a0
Updated Ubuntu build instructions in README 2019-05-12 03:22:24 +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
14cbecd42c
Display API errors in ErrorPopup 2019-05-12 02:39:05 +02:00
Christian Muehlhaeuser
ea3f297d2e
Link to Linux binary in README 2019-05-12 01:51:41 +02:00
Christian Muehlhaeuser
fc6d7abd02
Added qtsetup instructions to README 2019-05-11 21:42:40 +02:00
Christian Muehlhaeuser
3497382afa
Added note about Qt5 dev package dependency to README 2019-05-11 18:57:01 +02:00
Christian Muehlhaeuser
78a297b824
Added Docker build instructions to README 2019-05-11 05:34:16 +02:00
Christian Muehlhaeuser
4403ed71bd
Panic when we can't load or create a config file 2019-05-11 04:01:50 +02:00
Christian Muehlhaeuser
16e92f178f
Added doc for Account interface 2019-05-11 04:01:26 +02:00
Christian Muehlhaeuser
9f3096d14b
Updated screenshot 2019-05-11 03:54:17 +02:00
Christian Muehlhaeuser
8c405bb927
Added Account interface 2019-05-11 03:41:57 +02:00
Christian Muehlhaeuser
0112786321
Fixed up partly working Twitter account 2019-05-11 03:36:24 +02:00
Christian Muehlhaeuser
8ab65d8770
Simplify LoadConfig code 2019-05-11 02:51:09 +02:00
Christian Muehlhaeuser
b037a0302d
Code cleanups and added missing function docs 2019-05-11 02:48:54 +02:00
Christian Muehlhaeuser
bf0a78cf29
Set Telephant logo as window icon 2019-05-11 02:14:35 +02:00