Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement notification sounds | Rahix | 2018-02-17 | 2 | -0/+11 |
| | | | | | | Add a new setting to toggle notification sounds on or off. Plays the systems default instant messaging message sound (message-new-instant) whenever a notification is shown if toggled on. | ||||
* | Add forgotten strings to translations (#282) | linkmauve | 2018-02-02 | 1 | -1/+1 |
| | |||||
* | Small fixes | fiaxh | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Only display transferred images, display file names, open in system viewer, ↵ | fiaxh | 2018-01-28 | 3 | -16/+7 |
| | | | | include and use pgp embedded file names | ||||
* | Visually highlight mentions in MUCs | fiaxh | 2018-01-28 | 3 | -0/+26 |
| | | | | fixes #267 | ||||
* | Render avatar on demand | Marvin W | 2018-01-28 | 13 | -75/+402 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 29 | -45/+72 |
| | |||||
* | Fix typos in comments and variable names (#269) | linkmauve | 2018-01-10 | 3 | -3/+3 |
| | | | Thanks `codespell`! | ||||
* | Add support for setting a new Affiliation in a muc (#266) | David Plassmann | 2018-01-09 | 1 | -0/+4 |
| | | | | | | | | * Added support for setting a new Affiliation in a muc * small changes * fix parameter order | ||||
* | Tab completion: Case insensitive, handle spaces | fiaxh | 2018-01-06 | 1 | -4/+6 |
| | |||||
* | Show error on invalid TLS certificate | fiaxh | 2018-01-04 | 1 | -4/+9 |
| | |||||
* | Restore window state (size, maximized, position) | fiaxh | 2017-12-31 | 1 | -1/+30 |
| | |||||
* | Place time+encryption+read directly right of name | fiaxh | 2017-12-31 | 3 | -57/+95 |
| | |||||
* | Clear chat states on own/contact disconnect | fiaxh | 2017-12-30 | 1 | -1/+0 |
| | | | | fixes #197 | ||||
* | Show subscription request in conversation summary | fiaxh | 2017-12-30 | 5 | -50/+118 |
| | |||||
* | Fallback display for all file types | fiaxh | 2017-12-13 | 4 | -124/+231 |
| | |||||
* | Load messages for conversation view from cache | fiaxh | 2017-12-13 | 2 | -4/+16 |
| | |||||
* | Repopulate message TextView context menu, include "Copy URL" (#219) | Yussuf Khalil | 2017-12-05 | 1 | -6/+48 |
| | | | | | | * Add "Copy URL" context menu option when hovering over a URL * Update message_textview.vala | ||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 25 | -27/+27 |
| | |||||
* | Use reverse DNS naming for icon, desktop file, DBus service, app ID (#221) | Mathieu Bridon | 2017-12-03 | 1 | -2/+2 |
| | | | | | | | The convention is to use reverse DNS for the DBus service names, icons, desktop files and application ID. Flatpak enforces that convention, and even requires at least 3 components in those names. | ||||
* | ConversationView: Date separator | fiaxh | 2017-12-01 | 3 | -4/+122 |
| | |||||
* | Reword some strings (#215) | Allan Nordhøy | 2017-11-23 | 3 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | * conference_s_, Members only room, Too many occupants in room * conferences → conference * No active conversations/accounts * "the account" and escaped apostrophe * leaves, the subject, Required password, voiced, backlog * Members-only room * Remove the \'%s\' account? * Chosen password required for room entry * if any * muc password, voiced, remove account | ||||
* | Fix memory leak | fiaxh | 2017-11-23 | 7 | -12/+21 |
| | |||||
* | ConversationView: Split merged messages when an in-between one is added | fiaxh | 2017-11-22 | 2 | -10/+58 |
| | |||||
* | Fix unit tests using async + read message marker | fiaxh | 2017-11-17 | 2 | -2/+2 |
| | |||||
* | fixup 3f531d6 | fiaxh | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | Read+(write) stream async | fiaxh | 2017-11-16 | 18 | -117/+58 |
| | |||||
* | Replace deprecated function usages | fiaxh | 2017-11-16 | 5 | -10/+10 |
| | |||||
* | small fixes | fiaxh | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | Fix warnings | fiaxh | 2017-10-31 | 11 | -27/+32 |
| | |||||
* | Keep MUC join dialog open until joined, show errors | fiaxh | 2017-10-31 | 15 | -36/+104 |
| | |||||
* | Blocking setting in Contact Details | fiaxh | 2017-10-31 | 2 | -0/+37 |
| | |||||
* | fixup 8c0a44e (Added a confirmation dialog before removing an account) | fiaxh | 2017-10-30 | 1 | -4/+7 |
| | |||||
* | Added a confirmation dialog before removing an account. Fixes #51 | Dennis Fink | 2017-10-30 | 1 | -8/+16 |
| | |||||
* | Remove new from struct initialisation, as it is deprecated (#180) | linkmauve | 2017-10-23 | 1 | -1/+1 |
| | | | | | | * Remove new from struct initialisation, as it is deprecated. * Use Map.has_key instead of Map.contains, as it is deprecated. | ||||
* | Directly start chat from xmpp uri if only one account is active | fiaxh | 2017-10-22 | 1 | -9/+16 |
| | | | | fixes #160 | ||||
* | Only match full words as mentions for notifications | fiaxh | 2017-10-22 | 1 | -1/+3 |
| | | | | fixes #185 | ||||
* | PGP encrypted file transfers | fiaxh | 2017-10-22 | 1 | -2/+2 |
| | |||||
* | Handle file uploading in libdino & main, have http upload as provider | fiaxh | 2017-10-21 | 3 | -2/+75 |
| | |||||
* | small fixes | fiaxh | 2017-09-20 | 1 | -0/+1 |
| | |||||
* | Change conversation (un)read marking | fiaxh | 2017-09-19 | 2 | -16/+5 |
| | |||||
* | Use GNotification instead of libnotify | fiaxh | 2017-09-19 | 3 | -57/+80 |
| | |||||
* | Move encryption menu into ChatInput, PGP support for MUCs | fiaxh | 2017-09-06 | 8 | -31/+26 |
| | |||||
* | Show last message sender in conversation list | fiaxh | 2017-09-01 | 5 | -132/+76 |
| | |||||
* | Focus selected widgets in the accounts dialog | hrxi | 2017-09-01 | 1 | -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 fixes | fiaxh | 2017-08-31 | 7 | -5/+17 |
| | |||||
* | Use utc time everywhere | fiaxh | 2017-08-31 | 4 | -8/+8 |
| | |||||
* | Download & inline display images | fiaxh | 2017-08-31 | 8 | -20/+214 |
| | |||||
* | main: extend theming capabilities | Marvin W | 2017-08-29 | 4 | -3/+12 |
| | |||||
* | support platforms without UTF-8 and use native file picker | Marvin W | 2017-08-29 | 3 | -18/+35 |
| |