aboutsummaryrefslogtreecommitdiff
path: root/main/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add unread indicatorfiaxh2024-03-021-0/+1
| | | | | Co-authored-by: Alexandre Jousset <mid@gtmp.org> Co-authored-by: Aidan Epstein <aidan@jmad.org>
* Conversation details dialog: Fix notification+block iconsfiaxh2023-12-101-0/+3
|
* Rewrite contact details dialogfiaxh2023-09-241-4/+18
|
* Fix build on some Vala compiler versionsMarvin W2023-09-241-0/+15
| | | | See https://gitlab.gnome.org/GNOME/vala/-/issues/1474 and https://gitlab.gnome.org/GNOME/vala/-/issues/1478
* Cleanup automatically loaded help overlayfiaxh2023-07-081-1/+1
|
* application: Load help overlay automaticallyChristopher Davis2023-07-081-1/+1
| | | | | | | | | GTK automatically loads and sets up the action and keyboard shortcut for the Keyboard Shortcuts dialog. We don't need to manually do it as long as we put everything in the right place. See https://docs.gtk.org/gtk4/class.Application.html#automatic-resources
* icons: Refresh some symbolic icons (#1444)Tobias Bernard2023-05-291-4/+0
|
* Always export symbols to fix startup on BSDsKlemens Nanni2023-03-241-0/+1
| | | | | | | | | | | | | | | | | | ``` $ dino (dino:38515): Gtk-ERROR **: 15:38:38.538: failed to add UI from resource /im/dino/Dino/unified_main_content.ui: .:26:1 Invalid object type 'DinoUiConversationSelector' Trace/BPT trap (core dumped) ``` This works on Linux because CMake itself links with `-rdynamic` by default as per its `Modules/Platform/Linux-*.cmake`. OpenBSD carries this as local patch, FreeBSD links with `--export-dynamics`. Just linking with `-rdynamic` also fixes it on OpenBSD, as expected. https://cmake.org/cmake/help/latest/prop_tgt/ENABLE_EXPORTS.html Fix #438.
* New Avatar UIMarvin W2023-03-051-2/+1
|
* New Date SeparatorMarvin W2023-01-311-0/+1
|
* Always display reaction+reply buttons, disable if not possiblefiaxh2023-01-301-0/+1
|
* Fix UI for libadwaitaMarvin W2023-01-251-1/+6
|
* Small UI fixes for libAdwaitaMarvin W2023-01-241-1/+2
|
* Only use Adw.AboutWindow for Adwaita >= 1.2fiaxh2023-01-241-0/+3
|
* Add libadwaita to build systemTeemu Ikonen2023-01-241-0/+1
|
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-061-0/+2
|
* Add support for reactionsfiaxh2022-10-111-0/+2
|
* Move icons out of scalable/ui/ since it's not allowed by icon naming specfiaxh2022-09-181-6/+5
|
* GTK4: Don't require use of MenuButton.set_child introduced with 4.6Marvin W2022-08-211-0/+8
|
* Move all icons in respective pathsMarvin W2022-08-201-8/+7
|
* Gtk4 bug fixes and improvementsMarvin W2022-07-271-1/+1
|
* Improve Gtk4 portfiaxh2022-07-271-24/+6
|
* Port from GTK3 to GTK4fiaxh2022-07-271-53/+51
|
* Fix Version handling, add function to retrieve short version without git commitMarvin W2022-03-301-1/+1
|
* Remove GStreamer dependencies from mainMarvin W2022-01-091-2/+0
| | | | Fixes #1060
* Add (disabled) multi-party call UIfiaxh2021-11-101-0/+3
|
* Calls: Indicate whether OMEMO key is verifiedfiaxh2021-05-111-0/+1
|
* Add UI for audio/video callsfiaxh2021-03-211-0/+21
|
* Add spell-checking using GspellThibaut Girka2021-01-211-0/+2
|
* Refactor Notifications, add freedesktop backendfiaxh2020-11-201-1/+2
| | | | fixes #707
* Include 128x128 Dino icon as resourcefiaxh2020-10-151-0/+1
|
* Remove unused file (fixup 51a2372)fiaxh2020-04-241-1/+0
|
* voice handling in moderated groups (#788)Anmol2020-04-221-0/+1
|
* Add file upload previewfiaxh2020-04-221-0/+3
| | | | fixes #756
* Clean up file widget codefiaxh2020-04-101-0/+2
|
* Add support for last message correctionfiaxh2020-04-031-1/+3
|
* Fix issue rendering messages outside reachable scroll areaMarvin W2020-04-011-0/+1
| | | | Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/2556
* Store entity identity info, use it in conversation list tooltipsfiaxh2020-03-291-2/+4
|
* Visually mark unencrypted messages if conversation is encryptedfiaxh2020-03-291-0/+1
|
* Visually mark OMEMO messages from a trusted device as trustedfiaxh2020-03-291-0/+1
|
* Scale files and images to the available spaceMarvin W2020-03-141-0/+2
|
* Rename UnifiedWindow -> MainWindowfiaxh2020-02-221-2/+2
|
* Rename folders/files conversation_summary -> conversation_content_viewfiaxh2020-02-221-12/+12
|
* Move ConversationTitlebar into ConversationViewController responsibilityfiaxh2020-02-221-1/+0
|
* Move ConversationContentView+ChatInput into ConversationView, handle ↵fiaxh2020-02-221-0/+3
| | | | drag'n'drop on ConversationView level
* Properly check Jids everywhereMarvin W2019-12-231-3/+3
|
* Add version and adjust some cmakeMarvin W2019-12-181-1/+1
|
* Add shortcuts windowfiaxh2019-12-171-0/+1
|
* Check window width and hight before (re)storing themfiaxh2019-11-261-0/+1
|
* Base avatars and names on conversation, not JID.Marvin W2019-10-181-1/+1
| | | | Fixes #598