Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SRV records for XMPP over TLS | fiaxh | 2017-08-11 | 1 | -2/+2 | |
| | ||||||
* | Http file upload | fiaxh | 2017-08-03 | 7 | -142/+252 | |
| | ||||||
* | Small i18n fixes (#53) | linkmauve | 2017-06-29 | 3 | -2/+3 | |
| | | | | | * 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 | 8 | -141/+129 | |
| | | | | StartConversation | |||||
* | Get rid of manual storage objects for delegates | fiaxh | 2017-06-13 | 2 | -16/+11 | |
| | ||||||
* | MUC join behaviour + small MUC error changes | fiaxh | 2017-06-13 | 2 | -2/+3 | |
| | ||||||
* | Muc Invite + Kick | fiaxh | 2017-06-11 | 14 | -77/+138 | |
| | ||||||
* | fixup 5ba95ef (Conversation details dialog) | fiaxh | 2017-06-01 | 1 | -2/+2 | |
| | ||||||
* | Update translations | fiaxh | 2017-05-31 | 1 | -8/+8 | |
| | ||||||
* | Conversation details dialog | fiaxh | 2017-05-30 | 13 | -138/+625 | |
| | ||||||
* | Notifications + typing notifications + message marker settings per conversation | fiaxh | 2017-05-30 | 2 | -3/+19 | |
| | ||||||
* | fixup bcb9690 (Roster versioning) | fiaxh | 2017-05-24 | 1 | -0/+4 | |
| | ||||||
* | Member affiliation in occupant list | fiaxh | 2017-05-18 | 1 | -3/+50 | |
| | ||||||
* | Send message on enter from numblock | fiaxh | 2017-05-11 | 1 | -1/+1 | |
| | ||||||
* | ManageAccounts: Window -> Dialog | fiaxh | 2017-05-09 | 1 | -1/+2 | |
| | ||||||
* | Fix a couple of warnings relating to parents of dialogs | hrxi | 2017-05-09 | 1 | -3/+3 | |
| | | | | | | | | | | | | Fixes these kind of warnings: ``` (dino:<PID>): Gtk-CRITICAL **: gtk_window_set_transient_for: assertion 'parent == NULL || GTK_IS_WINDOW (parent)' failed Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. (dino:<PID>): GLib-GObject-WARNING **: invalid cast from 'GtkPaned' to 'GtkWindow' ``` Also centers these dialogs (settings, add chat, join conversation) on top of their parent windows. | |||||
* | Sync MUC join/part behaviour with autojoin flag in bookmarks | fiaxh | 2017-04-23 | 5 | -20/+28 | |
| | ||||||
* | Handle conference bookmarks w/o nick | fiaxh | 2017-04-17 | 4 | -12/+11 | |
| | ||||||
* | Make gdk-x11 optional | Marvin W | 2017-04-15 | 1 | -0/+4 | |
| | ||||||
* | gettext improvements (more strings, times, plural, de lang) | fiaxh | 2017-04-13 | 3 | -10/+31 | |
| | ||||||
* | MUC improvements | fiaxh | 2017-04-11 | 2 | -16/+27 | |
| | ||||||
* | Fix alt-tab behaviour when notification is active | fiaxh | 2017-04-11 | 2 | -7/+12 | |
| | ||||||
* | Gettext support | fiaxh | 2017-04-10 | 11 | -32/+40 | |
| | ||||||
* | Show account status (incl errors) in ManageAccounts.Dialog | fiaxh | 2017-04-10 | 3 | -41/+120 | |
| | ||||||
* | Application menu fallback button | fiaxh | 2017-04-04 | 2 | -8/+18 | |
| | ||||||
* | MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3) | fiaxh | 2017-04-04 | 6 | -19/+17 | |
| | ||||||
* | Start private conversation with MUC occupant via occupant menu | fiaxh | 2017-04-03 | 4 | -20/+101 | |
| | ||||||
* | Make FHS compliant, split RPMs, fix compilation on older GCCs | Marvin W | 2017-04-03 | 1 | -3/+3 | |
| | ||||||
* | Handle MUC private messages | fiaxh | 2017-03-31 | 6 | -23/+90 | |
| | ||||||
* | Fix conversation last_active | fiaxh | 2017-03-31 | 3 | -16/+19 | |
| | ||||||
* | Tab completion for MUC occupants | fiaxh | 2017-03-24 | 4 | -38/+187 | |
| | ||||||
* | New CMake | Marvin W | 2017-03-23 | 1 | -0/+11 | |
| | | | | | - add install and uninstall targets - compatibility for systems without pkg-config | |||||
* | Small bug fixes and compatibility with Vala 0.36 | Marvin W | 2017-03-23 | 2 | -5/+5 | |
| | ||||||
* | Select corresponding conversation when clicking on notification | fiaxh | 2017-03-23 | 3 | -17/+40 | |
| | ||||||
* | Add back on subscription request | fiaxh | 2017-03-23 | 6 | -47/+102 | |
| | ||||||
* | Move some database interaction into entities | fiaxh | 2017-03-23 | 2 | -7/+6 | |
| | | | | fixes #2 | |||||
* | Select conversation on startup, placeholder for "No conversation selected", ↵ | fiaxh | 2017-03-20 | 5 | -58/+72 | |
| | | | | start services before UI | |||||
* | Add typed identity to manager modules and stream flags | fiaxh | 2017-03-20 | 19 | -71/+71 | |
| | ||||||
* | Preselect next conversation when closed and crossfade | fiaxh | 2017-03-18 | 5 | -24/+46 | |
| | ||||||
* | "No accounts active, add?" stack in main view | fiaxh | 2017-03-18 | 2 | -43/+76 | |
| | ||||||
* | Improve when to send chat state notifications | fiaxh | 2017-03-16 | 2 | -13/+10 | |
| | ||||||
* | Fix ChatInput for many lines + small UI changes | fiaxh | 2017-03-16 | 3 | -3/+14 | |
| | ||||||
* | Display /me differently | fiaxh | 2017-03-15 | 9 | -214/+323 | |
| | | | | fixes #12 | |||||
* | Indication of WONTSEND via CSS (@error_color on message status) | fiaxh | 2017-03-15 | 2 | -6/+23 | |
| | ||||||
* | Set dino-specific icons as part of icon theme | fiaxh | 2017-03-15 | 4 | -9/+8 | |
| | ||||||
* | omemo plugin: improve session bootstrapping | Marvin W | 2017-03-15 | 1 | -0/+1 | |
| | ||||||
* | Small fixes in message view | Marvin W | 2017-03-14 | 1 | -1/+3 | |
| | ||||||
* | Fix regression of being unable to select text | Marvin W | 2017-03-13 | 3 | -29/+20 | |
| | ||||||
* | Reduce GTK dependency to 3.16, fix dark theme | Marvin W | 2017-03-13 | 4 | -23/+59 | |
| | ||||||
* | Drop libuuid dependency, uuid generation is not that complicated... | Marvin W | 2017-03-12 | 1 | -2/+2 | |
| |