Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 1 | -13/+13 |
| | |||||
* | Reduce use of Widget.destroy() | fiaxh | 2021-02-10 | 1 | -1/+1 |
| | | | | | | 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 | ||||
* | Fetch avatars only when they are used | fiaxh | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 1 | -2/+2 |
| | | | | Fixes #598 | ||||
* | Don't show conversations from account after it was disabled | fiaxh | 2019-08-28 | 1 | -1/+0 |
| | | | | fixes #277 | ||||
* | Add and enable newly created (first) account | fiaxh | 2019-08-23 | 1 | -2/+1 |
| | | | | fixes #584 | ||||
* | Add non-CSD alternative for more windows | fiaxh | 2019-03-14 | 1 | -1/+1 |
| | |||||
* | Fix runtime criticals (and compiler warnings) | fiaxh | 2019-02-13 | 1 | -1/+1 |
| | | | | fixes #520 | ||||
* | Improve FileFilter for avatar selection | fiaxh | 2019-01-30 | 1 | -6/+5 |
| | | | | fixes #512 | ||||
* | Notification on TLS error/wrong password, log TLS cert issues, don't make ↵ | fiaxh | 2018-09-15 | 1 | -9/+0 |
| | | | | account with connection error appear disabled in accounts dialog | ||||
* | Add image preview to file choosers | fiaxh | 2018-04-19 | 1 | -3/+3 |
| | | | | Co-authored-by: Thibaut Girka <thib@sitedethib.com> | ||||
* | Render avatar on demand | Marvin W | 2018-01-28 | 1 | -3/+3 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -0/+1 |
| | |||||
* | Show error on invalid TLS certificate | fiaxh | 2018-01-04 | 1 | -4/+9 |
| | |||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | Fix memory leak | fiaxh | 2017-11-23 | 1 | -2/+1 |
| | |||||
* | Read+(write) stream async | fiaxh | 2017-11-16 | 1 | -14/+7 |
| | |||||
* | Replace deprecated function usages | fiaxh | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | small fixes | fiaxh | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | fixup 8c0a44e (Added a confirmation dialog before removing an account) | fiaxh | 2017-10-30 | 1 | -4/+7 |
| | |||||
* | Added a confirmation dialog before removing an account. Fixes #51 | Dennis Fink | 2017-10-30 | 1 | -8/+16 |
| | |||||
* | support platforms without UTF-8 and use native file picker | Marvin W | 2017-08-29 | 1 | -6/+14 |
| | |||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins) | Marvin W | 2017-08-17 | 1 | -3/+9 |
| | |||||
* | Small i18n fixes (#53) | linkmauve | 2017-06-29 | 1 | -1/+1 |
| | | | | | * Replace “...” with “…” in user-visible strings, as per GNOME’s HIG. * Add a message for translators to know that a string starts a sentence. | ||||
* | Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵ | fiaxh | 2017-06-17 | 1 | -100/+43 |
| | | | | StartConversation | ||||
* | Conversation details dialog | fiaxh | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | ManageAccounts: Window -> Dialog | fiaxh | 2017-05-09 | 1 | -1/+2 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 1 | -9/+9 |
| | |||||
* | Show account status (incl errors) in ManageAccounts.Dialog | fiaxh | 2017-04-10 | 1 | -40/+99 |
| | |||||
* | Move some database interaction into entities | fiaxh | 2017-03-23 | 1 | -2/+2 |
| | | | | fixes #2 | ||||
* | Add typed identity to manager modules and stream flags | fiaxh | 2017-03-20 | 1 | -2/+2 |
| | |||||
* | Move UI code into main dir | Marvin W | 2017-03-11 | 1 | -0/+230 |