aboutsummaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Move settings from GSettings to own dbfiaxh2017-08-224-4/+5
|
* README: Discussion MUC, change urlfiaxh2017-08-2226-42/+41
|
* 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-173-1/+83
|
* Message Archive Managementfiaxh2017-08-173-42/+49
|
* Update translationsfiaxh2017-08-148-345/+1147
| | | | | | | | | | Chinese (Simplified): tonghuix Dutch: Nathan Follens Esperanto: Tirifto French: Jean-Baptiste German: rugk Italian: Valerio Baldisserotto Spanish: sergio
* 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-038-143/+256
|
* 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-1712-213/+154
| | | | 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-3112-97/+2247
|
* Conversation details dialogfiaxh2017-05-3016-139/+741
|
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-303-6/+46
|
* 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-092-228/+235
|
* Fix a couple of warnings relating to parents of dialogshrxi2017-05-094-7/+4
| | | | | | | | | | | | 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.
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-261-1/+1
|
* 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-152-1/+15
|
* gettext improvements (more strings, times, plural, de lang)fiaxh2017-04-136-21/+181
|
* MUC improvementsfiaxh2017-04-112-16/+27
|
* Fix alt-tab behaviour when notification is activefiaxh2017-04-113-7/+13
|
* Gettext supportfiaxh2017-04-1024-62/+507
|
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-105-41/+140
|
* Application menu fallback buttonfiaxh2017-04-043-8/+19
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-046-19/+17
|
* Start private conversation with MUC occupant via occupant menufiaxh2017-04-037-35/+113
|
* Make FHS compliant, split RPMs, fix compilation on older GCCsMarvin W2017-04-031-3/+3
|
* Handle MUC private messagesfiaxh2017-03-317-23/+91
|
* Fix conversation last_activefiaxh2017-03-313-16/+19
|
* Make configure/make compatible with autotoolsMarvin W2017-03-301-1/+1
|
* Tab completion for MUC occupantsfiaxh2017-03-247-40/+192
|
* New CMakeMarvin W2017-03-233-21/+52
| | | | | - add install and uninstall targets - compatibility for systems without pkg-config
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-232-5/+5
|
* Select corresponding conversation when clicking on notificationfiaxh2017-03-233-17/+40
|
* Add back on subscription requestfiaxh2017-03-2310-50/+106
|
* Move some database interaction into entitiesfiaxh2017-03-232-7/+6
| | | | fixes #2
* Select conversation on startup, placeholder for "No conversation selected", ↵fiaxh2017-03-208-64/+88
| | | | start services before UI
* Add typed identity to manager modules and stream flagsfiaxh2017-03-2019-71/+71
|