aboutsummaryrefslogtreecommitdiff
path: root/src/event.c
Commit message (Collapse)AuthorAge
* Implemented message deletionTheJackiMonster2022-02-18
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Tweaked usability when switching between accountsTheJackiMonster2022-02-17
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added dialog to pick accountTheJackiMonster2022-02-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented creation of new accounts with automatic selectionTheJackiMonster2022-02-13
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented account selectionTheJackiMonster2022-02-13
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added search filter to chats listingTheJackiMonster2022-02-11
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemeneted sorting of messages to handle old messages reloadingTheJackiMonster2022-01-16
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added visual changes to select messages for deletionTheJackiMonster2022-01-15
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented file downloading, opening and updating visual status or previewTheJackiMonster2022-01-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Adding visual list of current uploading files to be sentTheJackiMonster2022-01-10
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added icon, desktop-file and used glib resources to load uiTheJackiMonster2021-12-23
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added timestamp to join messages in chatTheJackiMonster2021-12-23
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Adjusted chat update to be applied by each new messageTheJackiMonster2021-12-22
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added cleanup for notificationsTheJackiMonster2021-12-22
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added notifications in case of lost focusTheJackiMonster2021-12-22
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added automatic scrolling to chatsTheJackiMonster2021-12-21
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented preview for sending files and added ui for message contentTheJackiMonster2021-12-21
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added update event, fixed name drop and adjusted path to configuration filesTheJackiMonster2021-12-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added dialog to send filesTheJackiMonster2021-12-18
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed inconsistent user pointers of contacts and filtered contact lists to ↵TheJackiMonster2021-12-16
| | | | | | not include own accounts Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -fixed usage of lists, synced avatars to names and added member countTheJackiMonster2021-12-15
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented updating of labels regarding contact names in chatsTheJackiMonster2021-12-15
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added chat details with a list of contacts for groupsTheJackiMonster2021-12-12
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Deactivated chats without other membersTheJackiMonster2021-12-07
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added invitations for private chats and cleaned up status messagesTheJackiMonster2021-11-24
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added profile entries, identity selection parameter and other tweaksTheJackiMonster2021-11-22
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added first ui files for status messages and integrated public key api changesTheJackiMonster2021-11-20
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added automatic activation and selection of new chatsTheJackiMonster2021-11-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented querying contacts to visualize list of themTheJackiMonster2021-11-18
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed memory leaks regarding gtk buildersTheJackiMonster2021-11-15
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixing ui inconsistency, removing placeholder valuesTheJackiMonster2021-11-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented multiple chats in parallelTheJackiMonster2021-11-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented actual sending and receiving of text messages via chat interfaceTheJackiMonster2021-11-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added dialog to create a new platform and connected new eventsTheJackiMonster2021-11-01
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added ui files for messages and automated some debug entriesTheJackiMonster2021-11-01
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added ui file to add chat/contact entriesTheJackiMonster2021-10-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added area optimization for mobile usageTheJackiMonster2021-10-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Separated gtk, gnunet and events using bothTheJackiMonster2021-10-30
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>