summary refs log tree commit diff
path: root/cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change URL to URILoren Burkholder2024-01-271-1/+1
|
* Make sure to use our info plist templateJoseph Donofry2024-01-241-0/+2
|
* Add Matrix URL handling support to MacOSLoren Burkholder2024-01-221-0/+11
|
* Add gitlab windows buildNicolas Werner2023-12-091-10/+0
|
* Fix cmake builds missing libicudataNicolas Werner2023-11-101-0/+2
|
* Fix schannel support on WindowsNicolas Werner2023-10-311-6/+36
|
* Update German TranslationNicolas Werner2023-10-311-1/+1
|
* Fix hunter curl version stringNicolas Werner2023-10-311-2/+2
|
* Update dependenciesNicolas Werner2023-10-311-18/+3
|
* Fix translations (and simplify resource files)Nicolas Werner2023-06-081-28/+0
|
* Select Qt6 in cmakeNicolas Werner2023-06-081-4/+4
|
* Remove a few more unused symbolsNicolas Werner2023-02-191-3/+3
|
* Fix cmark warningNicolas Werner2022-11-201-4/+3
|
* Support editing space childrenNicolas Werner2022-08-101-6/+0
|
* Update macOS icon package to macOS-y style. Thanks quinnJoseph Donofry2021-11-191-0/+2
|
* Get SChannel CURL backend working for coeurl on WindowsJoe2021-07-071-3/+46
|
* Fix cmake template define issueJoe2021-07-071-3/+1
|
* Get rid of boost dependency for stacktracesNicolas Werner2021-06-301-1/+4
|
* Optimize buildNicolas Werner2020-10-271-0/+4
|
* Update dependenciesNicolas Werner2020-07-012-34/+45
|
* Don't compile qml by defaultNicolas Werner2020-06-271-1/+1
| | | | | | | 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.
* try out flatpak nightly buildNicolas Werner2020-02-141-0/+15
|
* Use hunter for bundled dependenciesNicolas Werner2020-01-264-73/+533
|
* Remove commented out codeNicolas Werner2019-11-301-1/+0
|
* Organize qml files a bitNicolas Werner2019-11-231-1/+6
|
* Enable debug logsKonstantinos Sideris2018-09-302-5/+6
|
* Update CI with cmarkKonstantinos Sideris2018-09-111-15/+20
|
* Switch to libcmarkKonstantinos Sideris2018-09-111-0/+39
|
* Fill out missing fields in Info.plistKonstantinos Sideris2018-08-311-3/+4
| | | | fixes #423
* Move all files under src/Konstantinos Sideris2018-07-171-0/+0
|
* Re-enable groupsKonstantinos Sideris2018-07-141-0/+4
|
* Added FindOlm.cmake script from mtxclient to find generic libolm packaged ↵Vitaly Zaitsev2018-07-121-0/+40
| | | | | without cmake support. (#370) Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
* Don't download dependencies during buildKonstantinos Sideris2018-07-042-46/+0
| | | | fixes #346
* Add build target for doxygenKonstantinos Sideris2018-07-021-0/+2310
| | | | Includes documentation & dependency/call graphs
* Install missing dependencies in travis-ci/appveyorKonstantinos Sideris2018-06-041-26/+0
|
* Include mtxclient in the buildKonstantinos Sideris2018-06-041-33/+0
|
* Use std::string for the "creator" key in m.room.memberKonstantinos Sideris2018-05-211-1/+1
|
* Hide the edit menu when the user doesn't have enough powerKonstantinos Sideris2018-05-161-1/+1
|
* Fix translationsKonstantinos Sideris2018-05-131-7/+8
|
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-0/+1
|
* Add support for retrieving the notification events (#33)Konstantinos Sideris2018-05-051-1/+1
|
* Add support for displaying m.sticker eventsKonstantinos Sideris2018-04-271-1/+1
| | | | fixes #291
* Update matrix-structKonstantinos Sideris2018-04-271-1/+1
|
* Adjust CMakeLists to make dependency downloading optionalKonstantinos Sideris2018-03-296-17/+84
|
* Use -std=c++11 on matrix structsKonstantinos Sideris2018-03-281-1/+1
|
* Be compatible with cmake 3.1Konstantinos Sideris2018-03-221-1/+1
|
* Add version info in the settings menuKonstantinos Sideris2018-03-221-0/+5
| | | | fixes #239
* Remove redacted events from other users (#171)Konstantinos Sideris2018-03-181-1/+1
|
* Update matrix-structs libraryKonstantinos Sideris2018-03-181-1/+1
|
* Add fancy snackbar animationKonstantinos Sideris2018-03-161-0/+25
|
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-121-1/+1
| | | | fixes #264
* Pass arch flags for appveyor buildKonstantinos Sideris2018-03-031-3/+7
| | | | [ci skip]
* Specify install directory & arch for the matrix_structs libraryKonstantinos Sideris2018-03-031-7/+15
| | | | [ci skip]
* Specify release config for windowsKonstantinos Sideris2018-03-031-1/+1
|
* Remove git submodules in favor of cmake's ExternalProjectKonstantinos Sideris2018-03-032-0/+52
|
* Add make install and make uninstall rules to cmake (#196)Bart Ribbers2018-01-091-0/+21
|
* Windows icon fix and change the installer to QT Installer Framework on ↵Marcel2017-11-063-0/+140
Windows (#85)