Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite contact details dialog | fiaxh | 2023-09-24 | 1 | -3/+2 |
| | |||||
* | icons: Refresh some symbolic icons (#1444) | Tobias Bernard | 2023-05-29 | 1 | -1/+1 |
| | |||||
* | Use Adw.StatusPage instead of custom placeholders | fiaxh | 2023-01-24 | 1 | -1/+1 |
| | |||||
* | Add back button to ConversationTitlebar | Teemu Ikonen | 2023-01-24 | 1 | -0/+28 |
| | | | | | | | | Add a bool 'back_button_visible' and a signal 'back_pressed' to the ConversationTitlebar interface. Also add implementations to both ConversationTitlebarNoCsd and ConversationTitlebarCsd. | ||||
* | Use Adw.HeaderBar for CSD header bars | Teemu Ikonen | 2023-01-24 | 1 | -1/+1 |
| | | | | | This allows showing the correct buttons with 'show-start-title-buttons' and 'show-end-title-buttons' properties when folding. | ||||
* | Disable tooltips for GTK 4.6.4 - 4.6.6 | fiaxh | 2022-08-20 | 3 | -4/+4 |
| | | | | | A bug in GTK caused the application to crash in some tooltip-related conditions https://gitlab.gnome.org/GNOME/gtk/-/issues/4941 | ||||
* | Improve Gtk4 port | fiaxh | 2022-07-27 | 2 | -8/+7 |
| | |||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 5 | -140/+104 |
| | |||||
* | Let call notification say if it's a group call | fiaxh | 2022-02-08 | 1 | -3/+0 |
| | |||||
* | Various call UI/UX improvements | fiaxh | 2022-02-07 | 1 | -11/+5 |
| | |||||
* | UI + libdino: Improve MUJI calls from MUC | fiaxh | 2021-12-23 | 1 | -7/+11 |
| | | | | | | - Move calls from ICE-thead onto main thread - Identify Call.ourpart as MUC nick if in MUC - Keep track of the initiator of a call | ||||
* | Add calls in private MUCs via a MUJI MUC | fiaxh | 2021-12-18 | 1 | -11/+7 |
| | |||||
* | Add (disabled) multi-party call UI | fiaxh | 2021-11-10 | 1 | -15/+17 |
| | |||||
* | Fix compiler warnings ('cast between incompatible function types') by not ↵ | fiaxh | 2021-10-12 | 1 | -5/+9 |
| | | | | connecting closures | ||||
* | Improve call related wording | fiaxh | 2021-09-25 | 1 | -2/+2 |
| | |||||
* | Improve call wording, cleanup | fiaxh | 2021-05-01 | 1 | -4/+1 |
| | |||||
* | Handle non-existant call support | fiaxh | 2021-04-29 | 1 | -4/+9 |
| | |||||
* | Use outgoing JMI if contact has supporting device | fiaxh | 2021-04-01 | 1 | -2/+2 |
| | |||||
* | Add UI for audio/video calls | fiaxh | 2021-03-21 | 1 | -0/+130 |
| | |||||
* | Reduce use of Widget.destroy() | fiaxh | 2021-02-10 | 1 | -1/+0 |
| | | | | | | On non-toplevel windows, use Container.remove() instead of Widget.destroy() Needed for migration to GTK4 https://developer.gnome.org/gtk4/unstable/gtk-migrating-3-to-4.html#id-1.7.4.3.17 | ||||
* | Ellipsize long titles | mimi89999 | 2021-01-21 | 1 | -1/+1 |
| | |||||
* | Move widget insertion logic from ConversationTitlebar to controller | fiaxh | 2020-02-22 | 1 | -29/+18 |
| | |||||
* | Move ConversationTitlebar into ConversationViewController responsibility | fiaxh | 2020-02-22 | 1 | -1/+1 |
| | |||||
* | Rework no-open-conversation placeholder | fiaxh | 2019-10-01 | 3 | -2/+13 |
| | |||||
* | Clean up ConversationTitlebar | fiaxh | 2019-04-14 | 2 | -42/+32 |
| | |||||
* | Add headerbar button tooltips, don't remove relief | fiaxh | 2019-03-18 | 4 | -2/+7 |
| | |||||
* | Fix runtime criticals (and compiler warnings) | fiaxh | 2019-02-13 | 2 | -2/+0 |
| | | | | fixes #520 | ||||
* | Move app menu into window, make conversation details dialog directly ↵ | fiaxh | 2019-02-05 | 5 | -77/+97 |
| | | | | accessible, no-CSD option for main window | ||||
* | display groups w/o name by list of members | Daniel Gultsch | 2018-12-28 | 1 | -0/+6 |
| | | | | | | | | | | | | | For members-only, non-anonymous groups that do not have a name set we now show an automatically generated name that is generated from the list of members (offline, and online). Only the first name (before the first space) is used to keep the generated name short. The term *private room* is coined as a short hand for members only&non-anon group chats. This commit also uses the offline members list instead of the online member list to generate avatar tiles (also only in members-only, non-anon groups.) | ||||
* | fixup 1e54a44 | fiaxh | 2018-11-02 | 1 | -5/+9 |
| | |||||
* | Display room name in conversation selector and conversation titlebar | codedust | 2018-11-02 | 1 | -12/+11 |
| | |||||
* | Remove newlines from displayed MUC topics | fiaxh | 2018-09-12 | 1 | -1/+4 |
| | | | | fixes #393 | ||||
* | improve sidebar UI | bobufa | 2018-08-13 | 1 | -3/+1 |
| | | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results) | ||||
* | ui: search sidebar initial | bobufa | 2018-08-13 | 2 | -0/+35 |
| | |||||
* | Redesign chat input + move file upload there | fiaxh | 2018-04-30 | 2 | -72/+0 |
| | |||||
* | Add image preview to file choosers | fiaxh | 2018-04-19 | 1 | -3/+5 |
| | | | | Co-authored-by: Thibaut Girka <thib@sitedethib.com> | ||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | Fix memory leak | fiaxh | 2017-11-23 | 1 | -3/+5 |
| | |||||
* | Read+(write) stream async | fiaxh | 2017-11-16 | 2 | -12/+6 |
| | |||||
* | Fix warnings | fiaxh | 2017-10-31 | 3 | -3/+3 |
| | |||||
* | Handle file uploading in libdino & main, have http upload as provider | fiaxh | 2017-10-21 | 2 | -0/+73 |
| | |||||
* | Move encryption menu into ChatInput, PGP support for MUCs | fiaxh | 2017-09-06 | 2 | -87/+1 |
| | |||||
* | main: extend theming capabilities | Marvin W | 2017-08-29 | 1 | -0/+1 |
| | |||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 2 | -2/+2 |
| | |||||
* | libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins) | Marvin W | 2017-08-17 | 4 | -18/+29 |
| | |||||
* | Http file upload | fiaxh | 2017-08-03 | 4 | -0/+249 |