aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* GTK4: Don't require use of MenuButton.set_child introduced with 4.6Marvin W2022-08-211-1/+0
|
* Fix build on Vala < 0.50 and pre-release Vala versionsMarvin W2022-03-161-1/+4
|
* QR-code: Actually use Uri.join if glib version supports itfiaxh2022-03-091-1/+2
|
* Remove GStreamer dependencies from mainMarvin W2022-01-091-0/+1
| | | | Fixes #1060
* Move crypto-vala to shared libraryMarvin W2021-05-141-0/+1
|
* Echo CancellationMarvin W2021-05-011-3/+3
|
* Add UI for audio/video callsfiaxh2021-03-211-1/+3
|
* Add libnice and listen for direct connections in Jingle SOCKS5 (#608)hrxi2021-03-191-1/+1
| | | | | | | | | | | | | Add libnice as a plugin. If it is present, use libnice to enumerate local IP addresses and listen on them to support direct connections for Jingle SOCKS5. Tested with Conversations and Gajim. Created the nice.vapi file using ``` vapigen --library nice --pkg gio-2.0 --metadatadir metadata /usr/share/gir-1.0/Nice-0.1.gir ```
* Exclude valac versions affected by #816 from using fast vapiMarvin W2020-04-221-1/+2
|
* Enabling display of more compiler warnings and fix some of themMarvin W2020-01-211-24/+44
| | | | | Most of these are caused by various issues is the Vala compiler, but it doesn't hurt to display them and report them upstream.
* Properly check Jids everywhereMarvin W2019-12-231-0/+1
|
* Ensure compatibility with older CMakeMarvin W2019-12-181-1/+1
|
* Fixup CMakeMarvin W2019-12-181-1/+0
|
* Add version and adjust some cmakeMarvin W2019-12-181-42/+83
|
* Disable fast vapi generation for vala 0.44.10, 0.46.4 and 0.47.1fiaxh2019-11-171-2/+2
| | | | fixes #646
* Fix some warningshrxi2019-09-101-0/+1
| | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.
* Remove deprecated --thread valac optionfiaxh2019-02-201-1/+1
|
* Add an appdata fileMathieu Bridon2018-04-291-0/+1
| | | | | This allows "app center" applications like GNOME Software and Plasma Discover to show Dino in all its glory, so users can install it simply.
* Restore window state (size, maximized, position)fiaxh2017-12-311-1/+1
|
* small fixesfiaxh2017-11-011-1/+0
|
* small fixesfiaxh2017-09-201-1/+1
|
* Use GNotification instead of libnotifyfiaxh2017-09-191-0/+1
|
* cmake: set _FILE_OFFSET_BITS=64 if required for platformMarvin W2017-09-011-2/+20
|
* Http file uploadfiaxh2017-08-031-1/+1
|
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-261-3/+3
|
* Gettext supportfiaxh2017-04-101-0/+1
|
* Make FHS compliant, split RPMs, fix compilation on older GCCsMarvin W2017-04-031-1/+1
|
* Fix -Werror=format-security issuesMarvin W2017-03-301-8/+14
|
* Make configure/make compatible with autotoolsMarvin W2017-03-301-11/+38
|
* RPM + tito + copr supportMarvin W2017-03-241-2/+2
|
* Find valac-* binaries, work-around fast-vapi issues with valac 0.36.0Marvin W2017-03-231-0/+5
|
* New CMakeMarvin W2017-03-231-12/+70
| | | | | - add install and uninstall targets - compatibility for systems without pkg-config
* Move PGP support into pluginfiaxh2017-03-121-1/+0
|
* Add OMEMO via PluginMarvin W2017-03-111-1/+2
|
* CMake: merge created header+vapi files into a single directoryMarvin W2017-03-111-1/+2
|
* Initial plugin systemMarvin W2017-03-101-2/+4
|
* Outfactor PGP into pgpme-valafiaxh2017-03-101-0/+1
|
* Rename vala-xmpp library to xmpp-valafiaxh2017-03-101-1/+1
|
* Initial commitfiaxh2017-03-021-0/+25