aboutsummaryrefslogtreecommitdiff
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* Focus selected widgets in the accounts dialoghrxi2017-09-011-0/+10
| | | | | | | | | | Previously, you had to issue two clicks in order to enter something into the text fields. This also replaces the `Entry` widgets with their label counterparts once they lose focus. Since the `ComboBox` handling of focus seems to be buggy (`focus_out_event` not firing), the OpenPGP key selection lacks the latter feature.
* small fixesfiaxh2017-08-317-5/+17
|
* Use utc time everywherefiaxh2017-08-314-8/+8
|
* Download & inline display imagesfiaxh2017-08-318-20/+214
|
* main: extend theming capabilitiesMarvin W2017-08-294-3/+12
|
* support platforms without UTF-8 and use native file pickerMarvin W2017-08-293-18/+35
|
* libdino: try to load all plugins found in the respective foldersMarvin W2017-08-291-24/+2
|
* Plugins providing conversation items for ConversationViewfiaxh2017-08-2815-509/+635
|
* small fixesfiaxh2017-08-273-3/+3
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-255-17/+54
|
* Improve undo/redofiaxh2017-08-251-6/+9
|
* Use single process, accept xmpp:-URIs as program argumentMarvin W2017-08-251-5/+16
|
* "Default" per-contact settings (change UI)fiaxh2017-08-251-26/+45
|
* Show nicks in MUCs, real jid in individual occupant menufiaxh2017-08-255-36/+68
|
* Move settings from GSettings to own dbfiaxh2017-08-224-4/+5
|
* README: Discussion MUC, change urlfiaxh2017-08-2225-41/+40
|
* Fix some UI issuesMarvin W2017-08-224-5/+12
|
* MAM fixesfiaxh2017-08-191-7/+7
| | | | | | - don't send first request for timestamp -60 - only open conversation for messages within last 24h - always show latest message in conversation tabs
* add plugin api for text commandsMarvin W2017-08-171-9/+25
|
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-179-30/+57
|
* Undo/redo text in chat inputfiaxh2017-08-172-1/+82
|
* Message Archive Managementfiaxh2017-08-173-42/+49
|
* RosterList: Disconnect handlers on widget destroyfiaxh2017-08-111-5/+11
| | | | Fixes #119
* SRV records for XMPP over TLSfiaxh2017-08-111-2/+2
|
* Http file uploadfiaxh2017-08-037-142/+252
|
* Small i18n fixes (#53)linkmauve2017-06-293-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 ↵fiaxh2017-06-178-141/+129
| | | | StartConversation
* Get rid of manual storage objects for delegatesfiaxh2017-06-132-16/+11
|
* MUC join behaviour + small MUC error changesfiaxh2017-06-132-2/+3
|
* Muc Invite + Kickfiaxh2017-06-1114-77/+138
|
* fixup 5ba95ef (Conversation details dialog)fiaxh2017-06-011-2/+2
|
* Update translationsfiaxh2017-05-311-8/+8
|
* Conversation details dialogfiaxh2017-05-3013-138/+625
|
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-302-3/+19
|
* fixup bcb9690 (Roster versioning)fiaxh2017-05-241-0/+4
|
* Member affiliation in occupant listfiaxh2017-05-181-3/+50
|
* Send message on enter from numblockfiaxh2017-05-111-1/+1
|
* ManageAccounts: Window -> Dialogfiaxh2017-05-091-1/+2
|
* Fix a couple of warnings relating to parents of dialogshrxi2017-05-091-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 bookmarksfiaxh2017-04-235-20/+28
|
* Handle conference bookmarks w/o nickfiaxh2017-04-174-12/+11
|
* Make gdk-x11 optionalMarvin W2017-04-151-0/+4
|
* gettext improvements (more strings, times, plural, de lang)fiaxh2017-04-133-10/+31
|
* MUC improvementsfiaxh2017-04-112-16/+27
|
* Fix alt-tab behaviour when notification is activefiaxh2017-04-112-7/+12
|
* Gettext supportfiaxh2017-04-1011-32/+40
|
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-103-41/+120
|
* Application menu fallback buttonfiaxh2017-04-042-8/+18
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-046-19/+17
|
* Start private conversation with MUC occupant via occupant menufiaxh2017-04-034-20/+101
|