aboutsummaryrefslogtreecommitdiff
path: root/main/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Rework no-open-conversation placeholderfiaxh2019-10-011-0/+1
|
* Remove some use_markup usages, put skeleton header into .ui filefiaxh2019-09-111-0/+1
|
* Add emoji button to chat inputfiaxh2019-09-091-0/+1
|
* Fix compilationfiaxh2019-08-061-1/+0
|
* Use own file type iconsfiaxh2019-08-061-0/+9
|
* Rework encryption enabling logic + UIfiaxh2019-08-021-9/+19
|
* Refactor file receive/send interfaces and UIfiaxh2019-07-181-0/+1
|
* Add EmojiChooser (derived from GTK source)Marvin W2019-07-141-1/+4
|
* Clean up ConversationTitlebarfiaxh2019-04-141-4/+3
|
* Only use UI data for active converations cycling, clean up ConversationSelectorfiaxh2019-04-141-2/+0
|
* Move app menu into window, make conversation details dialog directly ↵fiaxh2019-02-051-0/+4
| | | | accessible, no-CSD option for main window
* Detect emoji-only messages and display them largerfiaxh2018-12-271-0/+2
|
* Split login jid/password into two steps with checksfiaxh2018-11-161-0/+1
|
* Use QR-code icon for OMEMO QR-code buttonfiaxh2018-11-101-0/+2
|
* Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> ↵fiaxh2018-11-041-3/+0
| | | | ConversationRow
* Use Label instead of TextView for message displayfiaxh2018-09-211-1/+0
|
* Merge pull request #415 from bobufa/message-searchfiaxh2018-08-311-6/+7
|\ | | | | Message search
| * add suggestions/auto-complete for search filtersbobufa2018-08-131-0/+1
| |
| * initial search logic / displaybobufa2018-08-131-0/+3
| |
| * ui: search sidebar initialbobufa2018-08-131-0/+1
| |
| * refactor conversation item management (accumulate them in libdino)bobufa2018-08-131-6/+2
| |
* | In-Band Registrationfiaxh2018-08-221-0/+1
|/
* Redesign chat input + move file upload therefiaxh2018-04-301-1/+0
|
* Add an appdata fileMathieu Bridon2018-04-291-0/+1
| | | | | This allows "app center" applications like GNOME Software and Plasma Discover to show Dino in all its glory, so users can install it simply.
* Add image preview to file choosersfiaxh2018-04-191-0/+1
| | | | Co-authored-by: Thibaut Girka <thib@sitedethib.com>
* Move notification sounds (canberra dependency) into plugin, introduce ↵fiaxh2018-03-051-1/+0
| | | | libdino/NotificationEvents
* Implement notification soundsRahix2018-02-171-0/+1
| | | | | | 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.
* Render avatar on demandMarvin W2018-01-281-0/+1
|
* Place time+encryption+read directly right of namefiaxh2017-12-311-1/+2
|
* Show subscription request in conversation summaryfiaxh2017-12-301-0/+1
|
* Fallback display for all file typesfiaxh2017-12-131-0/+1
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
|
* Use reverse DNS naming for icon, desktop file, DBus service, app ID (#221)Mathieu Bridon2017-12-031-5/+5
| | | | | | | 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 separatorfiaxh2017-12-011-0/+1
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-311-8/+8
|
* Blocking setting in Contact Detailsfiaxh2017-10-311-0/+1
|
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-211-0/+1
|
* Use GNotification instead of libnotifyfiaxh2017-09-191-2/+2
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-061-2/+2
|
* Download & inline display imagesfiaxh2017-08-311-0/+3
|
* main: extend theming capabilitiesMarvin W2017-08-291-1/+2
|
* Plugins providing conversation items for ConversationViewfiaxh2017-08-281-6/+6
|
* README: Discussion MUC, change urlfiaxh2017-08-221-1/+1
|
* Undo/redo text in chat inputfiaxh2017-08-171-0/+1
|
* Http file uploadfiaxh2017-08-031-1/+4
|
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-171-1/+1
| | | | StartConversation
* Conversation details dialogfiaxh2017-05-301-1/+6
|
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-261-1/+1
|
* Make gdk-x11 optionalMarvin W2017-04-151-1/+11
|
* Fix alt-tab behaviour when notification is activefiaxh2017-04-111-0/+1
|