Commit Graph

482 Commits

Author SHA1 Message Date
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
Black Hat
bbc4fedd20 Some optimizations. 2018-11-11 09:55:41 +08:00
Black Hat
06983a506c Fix segfault when leaving certain rooms. 2018-11-07 16:29:24 +08:00
Black Hat
6e44347efd Improve stability. 2018-11-06 09:36:17 +08:00
Black Hat
64603b47c6 Minor bug fixes. 2018-11-05 14:00:43 +08:00
Black Hat
1ac443253a Reenable local echo.
Move fast and break things.
2018-11-05 07:39:29 +08:00
Black Hat
b7dc378c65 Update libqmatrixclient && put string to color inline. 2018-11-04 20:03:45 +08:00
Black Hat
5a46810016 Init rewritten avatar. 2018-11-04 19:14:02 +08:00
Black Hat
c19f49a898 Simplify some auto completion logic. 2018-11-04 12:07:00 +08:00
Black Hat
a865aaabb1 Merge user autocomplete and emoji autocomplete. #106 2018-11-04 09:50:33 +08:00
Black Hat
040b24e0d2 Form download cache file name from event body. 2018-11-03 22:40:30 +08:00
Black Hat
db6c814e26 Init emoji auto completion. #106 2018-11-03 22:22:55 +08:00
Black Hat
87103fcb19 Mark read marker when switching room. 2018-11-02 19:05:15 +08:00
Black Hat
d53f7bc9bd Merge branch 'master' of https://gitlab.com/b0/spectral 2018-11-02 15:08:11 +08:00
Black Hat
564b4c4578 Update libqmatrixclient && disable local echo for now until #40 is fixed. 2018-11-02 15:08:01 +08:00
Black Hat
b3134a92e7 Limit filesystem access. 2018-10-27 04:06:20 +00:00
Black Hat
8c29382b3e Update org.eu.encom.spectral.appdata.xml 2018-10-25 00:53:51 +00:00
Black Hat
a27b300b74 Update org.eu.encom.spectral.appdata.xml 2018-10-24 23:33:50 +00:00
Black Hat
ca5b35ab74 Update spectral.pro 2018-10-24 23:22:07 +00:00
Black Hat
36008c4598 Merge branch 'bindir' into 'master'
Add support for BINDIR environmental variable

See merge request b0/spectral!28
2018-10-24 23:02:21 +00:00
Black Hat
7bc4b611d4 Fix comments. 2018-10-24 22:52:47 +00:00
Danilo Spinella
d7003dc734 Add support for BINDIR environmental variable
cross-compile environments usually puts binary in a specified directory,
e.g. /usr/x86_64/bin, while installing other files in a shared
directory, like /usr/share. Therefore supporting BINDIR is required.
2018-10-24 13:45:58 +00:00
Black Hat
e19e3b8ff9 Clean up event to string related codes.
Working on #55.
2018-10-24 21:15:26 +08:00
Black Hat
47782f3198 Add backtab. 2018-10-24 07:00:01 +08:00
Black Hat
107f60d55b Allow clicking autocomplete. 2018-10-23 18:04:07 +08:00
Black Hat
41107bc99b First working autocomplete. 2018-10-23 11:51:46 +08:00
Black Hat
98b99e49f2 Somewhat better autocompletion. 2018-10-23 10:44:54 +08:00
Black Hat
d9e778fe0c Fix moving cursor. 2018-10-22 21:16:43 +08:00
Black Hat
7ceb391621 Some user name auto completion.
Make some progress on #106
2018-10-22 21:08:24 +08:00
Black Hat
dac2314a7e Use debug build in CI. 2018-10-22 10:19:11 +00:00
Black Hat
7ee13837b1 Working on #64.
It can now navigate to read marker only if the event is in timeline.
2018-10-22 13:16:58 +08:00
Black Hat
b8702166e9 Merge branch 'win-fix' into 'master'
Win fix

See merge request b0/spectral!27
2018-10-22 04:53:09 +00:00
Black Hat
1c7f2fecb3 Remove ElevationEffect. 2018-10-22 12:11:46 +08:00
Black Hat
2ef322d3d9 Merge branch 'revert-8a5be6e3' into 'win-fix'
Revert "Remove ElevationEffect."

See merge request b0/spectral!26
2018-10-22 03:32:17 +00:00
Black Hat
7910c17900 Revert "Remove ElevationEffect."
This reverts commit 8a5be6e3e5
2018-10-22 03:23:46 +00:00
Black Hat
8a5be6e3e5 Remove ElevationEffect. 2018-10-22 11:12:48 +08:00
Black Hat
b7db779f56 Allow replying to self. 2018-10-22 09:51:15 +08:00
Black Hat
fce213a432 Init scroll to eventid. 2018-10-22 09:48:37 +08:00
Black Hat
ffbfa977b5 Init SplitView.
Allow resizing panels automatically.
2018-10-22 08:14:45 +08:00
Black Hat
24fdee32a2 Fix broken redact and shrink icon size. 2018-10-21 16:53:37 +08:00
Black Hat
b5713d90f1 Better reply UI. 2018-10-21 12:50:37 +08:00
Black Hat
872ff75d6f Use window.active property. 2018-10-21 10:39:18 +08:00
Black Hat
aae84ba65f Move tray icon outside C++ and allow hiding tray icon. 2018-10-21 10:17:21 +08:00
Black Hat
73ce9c2bf1 Add upload progress && fix icon proportion of DBus. 2018-10-20 22:06:44 +08:00
Black Hat
129a83d91f Merge branch 'win-notification' into 'master'
Notification on Windows

See merge request b0/spectral!25
2018-10-20 07:44:20 +00:00
Black Hat
f53bdaae89 Fix separator. 2018-10-20 15:25:17 +08:00
Black Hat
2e4fed72fe Init Windows notification image. 2018-10-20 14:59:37 +08:00
Black Hat
6339fd78a2 Change structure. 2018-10-20 13:28:51 +08:00