Commit Graph

636 Commits

Author SHA1 Message Date
Black Hat e9fe310d04 Merge branch 'macos-build-number' into 'master'
Make macOS .dmg use correct build number

See merge request b0/spectral!34
2019-01-03 23:53:38 +00:00
Aaron Raimist c90e96072c Fix the CFBundleIdentifier 2019-01-02 21:40:36 -06:00
Aaron Raimist da7fb89c81 Set version number like major.minor.patch.build on macOS
Qt is supposed to work with these kinds of version numbers but it doesn't seem to actually work for some reason
http://doc.qt.io/qt-5/qmake-variable-reference.html#version.

You should eventually be able to revert this commit (and remove the VERSION line) once there are version numbers set that are just major.minor.patch.
2019-01-02 21:36:17 -06:00
Aaron Raimist 446c9194bf Set macOS Info.plist 2019-01-02 20:58:43 -06:00
Aaron Raimist 60c3ed3c54 Make macOS .dmg use correct build number 2019-01-02 18:34:58 -06:00
Black Hat ec43131a10 Clean up notification. 2018-12-24 20:31:40 +08:00
Black Hat 316d1429fa Add typing notification. 2018-12-23 11:24:01 +08:00
Black Hat e5fbdc15ff Update QtQuick.
Add FileDelegate.
2018-12-22 22:25:03 +08:00
Black Hat 5ee47ed207 Fix #128. 2018-12-22 20:39:51 +08:00
Black Hat 0d06498467 Use color palette. 2018-12-16 10:47:58 +08:00
Black Hat df045a786f Code cleanup. 2018-12-15 22:29:51 +08:00
Black Hat 076c501605 Merge branch 'qt-512' into 'material'
Qt 512

See merge request b0/spectral!33
2018-12-15 02:56:10 +00:00
Black Hat 8300d022b2 Update libqmatrixclient.
Enable member lazy loading.
Some Qt 5.12 fix.
2018-12-15 10:46:18 +08:00
Hazy Fish 66e2d99620 Update QtQuick. 2018-12-07 09:18:42 +08:00
Black Hat 4212dbe265 Init Qt 5.12. 2018-12-06 19:12:42 +08:00
Black Hat 2d7addafc7 Clean up. 2018-12-04 13:46:40 +08:00
Black Hat aff2c2ffb2 Merge branch 'no-paintable' into 'material'
Remove paintable

See merge request b0/spectral!32
2018-12-03 12:21:04 +00:00
Black Hat 92b1458c4a Fix avatar changes. 2018-12-03 20:11:24 +08:00
Black Hat 8959be2cb8 Remove ImageItem, Paintable and use unified image provider. 2018-12-03 19:55:42 +08:00
Black Hat 641c82beb7 Clean up. 2018-12-03 17:36:23 +08:00
Black Hat 5192a91391 Replace QRegExp with QRegularExpression.
Fix timeline viewport saving.
Fix invitation dialog. #124
2018-11-29 10:41:38 +08:00
Black Hat e7b2698521 Better rich reply. 2018-11-27 18:14:48 +08:00
Black Hat cc5ba20375 Init rich reply. 2018-11-27 08:09:45 +08:00
Black Hat 948da868a9 Wrap <pre> tag. 2018-11-26 18:49:03 +08:00
Black Hat 348a8186fd Fix #121 and #119. 2018-11-26 12:32:00 +08:00
Black Hat 8c32dbc487 Fix #120. 2018-11-26 12:17:40 +08:00
Black Hat 1c499ddb90 Parse display name from user ID.
Clicking "In Reply To" now switches to the event if possible.
2018-11-26 09:15:43 +08:00
Black Hat d1186ea810 Optionally bundle font. 2018-11-26 07:53:04 +08:00
Black Hat 49ab6684e3 Integrate autocomplete into text input. 2018-11-24 21:32:37 +08:00
Black Hat c88d41f359 Some file info workarounds.
Use default font in emoji picker.
2018-11-23 23:28:04 +08:00
Black Hat c7afe6b5ad Use Noto Sans as fallback. 2018-11-23 20:21:01 +08:00
Black Hat 24fc466630 Update libqmatrixclient;
Force Noto Color Emoji.
2018-11-23 18:01:06 +08:00
Black Hat 38afdeeb8e Fix ImageItem ratio. 2018-11-22 21:04:04 +08:00
Black Hat d708c9aab6 Allow disabling notifications. 2018-11-22 20:35:49 +08:00
Black Hat 6d30e9d682 ImageItem high DPI support. 2018-11-22 19:44:11 +08:00
Black Hat 58593015c1 Separate different delegates. 2018-11-22 17:15:14 +08:00
Black Hat 1248b6f334 Fix #117. 2018-11-22 08:01:07 +08:00
Black Hat 3ec1cf71bf Do not emit new message if it is a state event. 2018-11-21 19:56:07 +08:00
Black Hat 9ad062ca30 Improve Reply UI.
Fix a bug in ImageItem.
Update libqmatrixclient.
2018-11-21 19:40:54 +08:00
Black Hat 6d17716e97 Update libqmatrixclient.
Add author label.
Add time label.
Use Roboto font.
2018-11-20 08:21:28 +08:00
Black Hat f892236bfe Merge branch 'dpi' into 'material'
DPI Fixes

See merge request b0/spectral!31
2018-11-19 12:14:32 +00:00
Black Hat 0ce98fc179 Use pixel size. 2018-11-19 07:29:55 +08:00
Black Hat c95ff1b4a0 Fix custom DPI. 2018-11-18 20:29:09 +08:00
Black Hat 0496c22991 Merge branch 'material' of https://gitlab.com/b0/spectral into material 2018-11-18 20:08:25 +08:00
Black Hat a8cbd0a9cd Init custom DPI. 2018-11-18 20:08:01 +08:00
Black Hat 61cc6f9db6 Use release build. 2018-11-18 08:35:37 +00:00
Black Hat 2fb563619d Use release build. 2018-11-18 08:23:02 +00:00
Black Hat 9ec02e0fce Magically reduce memory use. 2018-11-18 14:29:09 +08:00
Black Hat dd6c10e382 Emoji Picker. 2018-11-18 10:47:12 +08:00
Black Hat 2a8aa34416 Minor tweaks. 2018-11-17 22:39:34 +08:00