Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |