aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup 5ba95ef (Conversation details dialog)fiaxh2017-06-011-2/+2
|
* Update translationsfiaxh2017-05-3120-99/+2430
|
* Conversation details dialogfiaxh2017-05-3019-141/+777
|
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-308-16/+121
|
* MUC config form (data forms), MUC room infofiaxh2017-05-3013-29/+322
|
* fixup bcb9690 (Roster versioning)fiaxh2017-05-245-38/+20
|
* Roster versioningfiaxh2017-05-228-112/+286
|
* Member affiliation in occupant listfiaxh2017-05-184-38/+210
|
* Send message on enter from numblockfiaxh2017-05-111-1/+1
|
* ManageAccounts: Window -> Dialogfiaxh2017-05-092-228/+235
|
* Merge pull request #93 from hrxi/pr_fix_warningfiaxh2017-05-094-7/+4
|\ | | | | Fix a couple of warnings relating to parents of dialogs
| * 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.
* qlite/libdino: optimize db accessMarvin W2017-04-264-8/+31
|
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-2632-239/+252
|
* Sync MUC join/part behaviour with autojoin flag in bookmarksfiaxh2017-04-2310-50/+135
|
* signal-protocol: use proper types and fix memleak (#59)Marvin W2017-04-191-4/+5
|
* signal-protocol/omemo: fix null-pointer issuesMarvin W2017-04-1813-144/+205
| | | | Fixes #44 and #58
* xmpp-vala/core+libdino: concurrency + nullity improvementsMarvin W2017-04-1811-157/+207
|
* qlite: cleanup, fix nullity issuesMarvin W2017-04-189-181/+131
|
* Handle conference bookmarks w/o nickfiaxh2017-04-177-73/+75
|
* Make gdk-x11 optionalMarvin W2017-04-153-1/+26
|
* Replace OpenSSL with GCryptMarvin W2017-04-158-378/+264
|
* gettext improvements (more strings, times, plural, de lang)fiaxh2017-04-138-22/+186
|
* MUC improvementsfiaxh2017-04-1110-123/+169
|
* Add gettext dependencyMarvin W2017-04-112-1/+6
|
* Fix alt-tab behaviour when notification is activefiaxh2017-04-113-7/+13
|
* Gettext supportfiaxh2017-04-1047-75/+780
|
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-108-97/+234
|
* Application menu fallback buttonfiaxh2017-04-045-11/+22
|
* fixup 75e51b5fiaxh2017-04-041-1/+1
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-0419-123/+169
|
* Start private conversation with MUC occupant via occupant menufiaxh2017-04-039-38/+116
|
* Add --print-xmpp flag to log detailsMarvin W2017-04-037-34/+210
|
* Make FHS compliant, split RPMs, fix compilation on older GCCsMarvin W2017-04-038-36/+96
|
* Handle MUC private messagesfiaxh2017-03-3121-167/+370
|
* Fix conversation last_activefiaxh2017-03-3110-73/+90
|
* Fix -Werror=format-security issuesMarvin W2017-03-306-14/+24
|
* Make configure/make compatible with autotoolsMarvin W2017-03-304-30/+150
|
* Update README.mdfiaxh2017-03-251-1/+5
|
* RPM + tito + copr supportMarvin W2017-03-245-5/+129
|
* Some caching and fix gpgme on some systemsMarvin W2017-03-245-29/+82
|
* Tab completion for MUC occupantsfiaxh2017-03-249-44/+199
|
* Find valac-* binaries, work-around fast-vapi issues with valac 0.36.0Marvin W2017-03-233-1/+8
|
* Fetch libsignal-protocol-c when not a submodule (still using git)Marvin W2017-03-233-50/+85
|
* New CMakeMarvin W2017-03-2334-191/+810
| | | | | - add install and uninstall targets - compatibility for systems without pkg-config
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-2316-55/+53
|
* Select corresponding conversation when clicking on notificationfiaxh2017-03-233-17/+40
|
* Add back on subscription requestfiaxh2017-03-2313-52/+114
|
* Move some database interaction into entitiesfiaxh2017-03-238-225/+228
| | | | fixes #2
* License under GPLv3fiaxh2017-03-212-0/+692
|