Commit graph

  • 194586022a
    Adjust minimum window size to more reasonable values Christian Muehlhaeuser 2019-05-09 16:21:11 +02:00
  • 7537d376f1
    Change login status before logging in Christian Muehlhaeuser 2019-05-09 16:20:56 +02:00
  • 7367656c68
    Open ConnectionPopup on first start Christian Muehlhaeuser 2019-05-09 16:20:25 +02:00
  • 78c0212cf3
    Trigger ConnectionPopup on first-run or login error Christian Muehlhaeuser 2019-05-09 07:51:24 +02:00
  • 81d2eadc45
    Don't use messageid to check a message's validity Christian Muehlhaeuser 2019-05-09 06:19:52 +02:00
  • b4575ab2ba
    Added SharePopup to confirm sharing before posting it publicly Christian Muehlhaeuser 2019-05-09 05:40:00 +02:00
  • a670670c5d
    Pass message model directly to MessagePopup Christian Muehlhaeuser 2019-05-09 05:39:02 +02:00
  • 48eabdb5fd
    Allow hiding of action button group in MessageView Christian Muehlhaeuser 2019-05-09 05:38:10 +02:00
  • 14373fc1a3
    Use point instead of pixel-size values for fonts Christian Muehlhaeuser 2019-05-09 05:37:31 +02:00
  • 6d6a3e3ea3
    Reduce roundness of circle filter on avatar images Christian Muehlhaeuser 2019-05-09 05:36:15 +02:00
  • 0f470050c3
    Fixed not replacing empty display-names for follow notifications Christian Muehlhaeuser 2019-05-09 04:30:16 +02:00
  • f7f79907db
    Link to full-size media instead of the previews Christian Muehlhaeuser 2019-05-09 04:29:48 +02:00
  • c41ee5b1e7
    Fixed displaying account- instead of display-name for shared posts Christian Muehlhaeuser 2019-05-09 04:13:05 +02:00
  • 92629c7f43
    Handle & show new follower notifications Christian Muehlhaeuser 2019-05-09 03:45:07 +02:00
  • 335314510f
    Smaller display for our own media in like/share notifications Christian Muehlhaeuser 2019-05-09 02:09:26 +02:00
  • 6517d781e5
    Handle empty display-names on Mastodon Christian Muehlhaeuser 2019-05-09 02:08:40 +02:00
  • 1acbf8bfe3
    (Un)follow other users from the AccountPopup Christian Muehlhaeuser 2019-05-09 01:00:02 +02:00
  • ba045960a0
    Emit current user-relationship status with ProfileEvents Christian Muehlhaeuser 2019-05-09 00:59:21 +02:00
  • 6849cc566b
    Added profileID to accountBridge dummy Christian Muehlhaeuser 2019-05-09 00:34:45 +02:00
  • 32c5395556
    Rename follows & followers to followCount & followerCount Christian Muehlhaeuser 2019-05-09 00:34:27 +02:00
  • a138f812a5
    Make MessagePopup less wide Christian Muehlhaeuser 2019-05-09 00:17:51 +02:00
  • 91defda36e
    Use Acct instead of Username, which is the full canonical username (including the instance) Christian Muehlhaeuser 2019-05-09 00:17:07 +02:00
  • dfc5b16f1c
    Allow unliking & unsharing posts Christian Muehlhaeuser 2019-05-06 22:51:31 +02:00
  • 6a397e68de
    Emit current like & share status along with the MessageEvent Christian Muehlhaeuser 2019-05-06 22:50:38 +02:00
  • 66ff605f9b
    Don't set an explicit height for the MessagePopup Christian Muehlhaeuser 2019-05-06 20:21:22 +02:00
  • 6697e27bab
    Tweak style for like/share notifications of your own posts Christian Muehlhaeuser 2019-05-06 20:20:49 +02:00
  • 0b6e71aa8f
    Move MessagePopup controls into a Flickable Christian Muehlhaeuser 2019-05-06 20:19:57 +02:00
  • 13eb34fd6e
    Support disabling media-fading for an entire MessageList Christian Muehlhaeuser 2019-05-06 20:18:56 +02:00
  • 7800a3e041
    Emit Account's post size limit along with the LoginEvent Christian Muehlhaeuser 2019-05-06 20:17:28 +02:00
  • 616064c490
    Added AccountPopup, used to show detailed profile information Christian Muehlhaeuser 2019-05-06 20:16:20 +02:00
  • 8aa10eca17
    Use a MessageList without the Pane for the ConversationPopup Christian Muehlhaeuser 2019-05-05 19:10:12 +02:00
  • 359b5b9c7a
    Open the ConversationPopup when clicking on a post Christian Muehlhaeuser 2019-05-05 18:42:37 +02:00
  • a7ac9200a2
    Support loading entire conversation threads in ConversationPopup & -Model Christian Muehlhaeuser 2019-05-05 18:21:38 +02:00
  • 3e62ab2c40
    Added clear method to MessageModel Christian Muehlhaeuser 2019-05-05 18:20:04 +02:00
  • b8fcc729ef
    Added appendMessage method to MessageModel Christian Muehlhaeuser 2019-05-05 18:19:48 +02:00
  • fd56f6d04a
    Provide messageFromEvent for convenience Christian Muehlhaeuser 2019-05-05 18:18:35 +02:00
  • c3cc78dc67
    Don't make handleStatus directly emit an event Christian Muehlhaeuser 2019-05-05 18:17:59 +02:00
  • 5f1d54421b
    Fixed loading initial feeds invertedly Christian Muehlhaeuser 2019-05-05 18:17:28 +02:00
  • 1cbcbaeed6
    Slightly rounded avatar border Christian Muehlhaeuser 2019-05-05 15:57:12 +02:00
  • 1c94a6acd0
    Add a margin above the action buttons Christian Muehlhaeuser 2019-05-05 15:19:40 +02:00
  • eb2468df2c
    Don't apply custom color to post button Christian Muehlhaeuser 2019-05-05 15:19:22 +02:00
  • 8767518432
    Keep avatars as we retrieve them Christian Muehlhaeuser 2019-05-05 15:18:37 +02:00
  • c7cb2caeba
    Don't mix layouts and anchors Christian Muehlhaeuser 2019-05-05 15:17:46 +02:00
  • fd044462b4
    Switch to PNG versions of icons, so material theme can pick the right source automatically Christian Muehlhaeuser 2019-05-05 15:15:23 +02:00
  • 8546413221
    Added mastodon logo as account asset Christian Muehlhaeuser 2019-05-05 15:05:00 +02:00
  • 8cc4b2e0ee
    Added a 'post' ToolButton to the header Christian Muehlhaeuser 2019-05-05 14:59:38 +02:00
  • df1d2a1d31
    Fixed names not showing up in MessageView Christian Muehlhaeuser 2019-05-05 14:59:03 +02:00
  • daa30794ea
    Added AccountSummary widget to sidebar Christian Muehlhaeuser 2019-05-05 14:57:56 +02:00
  • 68aac97fcf
    Move media above action buttons in MessageView Christian Muehlhaeuser 2019-05-05 14:52:07 +02:00
  • da8f00b86d
    Remove custom colors and use point instead of pixel-size values Christian Muehlhaeuser 2019-05-05 14:50:37 +02:00
  • 3d6e14c358
    Apply custom style to links in message body Christian Muehlhaeuser 2019-05-05 14:48:51 +02:00
  • 32e4e4ad15
    Expose animationDuration as a property in ImageButton Christian Muehlhaeuser 2019-05-05 14:47:35 +02:00
  • 945bafb72e
    Added 'shared' and 'liked' flags to MessageModel Christian Muehlhaeuser 2019-05-05 14:46:44 +02:00
  • a8951b1a46
    Retrieve 40 notifications & posts initially Christian Muehlhaeuser 2019-05-05 14:45:27 +02:00
  • 673c72ec2e
    Emit post, follows & follower counts with LoginEvent Christian Muehlhaeuser 2019-05-05 14:44:41 +02:00
  • 0c927a4d0e
    Seed feeds with Mastodon posts on startup Christian Muehlhaeuser 2019-05-05 14:43:20 +02:00
  • 2abf333c19
    Parse Mastodon's post body Christian Muehlhaeuser 2019-05-05 14:42:34 +02:00
  • fe0ac8c5eb
    Use OAuth to authorize with Mastodon API Christian Muehlhaeuser 2019-05-05 13:41:07 +02:00
  • c4f5332b31
    Move like/share indicator above the post Christian Muehlhaeuser 2019-05-02 15:02:18 +02:00
  • 8d4e6f1208
    Fixed loading dummy data model Christian Muehlhaeuser 2019-05-02 14:51:59 +02:00
  • 6facc68379
    Allow text selection in TextArea Christian Muehlhaeuser 2019-05-02 14:51:06 +02:00
  • 46e153639b
    Reserve layout space for the avatar, to void re-rendering after loading it Christian Muehlhaeuser 2019-05-02 13:39:04 +02:00
  • 00667e8dc9
    Replaced Username with proper Account name, which includes the instance Christian Muehlhaeuser 2019-05-02 13:33:18 +02:00
  • f0df5dab88
    Implement Mastodon account's Reply method Christian Muehlhaeuser 2019-05-02 13:32:31 +02:00
  • 482894f1e4
    Only download the deps, don't try to build them outside the Docker env on Travis Christian Muehlhaeuser 2019-05-02 12:27:55 +02:00
  • 26929365ce
    Resolve deps on travis before building Christian Muehlhaeuser 2019-05-02 12:20:12 +02:00
  • 7fa7b95574
    Fix travis builds Christian Muehlhaeuser 2019-05-02 12:13:42 +02:00
  • 5d99470415
    Support media attachments in Mastodon account Christian Muehlhaeuser 2019-05-02 11:52:28 +02:00
  • dce3526e49
    Drop anaconda dependency in mastodon account Christian Muehlhaeuser 2019-05-02 11:29:25 +02:00
  • fdf4c6cf65
    Set profile URL during login event Christian Muehlhaeuser 2019-05-02 10:37:29 +02:00
  • 75bb63964b
    Drop the twitter lingo Christian Muehlhaeuser 2019-05-02 10:37:04 +02:00
  • f1e81747da
    Don't expect all mentions to be replies to a previous post Christian Muehlhaeuser 2019-05-02 10:15:34 +02:00
  • 75e7c03d2e
    Added URL of author's profile to Message event & model Christian Muehlhaeuser 2019-05-02 09:23:11 +02:00
  • a86adcdbf4
    Implemented share & like methods for Mastodon account Christian Muehlhaeuser 2019-05-01 18:55:30 +02:00
  • cab9fbf1c0
    Implemented post method for Mastodon account Christian Muehlhaeuser 2019-05-01 18:43:14 +02:00
  • d393ebae94
    Retrieve a post's URL from the model Christian Muehlhaeuser 2019-05-01 17:17:09 +02:00
  • b865bd8c57
    Added WIP Mastodon account Christian Muehlhaeuser 2019-05-01 17:15:56 +02:00
  • 9b26c4e819 Added godoc badge to README Christian Muehlhaeuser 2017-12-17 09:21:02 +01:00
  • 08e04f1da7
    Updated README Christian Muehlhaeuser 2018-01-22 07:12:15 +01:00
  • 82b71bf5cc
    Max tweet length is now 280 chars Christian Muehlhaeuser 2017-09-27 10:47:24 +02:00
  • dd1fc8f37e
    Hide empty tweet bodies Christian Muehlhaeuser 2017-09-09 10:22:47 +02:00
  • 7fbacec9b8
    Added Twitter retweeted_retweet event Christian Muehlhaeuser 2017-09-09 10:22:28 +02:00
  • 19727566a5
    Test against Go 1.9 Christian Muehlhaeuser 2017-09-02 23:13:03 +02:00
  • 56c53d0070
    Switch back to upstream anaconda Christian Muehlhaeuser 2017-09-02 22:33:48 +02:00
  • 5079f2d624
    Tick shortened URL support in README Christian Muehlhaeuser 2017-08-31 23:53:44 +02:00
  • 4079cd7c23
    Show the real URL instead of the shortened one Christian Muehlhaeuser 2017-08-31 23:52:27 +02:00
  • 975ad16154
    Temporarily depend on muesli/anaconda Christian Muehlhaeuser 2017-08-31 23:34:34 +02:00
  • 094b8a9397
    Make menu items translatable Christian Muehlhaeuser 2017-08-31 20:55:29 +02:00
  • ad6b33148b
    Open profile webpage when clicking own avatar Christian Muehlhaeuser 2017-08-31 20:54:57 +02:00
  • 3502479dbe
    Tweak list header to be slightly transparent Christian Muehlhaeuser 2017-08-31 20:54:29 +02:00
  • b73193a837
    Fixed prefixing regular tweets with an @ Christian Muehlhaeuser 2017-08-31 16:20:52 +02:00
  • b134c51fb2 Make list headers transparent Christian Muehlhaeuser 2017-08-30 14:48:06 +02:00
  • 87382ec1f8
    Make sure Pane is completely visible including its shadow. Made ScrollBar background transparent Christian Muehlhaeuser 2017-08-31 01:55:36 +02:00
  • 7fd015ed9a
    Tick 'Media previews' in features section of README Christian Muehlhaeuser 2017-08-31 01:32:06 +02:00
  • 549a6ba901
    Show inline media previews for messages Christian Muehlhaeuser 2017-08-31 01:30:39 +02:00
  • 09f286306a
    Show a pointing-hand cursor when hovering ImageButtons Christian Muehlhaeuser 2017-08-31 01:29:46 +02:00
  • 63f120fcdd
    Added media property to MessageModel & extract media entities in Twitter account module Christian Muehlhaeuser 2017-08-31 01:29:21 +02:00
  • b0e0911036
    Fixed eliding name in MessageView Christian Muehlhaeuser 2017-08-29 17:45:22 +02:00
  • 69c8a1fdc7
    Slightly less black version of the logo Christian Muehlhaeuser 2017-08-29 16:31:23 +02:00
  • 0b15754561
    Lower QtQuick version requirement Christian Muehlhaeuser 2017-08-29 16:28:33 +02:00