Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #93 from hrxi/pr_fix_warning | fiaxh | 2017-05-09 | 4 | -7/+4 |
|\ | | | | | Fix a couple of warnings relating to parents of dialogs | ||||
| * | Fix a couple of warnings relating to parents of dialogs | hrxi | 2017-05-09 | 4 | -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 access | Marvin W | 2017-04-26 | 4 | -8/+31 |
| | |||||
* | cmake/signal-protocol: shared lib, mark_as_advanced and others | Marvin W | 2017-04-26 | 32 | -239/+252 |
| | |||||
* | Sync MUC join/part behaviour with autojoin flag in bookmarks | fiaxh | 2017-04-23 | 10 | -50/+135 |
| | |||||
* | signal-protocol: use proper types and fix memleak (#59) | Marvin W | 2017-04-19 | 1 | -4/+5 |
| | |||||
* | signal-protocol/omemo: fix null-pointer issues | Marvin W | 2017-04-18 | 13 | -144/+205 |
| | | | | Fixes #44 and #58 | ||||
* | xmpp-vala/core+libdino: concurrency + nullity improvements | Marvin W | 2017-04-18 | 11 | -157/+207 |
| | |||||
* | qlite: cleanup, fix nullity issues | Marvin W | 2017-04-18 | 9 | -181/+131 |
| | |||||
* | Handle conference bookmarks w/o nick | fiaxh | 2017-04-17 | 7 | -73/+75 |
| | |||||
* | Make gdk-x11 optional | Marvin W | 2017-04-15 | 3 | -1/+26 |
| | |||||
* | Replace OpenSSL with GCrypt | Marvin W | 2017-04-15 | 8 | -378/+264 |
| | |||||
* | gettext improvements (more strings, times, plural, de lang) | fiaxh | 2017-04-13 | 8 | -22/+186 |
| | |||||
* | MUC improvements | fiaxh | 2017-04-11 | 10 | -123/+169 |
| | |||||
* | Add gettext dependency | Marvin W | 2017-04-11 | 2 | -1/+6 |
| | |||||
* | Fix alt-tab behaviour when notification is active | fiaxh | 2017-04-11 | 3 | -7/+13 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 47 | -75/+780 |
| | |||||
* | Show account status (incl errors) in ManageAccounts.Dialog | fiaxh | 2017-04-10 | 8 | -97/+234 |
| | |||||
* | Application menu fallback button | fiaxh | 2017-04-04 | 5 | -11/+22 |
| | |||||
* | fixup 75e51b5 | fiaxh | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3) | fiaxh | 2017-04-04 | 19 | -123/+169 |
| | |||||
* | Start private conversation with MUC occupant via occupant menu | fiaxh | 2017-04-03 | 9 | -38/+116 |
| | |||||
* | Add --print-xmpp flag to log details | Marvin W | 2017-04-03 | 7 | -34/+210 |
| | |||||
* | Make FHS compliant, split RPMs, fix compilation on older GCCs | Marvin W | 2017-04-03 | 8 | -36/+96 |
| | |||||
* | Handle MUC private messages | fiaxh | 2017-03-31 | 21 | -167/+370 |
| | |||||
* | Fix conversation last_active | fiaxh | 2017-03-31 | 10 | -73/+90 |
| | |||||
* | Fix -Werror=format-security issues | Marvin W | 2017-03-30 | 6 | -14/+24 |
| | |||||
* | Make configure/make compatible with autotools | Marvin W | 2017-03-30 | 4 | -30/+150 |
| | |||||
* | Update README.md | fiaxh | 2017-03-25 | 1 | -1/+5 |
| | |||||
* | RPM + tito + copr support | Marvin W | 2017-03-24 | 5 | -5/+129 |
| | |||||
* | Some caching and fix gpgme on some systems | Marvin W | 2017-03-24 | 5 | -29/+82 |
| | |||||
* | Tab completion for MUC occupants | fiaxh | 2017-03-24 | 9 | -44/+199 |
| | |||||
* | Find valac-* binaries, work-around fast-vapi issues with valac 0.36.0 | Marvin W | 2017-03-23 | 3 | -1/+8 |
| | |||||
* | Fetch libsignal-protocol-c when not a submodule (still using git) | Marvin W | 2017-03-23 | 3 | -50/+85 |
| | |||||
* | New CMake | Marvin W | 2017-03-23 | 34 | -191/+810 |
| | | | | | - 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 | 16 | -55/+53 |
| | |||||
* | Select corresponding conversation when clicking on notification | fiaxh | 2017-03-23 | 3 | -17/+40 |
| | |||||
* | Add back on subscription request | fiaxh | 2017-03-23 | 13 | -52/+114 |
| | |||||
* | Move some database interaction into entities | fiaxh | 2017-03-23 | 8 | -225/+228 |
| | | | | fixes #2 | ||||
* | License under GPLv3 | fiaxh | 2017-03-21 | 2 | -0/+692 |
| | |||||
* | Select conversation on startup, placeholder for "No conversation selected", ↵ | fiaxh | 2017-03-20 | 13 | -74/+133 |
| | | | | start services before UI | ||||
* | Add typed identity to manager modules and stream flags | fiaxh | 2017-03-20 | 63 | -447/+341 |
| | |||||
* | Icon changes | fiaxh | 2017-03-19 | 1 | -14/+12 |
| | |||||
* | Preselect next conversation when closed and crossfade | fiaxh | 2017-03-18 | 6 | -38/+77 |
| | |||||
* | "No accounts active, add?" stack in main view | fiaxh | 2017-03-18 | 6 | -221/+129 |
| | |||||
* | Icon | fiaxh | 2017-03-18 | 3 | -0/+39 |
| | |||||
* | Fix message stanza default type | fiaxh | 2017-03-18 | 5 | -15/+28 |
| | |||||
* | Update README.md | fiaxh | 2017-03-16 | 1 | -15/+23 |
| | |||||
* | Update README | fiaxh | 2017-03-16 | 1 | -1/+19 |
| | |||||
* | Improve when to send chat state notifications | fiaxh | 2017-03-16 | 4 | -50/+63 |
| |