Commit graph

316 commits

Author SHA1 Message Date
Christian Muehlhaeuser
da437b7053
Enable Go modules 2021-01-30 21:21:24 +01:00
Elen Eisendle
45eb392eac Change QtQuick.Dialogs to 1.3 2021-01-30 19:45:41 +01:00
Elen Eisendle
90b7af99c3 Import Qt 5.12 versions of QtQuick modules 2021-01-30 19:45:41 +01:00
Elen Eisendle
4c6fc13db0 Add font and emoji font settings 2021-01-30 19:45:41 +01:00
Elen Eisendle
a05749a0c6 Add toot visibility setting, fixes #63 2020-04-19 00:09:57 +02:00
Christian Muehlhaeuser
c60b4b3ead Use a Loader to prevent loading MessageView unnecessarily 2020-04-17 18:50:54 +02:00
CalmBit
6d7755b857
Add MacOS Bundle Assets (#38)
* Update gitignore to remove DS_Store
* MacOS Bundle Assets, pt.1
* Added HiDPI flag, fixed icns (thanks @nueh)
2020-04-10 09:21:25 +02:00
Christian Muehlhaeuser
3429a3ed7a
Change tagline in README 2020-04-10 09:19:30 +02:00
Christian Muehlhaeuser
9ce0671898
Update dependency notes in README 2020-04-10 08:56:59 +02:00
Christian Muehlhaeuser
e43ddb1058
Update README links to point to v0.1rc3 2020-04-10 08:25:22 +02:00
Christian Muehlhaeuser
6359965ec7 Initialize self reference when creating a new Mastodon account
Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com>
2020-04-09 14:03:07 +02:00
Christian Muehlhaeuser
eb387a1850
Set previous mentions as initial text for replies 2020-04-07 03:33:35 +02:00
Christian Muehlhaeuser
e18cf3f83d
Parse mentions in MessageModel 2020-04-07 03:32:25 +02:00
Christian Muehlhaeuser
17f894950d
Parse mentions in Mastodon posts 2020-04-07 03:30:39 +02:00
Christian Muehlhaeuser
f39bc7166a
Fix heading alignment 2020-04-06 06:59:30 +02:00
Christian Muehlhaeuser
9f62e09fc6
Update README build instructions 2020-04-06 06:58:30 +02:00
Christian Muehlhaeuser
43c9c23260
Move badges below first heading 2020-04-05 11:18:58 +02:00
Christian Muehlhaeuser
7a27b99712
Add missing feature to README checklist 2020-04-05 11:16:14 +02:00
Christian Muehlhaeuser
180b4eb18f
Update Ubuntu deps in README 2020-04-05 10:48:36 +02:00
Christian Muehlhaeuser
393fd42804
Make less verbose 2020-04-05 05:17:38 +02:00
Christian Muehlhaeuser
52b3a7c90b
Add GitHub metadata 2020-04-05 05:16:38 +02:00
Christian Muehlhaeuser
9574686f09
Update static binaries 2020-04-05 02:49:57 +02:00
Christian Muehlhaeuser
e24ac49122
Adapt to latest go-app-paths API 2020-04-04 08:44:50 +02:00
Christian Muehlhaeuser
c580dc1a46
Add FIXME comment 2020-03-07 22:19:58 +01:00
Christian Muehlhaeuser
03199ad816
Update Ubuntu deps in README 2020-03-06 12:05:48 +01:00
Christian Muehlhaeuser
3d563646c0
Add search to sidebar drawer 2020-03-04 14:24:38 +01:00
Christian Muehlhaeuser
db4774502c
Make sidebar drawer a bit wider 2020-03-04 14:23:19 +01:00
Christian Muehlhaeuser
e685abfeec
Show errors when loading a component fails 2020-03-04 14:22:59 +01:00
Christian Muehlhaeuser
9ec44c5bca
Update connection dialog's dimensions 2020-03-04 13:39:46 +01:00
Christian Muehlhaeuser
5a95a1b67f
Don't create empty account stub on initial run 2020-03-04 13:24:05 +01:00
Christian Muehlhaeuser
0e140f93e3
Don't update the model if liking/sharing failed 2020-03-03 10:16:19 +01:00
Christian Muehlhaeuser
094af6f3ab
Add panes for local and federated timelines 2020-03-03 06:31:04 +01:00
Christian Muehlhaeuser
8b3e6ce116
Add Default visibility setting for panes 2020-03-03 06:30:33 +01:00
Christian Muehlhaeuser
45af81d34c
Add Search bridge method 2020-03-03 06:29:50 +01:00
Christian Muehlhaeuser
ff977f8ded
Increase cacheBuffer for listviews to improve performance 2020-03-03 06:05:32 +01:00
Christian Muehlhaeuser
d3dfa08d36
Add file-picker dialog which lets you add images to posts 2020-03-03 05:43:24 +01:00
Christian Muehlhaeuser
b90ffb4b3d
Handle pane IDs in model 2020-03-03 05:16:35 +01:00
Christian Muehlhaeuser
08ae9bec8b
Add helper-text to MessagePopup, pointing out you can drag/drop files on it 2020-03-03 05:12:09 +01:00
Christian Muehlhaeuser
8fe52486e4
Update message store and models when liking/sharing posts 2020-03-03 04:58:13 +01:00
Christian Muehlhaeuser
f472b348e1
Move account related methods to account.go 2020-03-03 04:53:58 +01:00
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