Tobias Bernard
4bb0c465fc
icons: Refresh some symbolic icons ( #1444 )
2023-05-29 22:01:33 +02:00
Klemens Nanni
b75b6062ab
Always export symbols to fix startup on BSDs
...
```
$ 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 .
2023-03-24 19:36:32 +01:00
Marvin W
db3b0d5f23
New Avatar UI
2023-03-05 16:47:46 +01:00
Marvin W
3aa3912dc3
New Date Separator
2023-01-31 15:15:55 +01:00
fiaxh
b0b81b88c6
Always display reaction+reply buttons, disable if not possible
2023-01-30 22:54:55 +01:00
Marvin W
e35df88d4a
Fix UI for libadwaita
2023-01-25 11:02:02 +01:00
Marvin W
99d9cb383a
Small UI fixes for libAdwaita
2023-01-24 19:21:25 +01:00
fiaxh
6a182ba313
Only use Adw.AboutWindow for Adwaita >= 1.2
2023-01-24 19:21:25 +01:00
Teemu Ikonen
f6e73d85c0
Add libadwaita to build system
2023-01-24 19:20:42 +01:00
fiaxh
dc52e7595c
Add support for XEP-0461 replies (with fallback)
2023-01-06 14:03:54 +01:00
fiaxh
80258a874d
Add support for reactions
2022-10-11 13:37:48 +02:00
fiaxh
146af31524
Move icons out of scalable/ui/ since it's not allowed by icon naming spec
2022-09-18 20:30:24 +02:00
Marvin W
d6afa6e8ff
GTK4: Don't require use of MenuButton.set_child introduced with 4.6
2022-08-21 00:57:46 +02:00
Marvin W
5103a7fb7b
Move all icons in respective paths
2022-08-20 21:23:35 +02:00
Marvin W
e51b55432f
Gtk4 bug fixes and improvements
2022-07-27 20:55:54 +02:00
fiaxh
f44cbe02c1
Improve Gtk4 port
2022-07-27 20:34:20 +02:00
fiaxh
7e7dcedaf3
Port from GTK3 to GTK4
2022-07-27 20:34:20 +02:00
Marvin W
339d1d8f55
Fix Version handling, add function to retrieve short version without git commit
2022-03-30 10:36:07 -06:00
Marvin W
82a492b33f
Remove GStreamer dependencies from main
...
Fixes #1060
2022-01-09 17:04:34 +01:00
fiaxh
3dc4d7f155
Add (disabled) multi-party call UI
2021-11-10 11:05:34 +01:00
fiaxh
90f9ecf62b
Calls: Indicate whether OMEMO key is verified
2021-05-11 12:52:00 +02:00
fiaxh
0f46facecd
Add UI for audio/video calls
2021-03-21 12:41:39 +01:00
Thibaut Girka
830eba3a06
Add spell-checking using Gspell
2021-01-21 15:31:12 +01:00
fiaxh
11d9855a39
Refactor Notifications, add freedesktop backend
...
fixes #707
2020-11-20 15:21:34 +01:00
fiaxh
518307d1ac
Include 128x128 Dino icon as resource
2020-10-15 17:46:37 +02:00
fiaxh
9661116d78
Remove unused file (fixup 51a2372
)
2020-04-24 14:18:09 +02:00
Anmol
2631a9bdba
voice handling in moderated groups ( #788 )
2020-04-22 20:04:03 +02:00
fiaxh
51a2372869
Add file upload preview
...
fixes #756
2020-04-22 15:44:12 +02:00
fiaxh
ff4403fb21
Clean up file widget code
2020-04-10 21:08:23 +02:00
fiaxh
871ff33ac7
Add support for last message correction
2020-04-03 22:49:59 +02:00
Marvin W
2f52291be5
Fix issue rendering messages outside reachable scroll area
...
Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/2556
2020-04-01 00:30:37 +02:00
fiaxh
12cd56612d
Store entity identity info, use it in conversation list tooltips
2020-03-29 20:24:39 +02:00
fiaxh
853dfa2d6f
Visually mark unencrypted messages if conversation is encrypted
2020-03-29 20:24:39 +02:00
fiaxh
1016529c36
Visually mark OMEMO messages from a trusted device as trusted
2020-03-29 20:24:39 +02:00
Marvin W
d55f6691c6
Scale files and images to the available space
2020-03-14 00:50:54 +01:00
fiaxh
f282ef68a4
Rename UnifiedWindow -> MainWindow
2020-02-22 02:58:36 +01:00
fiaxh
4ed6204fc2
Rename folders/files conversation_summary -> conversation_content_view
2020-02-22 02:58:36 +01:00
fiaxh
01698959fe
Move ConversationTitlebar into ConversationViewController responsibility
2020-02-22 02:58:36 +01:00
fiaxh
28c44380ba
Move ConversationContentView+ChatInput into ConversationView, handle drag'n'drop on ConversationView level
2020-02-22 02:58:36 +01:00
Marvin W
a0a956ee08
Properly check Jids everywhere
2019-12-23 16:58:53 +01:00
Marvin W
bd45fdf1e1
Add version and adjust some cmake
2019-12-18 00:51:49 +01:00
fiaxh
97647f9b52
Add shortcuts window
2019-12-17 23:47:57 +01:00
fiaxh
b03da2af60
Check window width and hight before (re)storing them
2019-11-26 18:37:23 +01:00
Marvin W
e330e60f83
Base avatars and names on conversation, not JID.
...
Fixes #598
2019-10-18 16:52:29 +02:00
fiaxh
df3716622a
Rework no-open-conversation placeholder
2019-10-01 17:03:24 +02:00
fiaxh
43720d3d2f
Remove some use_markup usages, put skeleton header into .ui file
2019-09-11 16:20:48 +02:00
fiaxh
9950742bf1
Add emoji button to chat input
2019-09-09 19:47:11 +02:00
fiaxh
d251063aae
Fix compilation
2019-08-06 22:58:43 +02:00
fiaxh
5ebdbf8a8b
Use own file type icons
2019-08-06 16:47:06 +02:00
fiaxh
08a5088c16
Rework encryption enabling logic + UI
2019-08-02 19:20:04 +02:00