Nicolas Werner
05f1f8f556
Fix translations (and simplify resource files)
2023-06-08 22:44:16 +02:00
Nicolas Werner
0ac46ea209
Select Qt6 in cmake
2023-06-08 22:32:01 +02:00
Nicolas Werner
a1c4889339
Remove a few more unused symbols
2023-02-19 23:17:21 +01:00
Nicolas Werner
329b4310b3
Fix cmark warning
2022-11-20 04:30:42 +01:00
Nicolas Werner
376612e4eb
Support editing space children
2022-08-10 00:20:44 +02:00
Joseph Donofry
44cd873c12
Update macOS icon package to macOS-y style. Thanks quinn
2021-11-19 17:36:57 -05:00
Joe
4ff0775a22
Get SChannel CURL backend working for coeurl on Windows
2021-07-07 17:05:39 -04:00
Joe
82088fa0d7
Fix cmake template define issue
2021-07-07 09:48:13 -04:00
Nicolas Werner
9f7064676c
Get rid of boost dependency for stacktraces
2021-06-30 15:01:41 +02:00
Nicolas Werner
12fff7408e
Optimize build
2020-10-27 17:45:28 +01:00
Nicolas Werner
d72eb5eb2d
Update dependencies
2020-07-01 01:05:37 +02:00
Nicolas Werner
d177405913
Don't compile qml by default
...
While it does improve performance a bit, it is simply bad for most
distributions, since they don't know and probably don't want to
recompile Nheko. So default it to off. Anyone who wants it can still
toggle it on and it is almost no maintenance cost.
2020-06-27 03:08:16 +02:00
Nicolas Werner
c8bc89d0fa
try out flatpak nightly build
2020-02-14 00:46:06 +01:00
Nicolas Werner
d8263265e6
Use hunter for bundled dependencies
2020-01-26 16:38:31 +01:00
Nicolas Werner
bf94d8e43a
Remove commented out code
2019-11-30 01:36:37 +01:00
Nicolas Werner
2055c75f8b
Organize qml files a bit
2019-11-23 20:06:15 +01:00
Konstantinos Sideris
4b1b062388
Enable debug logs
2018-09-30 14:33:54 +03:00
Konstantinos Sideris
1192dc5134
Update CI with cmark
2018-09-11 19:02:36 +03:00
Konstantinos Sideris
074608dec1
Switch to libcmark
2018-09-11 14:56:09 +03:00
Konstantinos Sideris
3de650d5f9
Fill out missing fields in Info.plist
...
fixes #423
2018-08-31 13:26:33 +03:00
Konstantinos Sideris
0e814da91c
Move all files under src/
2018-07-17 16:37:25 +03:00
Konstantinos Sideris
73dbd3c8dd
Re-enable groups
2018-07-14 12:08:16 +03:00
Vitaly Zaitsev
824563e38a
Added FindOlm.cmake script from mtxclient to find generic libolm packaged without cmake support. ( #370 )
...
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2018-07-12 14:16:13 +03:00
Konstantinos Sideris
3bc8d791fb
Don't download dependencies during build
...
fixes #346
2018-07-04 01:38:54 +03:00
Konstantinos Sideris
a8e82ba284
Add build target for doxygen
...
Includes documentation & dependency/call graphs
2018-07-02 18:39:49 +03:00
Konstantinos Sideris
1366b01790
Install missing dependencies in travis-ci/appveyor
2018-06-04 16:07:47 +03:00
Konstantinos Sideris
0a9d95dfc9
Include mtxclient in the build
2018-06-04 13:54:51 +03:00
Konstantinos Sideris
03c5f79543
Use std::string for the "creator" key in m.room.member
2018-05-21 09:06:10 +03:00
Konstantinos Sideris
791a9d0a4d
Hide the edit menu when the user doesn't have enough power
2018-05-16 23:30:50 +03:00
Konstantinos Sideris
ccf089ddb6
Fix translations
2018-05-13 22:09:26 +03:00
Konstantinos Sideris
4c4ea557b3
Replace shared pointers of MatrixClient with a single instance
2018-05-08 18:43:56 +03:00
Konstantinos Sideris
ed9501023a
Add support for retrieving the notification events ( #33 )
2018-05-05 16:38:41 +03:00
Konstantinos Sideris
3f80725c33
Add support for displaying m.sticker events
...
fixes #291
2018-04-27 22:15:44 +03:00
Konstantinos Sideris
c03b4e230e
Update matrix-struct
2018-04-27 17:37:36 +03:00
Konstantinos Sideris
3afc76dbaa
Adjust CMakeLists to make dependency downloading optional
2018-03-29 09:59:04 +03:00
Konstantinos Sideris
00549e0ec5
Use -std=c++11 on matrix structs
2018-03-28 13:33:59 +03:00
Konstantinos Sideris
8a2b29a3bf
Be compatible with cmake 3.1
2018-03-22 16:34:11 +02:00
Konstantinos Sideris
f77a103209
Add version info in the settings menu
...
fixes #239
2018-03-22 16:20:22 +02:00
Konstantinos Sideris
81d3bd8ce6
Remove redacted events from other users ( #171 )
2018-03-18 12:47:35 +02:00
Konstantinos Sideris
49270d10b4
Update matrix-structs library
2018-03-18 11:05:39 +02:00
Konstantinos Sideris
4a6becacca
Add fancy snackbar animation
2018-03-16 17:56:45 +02:00
Konstantinos Sideris
4659d0efc2
Implement user registration with reCAPTCHA
...
fixes #264
2018-03-12 22:23:26 +02:00
Konstantinos Sideris
564d51943e
Pass arch flags for appveyor build
...
[ci skip]
2018-03-03 19:57:00 +02:00
Konstantinos Sideris
f9a662f7ad
Specify install directory & arch for the matrix_structs library
...
[ci skip]
2018-03-03 18:46:31 +02:00
Konstantinos Sideris
b00365f665
Specify release config for windows
2018-03-03 13:16:21 +02:00
Konstantinos Sideris
4e4d2c5ce0
Remove git submodules in favor of cmake's ExternalProject
2018-03-03 13:02:33 +02:00
Bart Ribbers
3d321622bb
Add make install and make uninstall rules to cmake ( #196 )
2018-01-09 20:34:01 +02:00
Marcel
4ba1f2ea83
Windows icon fix and change the installer to QT Installer Framework on Windows ( #85 )
2017-11-06 17:17:21 +02:00