Commit graph

276 commits

Author SHA1 Message Date
Christian Muehlhaeuser
673e14eb1e
Remove debug output on shutdown 2020-03-01 11:40:53 +01:00
Christian Muehlhaeuser
fe05e20599
Clean up about dialog 2020-03-01 11:40:24 +01:00
Christian Muehlhaeuser
4b27d073ea
Create PopUps with mainWindow as parent, preventing them from being deleted 2020-03-01 11:21:17 +01:00
Christian Muehlhaeuser
7aec7075bb
Fix missing component creator import 2020-03-01 10:52:34 +01:00
Christian Muehlhaeuser
796edb02f5
Match tags case-insensitively 2020-03-01 10:51:56 +01:00
Christian Muehlhaeuser
7474a6fc66
Don't swallow hover-events over MessageText 2020-02-28 16:55:52 +01:00
Christian Muehlhaeuser
61f0939f5e
Make status buttons a little smaller 2020-02-28 13:04:06 +01:00
Christian Muehlhaeuser
404f4a4063
Use a regularly incrementing iota 2020-02-28 12:58:35 +01:00
Christian Muehlhaeuser
c5ed930ce4
Update QML dummydata models 2020-02-28 12:51:12 +01:00
Christian Muehlhaeuser
6d290a0abe
Show border around media popup 2020-02-28 12:42:37 +01:00
Christian Muehlhaeuser
2e6b539d9e
Don't show elapsed time for posts less than a minute old 2020-02-28 12:42:17 +01:00
Christian Muehlhaeuser
2c5d731cd4
Remove debug output 2020-02-28 12:41:42 +01:00
Christian Muehlhaeuser
5ca5459677
Show video elements in media popup 2020-02-28 12:14:07 +01:00
Christian Muehlhaeuser
e741cd6fcc
Use logger and add debug flag for extra output 2020-02-28 12:12:48 +01:00
Christian Muehlhaeuser
f2e92deb04
Use default PopUp close-policy 2020-02-28 10:51:15 +01:00
Christian Muehlhaeuser
3136b936db
Always open the actual post the message is pointing to when clicking the timestamp 2020-02-28 09:12:34 +01:00
Christian Muehlhaeuser
51716e723b
Show reply/share/like counters below posts 2020-02-28 09:11:13 +01:00
Christian Muehlhaeuser
153d0357a1
Correctly align message pane title 2020-02-28 07:41:51 +01:00
Christian Muehlhaeuser
b845f1d59b
Add spacer item between author and timestamp 2020-02-28 07:32:31 +01:00
Christian Muehlhaeuser
e283421bf7
Use MediaPopup to display images 2020-02-28 05:36:47 +01:00
Christian Muehlhaeuser
d723eb52dc
Speed up fading animation a little 2020-02-28 03:01:54 +01:00
Christian Muehlhaeuser
6e68962ef6
Add godoc comments 2020-02-28 03:01:37 +01:00
Christian Muehlhaeuser
d4b0e90a87
Clean up QML 2020-02-28 03:01:06 +01:00
Christian Muehlhaeuser
e4e44d0dba
Make text selectable by mouse 2020-02-28 03:00:23 +01:00
Christian Muehlhaeuser
6a131c9d63
Only close message pane when clicking the Close button 2020-02-27 06:54:51 +01:00
Christian Muehlhaeuser
b276dd42a5
Update to be compatible with latest Qt bindings 2019-09-04 04:27:37 +02:00
Christian Muehlhaeuser
9f85a62a54
Fixed build tags for notifications stub 2019-06-09 05:12:32 +02:00
Christian Muehlhaeuser
588a64536b
Enable notifications on Darwin and provide a stub for other platforms 2019-06-09 03:39:08 +02:00
Christian Muehlhaeuser
ed7570bb83
Removed misunderstood beeep initializer 2019-06-03 17:33:43 +02:00
Christian Muehlhaeuser
c730232935
Updated feature list in README 2019-06-02 15:50:13 +02:00
Christian Muehlhaeuser
7d57627d3d
Support for content warnings and spoiler texts 2019-06-02 15:31:21 +02:00
Christian Muehlhaeuser
5532064e71
Don't panic if sending notification fails 2019-06-02 08:37:08 +02:00
Christian Muehlhaeuser
f97938d514
Message IDs of likes & shares get reused, we need to generate our own one 2019-05-31 23:47:08 +02:00
Christian Muehlhaeuser
23baddb2e3 Lower QtQuick Controls dependency to 2.2 (Qt 5.9) 2019-05-31 16:52:11 +02:00
MasterOfTheTiger
9bf56de76e Create telephant.desktop 2019-05-27 12:53:42 +02:00
MasterOfTheTiger
bc77c5cd04 Add icons to telephant from 8x8 to 512x512 2019-05-27 12:53:27 +02:00
Christian Muehlhaeuser
9d169765dd
Remove qtsetup step from README instructions 2019-05-27 11:56:34 +02:00
Christian Muehlhaeuser
e556044bd0
Make package name a bit more readable 2019-05-27 10:40:15 +02:00
Christian Muehlhaeuser
02303a0cbe
Added Arch package and simplified build instructions in README 2019-05-27 10:38:54 +02:00
Christian Muehlhaeuser
1a3de045b3
Disable RemoveMessageID until we resolved the slot issue 2019-05-23 17:20:41 +02:00
Christian Muehlhaeuser
073406a234
Support delete events from Mastodon 2019-05-23 15:24:37 +02:00
Christian Muehlhaeuser
0487a7bd15
Use message store to reference the same message from multiple models 2019-05-23 15:24:01 +02:00
Christian Muehlhaeuser
cab56f17d4
Show display-friendly user names in notifications 2019-05-23 15:22:27 +02:00
Christian Muehlhaeuser
21b941d69f
Added support for desktop notifications 2019-05-21 07:21:10 +02:00
Christian Muehlhaeuser
73b5bdf961
ImageButton's roundness is implicit now 2019-05-20 09:25:00 +02:00
Christian Muehlhaeuser
d28f3c59e7
Use center crop of images 2019-05-20 07:03:51 +02:00
Christian Muehlhaeuser
e6dc10593e
Display all images attached to a post 2019-05-20 04:44:03 +02:00
Christian Muehlhaeuser
81bc8a4840
Added support for attaching images to posts 2019-05-19 08:09:37 +02:00
Christian Muehlhaeuser
53855adda8
Store and restore window state on startup 2019-05-19 04:33:37 +02:00
Christian Muehlhaeuser
deaae7beab
Make dummydata notification pane sticky 2019-05-19 03:59:34 +02:00