aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't require use of MenuButton.set_child introduced with GTK 4.6fiaxh2022-10-113-19/+18
|
* Add support for reactionsfiaxh2022-10-114-21/+294
|
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-1/+2
|
* Fix regression with channel join button not getting sensitivefiaxh2022-10-091-0/+3
| | | | fixes #1284
* Small fixesfiaxh2022-10-091-1/+1
|
* Add account dialog: Reenable Next-button activation on enterfiaxh2022-10-091-6/+6
|
* Fix drag and drop uploadingfiaxh2022-10-092-19/+13
|
* Fix channel join button not getting sensitivefiaxh2022-10-031-13/+18
|
* Move icons out of scalable/ui/ since it's not allowed by icon naming specfiaxh2022-09-181-1/+1
|
* Fix crashes and warning in Join Conference dialogfiaxh2022-08-222-7/+25
| | | | fixes #1262
* Fix crash on call window closingfiaxh2022-08-221-2/+5
|
* Fix encryption button update and reduce its required GTK versionfiaxh2022-08-214-32/+26
| | | | MenuButton.activate only exists since 4.4
* GTK4: Don't require use of MenuButton.set_child introduced with 4.6Marvin W2022-08-211-2/+17
|
* Disable tooltips for GTK 4.6.4 - 4.6.6fiaxh2022-08-209-12/+28
| | | | | A bug in GTK caused the application to crash in some tooltip-related conditions https://gitlab.gnome.org/GNOME/gtk/-/issues/4941
* Gtk4 bug fixes and improvementsMarvin W2022-07-279-33/+54
|
* Improve Gtk4 portfiaxh2022-07-2757-1258/+541
|
* Video for GTK4Marvin W2022-07-272-3/+7
|
* Port from GTK3 to GTK4fiaxh2022-07-2770-1664/+2312
|
* Inhibit idle and suspend during calls (#1233)Xavi922022-05-111-0/+14
|
* Allow cancellation of file transfersMarvin W2022-03-302-1/+20
|
* Fix Version handling, add function to retrieve short version without git commitMarvin W2022-03-301-2/+2
|
* Fix quote formating to not (partially) expect a space after >fiaxh2022-02-141-1/+1
|
* Prepare for 0.3 releasefiaxh2022-02-121-0/+1
|
* Fix call participant widgetMarvin W2022-02-121-2/+3
|
* Fix build on Debian 10Marvin W2022-02-121-7/+12
|
* Calls: Show invite button quickerfiaxh2022-02-122-3/+7
|
* Calls: Only show invite button when it's supportedMarvin W2022-02-121-3/+3
|
* Calls: Fix device selector for multi-party calls, allow picking device ↵Marvin W2022-02-123-23/+25
| | | | before call started
* Calls: Use GtkHeaderBar for each participantMarvin W2022-02-123-89/+68
|
* Various call fixesfiaxh2022-02-121-2/+2
| | | | | | | | | - If peer invited us claiming audio-only and then wants to have a video content, do a content-modify and accept audio-only - Check contents for video (and modify) and whether call is truly accepted in PeerState.accept() directly - If a message contains both JMI and CIM, only use JMI - Fix outgoing CIM (disabled) - Use opacity instead of visiblity for file_menu, small fixes - Add back owner/admin/member queries when joining MUC (regression from 33104a7)
* Wording: Use singular in 'No camera/microphone/speaker found'fiaxh2022-02-082-3/+3
|
* Calls: Device pickerMarvin W2022-02-083-30/+35
|
* Let call notification say if it's a group callfiaxh2022-02-084-6/+13
|
* Various call fixesfiaxh2022-02-071-6/+4
| | | | | | - Use groupchat message type for invites in MUCs - Use call id (from propose) instead of message id for Call Invite Messages - Fix call window controlls appearing when hovering controls
* Fix quote styling occurring in the middle of a linefiaxh2022-02-072-15/+15
| | | | fixup 454c00a, 795af2d, 4e9e09a
* Support direct jingle call invites with call invite messagesfiaxh2022-02-071-2/+8
|
* Add support for call invite messagesfiaxh2022-02-071-2/+2
| | | | As of https://github.com/xsf/xeps/pull/1155
* Various call UI/UX improvementsfiaxh2022-02-074-53/+65
|
* Revert "Prevent ChatTextView from increasing in height after text was entered"fiaxh2022-02-041-7/+2
| | | | | | | This reverts commit eefce3fd81d7fcb349acb073941ebf5ca9140507. The workaround doesn't seem to be necessary anymore. fixes #1188
* Apply message quote style prior to urlsfiaxh2022-02-041-15/+18
| | | | fixup 795af2d, 4e9e09a
* Initialize and use dbus interfaces asyncfiaxh2022-02-012-34/+29
| | | | related #1155
* update copyright text to 2022 (#1187)Daniel Pono Takamori2022-01-291-1/+1
|
* Remove color from /me name, remove use_markup from sender labelfiaxh2022-01-233-5/+3
|
* Small cleanupfiaxh2022-01-231-1/+1
|
* Stop using opacity for text due to side-effectsfiaxh2022-01-232-17/+29
| | | | | Fixes #1178 Due to https://gitlab.gnome.org/GNOME/gtk/-/issues/2957
* Prevent ChatTextView from increasing in height after text was enteredfiaxh2022-01-121-2/+7
| | | | fixes #1064
* Apply message quote style prior to bold/italic stylefiaxh2022-01-111-13/+12
| | | | Quotes apply to the whole line. Having a bold part in that line results in the quote styling only extending up to the bold part.
* Remove GStreamer dependencies from mainMarvin W2022-01-091-26/+1
| | | | Fixes #1060
* Imrove file widget menu (fixup 25db512)fiaxh2022-01-093-48/+33
| | | | | | | - Fix file menu remaining visible after clicking an action - Fix file menu for images (clicking resulted in hiding of the file widget part) - Fix styling of file menus for images - Fix compiler warnings and runtime criticals
* Introduce file widget menu with "Save as..." and "Open" actions (#1080)wkg2022-01-092-6/+67
|