summary refs log tree commit diff
path: root/src/dialogs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix UserProfile resizingNicolas Werner2020-04-011-12/+7
* Fix RegistrationNicolas Werner2020-02-234-1/+100
* use QStandardPaths locations for all file dialogs.Adasauce2020-02-141-2/+5
* show image dialog fullscreen instead of resizing to the size of the first des...Nicolas Werner2020-02-132-12/+6
* Remove move() in ImageOverlayAdasauce2020-02-121-1/+0
* modernize: use overrideNicolas Werner2020-02-042-2/+2
* modernize: use nullptrNicolas Werner2020-02-041-1/+1
* use room rules for mentionsNicolas Werner2020-02-021-21/+31
* Add mutingNicolas Werner2020-02-022-5/+87
* Remove wildcard mtx.hpp includesNicolas Werner2020-01-312-2/+2
* Remove more unneeded headersNicolas Werner2020-01-311-1/+0
* Remove metatypes from headersNicolas Werner2020-01-312-2/+2
* Optimize includes a bitNicolas Werner2020-01-312-3/+3
* Enable ban and kick button in UserProfile (and try to fix centering)Nicolas Werner2020-01-301-8/+9
* Fix room avatars in settingsNicolas Werner2020-01-211-7/+4
* Reduce Cache.h includes further via one forward declarationNicolas Werner2019-12-151-0/+1
* Reduce overhead of Cache.hNicolas Werner2019-12-155-15/+15
* Reduce some include of Cache.h since it needs 11s on averageNicolas Werner2019-12-141-4/+4
* Fix windows buildNicolas Werner2019-11-231-1/+1
* Remove old timelineNicolas Werner2019-11-231-0/+1
* Fix section layout issues and pagination issuesNicolas Werner2019-11-231-1/+0
* Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-265-31/+16
* Cache User MentionsJoseph Donofry2019-08-092-136/+0
* Fix lambda capture issueJoseph Donofry2019-07-291-1/+1
* Update mentions dialogJoseph Donofry2019-07-282-20/+70
* media->file in error message, when image upload failsNicolas Werner2019-07-284-6/+6
* Try to localise timestampsNicolas Werner2019-07-282-7/+9
* Fix copy and pasting image from clipboardNicolas Werner2019-07-222-0/+24
* Fix linting issuesJoseph Donofry2019-07-162-24/+25
* Add User Mentions DialogJoseph Donofry2019-07-162-0/+85
* Fix deprecated function call issues with Qt 5.13Joseph Donofry2019-07-041-1/+4
* Fix some linting issuesJoseph Donofry2019-07-041-1/+1
* Show room version in settingsNicolas Werner2019-07-041-0/+11
* Nlohmann build updatesredsky172019-02-241-1/+1
* Add download button to ImageOverlayredsky172019-01-302-0/+12
* Change the minimum width for modalsKonstantinos Sideris2018-09-304-8/+5
* Remove pixel value from fontsKonstantinos Sideris2018-09-305-21/+21
* Add infinite scroll in member listKonstantinos Sideris2018-09-252-31/+6
* Don't clear the member list when the modal is hiddenKonstantinos Sideris2018-09-251-7/+0
* Use QPushButton on the preview modalKonstantinos Sideris2018-09-252-13/+7
* Add close buttons to all dialogsKonstantinos Sideris2018-09-214-0/+37
* Add method to center widgets & clean up unused headersKonstantinos Sideris2018-09-217-15/+1
* Close dialogs on confirmationKonstantinos Sideris2018-09-207-37/+30
* Use confirm as the default buttonKonstantinos Sideris2018-09-203-6/+6
* Improvements on the system themeKonstantinos Sideris2018-09-1918-209/+163
* Add context menu option to show the raw messageKonstantinos Sideris2018-09-122-3/+58
* Small refactoring on the EditModalKonstantinos Sideris2018-09-082-67/+80
* Use proxy objects on lambdas instead of raw pointersKonstantinos Sideris2018-09-072-30/+32
* Make lambda that updates avatar a class methodKonstantinos Sideris2018-08-292-91/+91
* Add the ability to change the room avatarKonstantinos Sideris2018-08-292-8/+180
* Show the room id in the room settings modalKonstantinos Sideris2018-08-261-0/+19
* Fix crash on logoutKonstantinos Sideris2018-08-131-0/+2
* Install the bundled spdlogKonstantinos Sideris2018-08-121-1/+1
* Increase the minimum modal sizeKonstantinos Sideris2018-08-113-7/+24
* Simplify dialog creationKonstantinos Sideris2018-08-114-12/+16
* Allow user to configure join rules for a roomKonstantinos Sideris2018-08-092-41/+188
* Consider the scale ratio when scaling down imagesKonstantinos Sideris2018-08-012-2/+2
* Minor modal adjustmentsKonstantinos Sideris2018-07-222-8/+3
* Remove pixel values from modals, use pointSize insteadKonstantinos Sideris2018-07-2210-81/+118
* Add option to ignore key requests altogetherKonstantinos Sideris2018-07-222-2/+28
* Refactor the room settings menu to look like the user profileKonstantinos Sideris2018-07-222-191/+87
* Reuse the profile modal & adjust its spacing relative to the font sizeKonstantinos Sideris2018-07-212-18/+51
* Show device list in user profile & add option to create 1-1 chatKonstantinos Sideris2018-07-202-18/+148
* Create user profile modalKonstantinos Sideris2018-07-202-0/+206
* Move all files under src/Konstantinos Sideris2018-07-1722-55/+622
* Properly reset the autocomplete anchor when the popup closesKonstantinos Sideris2018-07-151-1/+1
* Use MainWindow instead of QApplication::activeWindow to reference the main wi...Konstantinos Sideris2018-07-151-3/+11
* Remove the v2 namespace from the http clientKonstantinos Sideris2018-07-152-5/+5
* Update CI instructionsKonstantinos Sideris2018-06-171-3/+3
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-142-11/+13
* Add menu option to enable encryption in a private roomKonstantinos Sideris2018-06-121-5/+95
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-092-48/+47
* Retrieve the current room state from cache when the edit modal opensKonstantinos Sideris2018-05-181-8/+14
* Fix crash on unfinished animation & center the edit modalKonstantinos Sideris2018-05-181-0/+8
* Hide the edit menu when the user doesn't have enough powerKonstantinos Sideris2018-05-161-19/+41
* Add menu to modify the name & topic of the roomKonstantinos Sideris2018-05-161-40/+199
* Add read support for room access options (#324)twahm2018-05-131-3/+56
* Use the correct avatar size for HiDPI displaysKonstantinos Sideris2018-05-111-0/+16
* Don't use shared pointers for cacheKonstantinos Sideris2018-05-082-8/+6
* Fetch user avatars while browsing the member listKonstantinos Sideris2018-05-041-0/+7
* Add member listKonstantinos Sideris2018-05-012-8/+155
* Add prototype room settings menuKonstantinos Sideris2018-04-301-0/+147
* Cache refactoringKonstantinos Sideris2018-04-211-7/+15
* Show avatars in the completion popupKonstantinos Sideris2018-03-251-1/+2
* Fix CI buildsKonstantinos Sideris2018-03-131-1/+1
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-121-0/+75
* Add some missing referencesKonstantinos Sideris2018-02-281-1/+1
* Be explicit about the captured parameters in lambdasKonstantinos Sideris2018-02-207-15/+15
* Scale down the preview image to fit in the application windowKonstantinos Sideris2018-02-191-11/+9
* Move scaleImage() in UtilsKonstantinos Sideris2018-02-191-28/+2
* Minor adjustmentsKonstantinos Sideris2018-02-191-1/+1
* Support audio, video, generic file for pasting (#220)christarazi2018-02-182-142/+170
* Automatically focus on input when opening a dialogKonstantinos Sideris2018-01-163-0/+24
* Fix emoji as avatars issue for the receiptsKonstantinos Sideris2018-01-161-1/+2
* Change cache format to not allow duplicate receiptsKonstantinos Sideris2018-01-141-1/+1
* Add support for pasting images into a room (#180)christarazi2018-01-101-0/+142
* Remove an extra colon from the receipt timeKonstantinos Sideris2018-01-041-1/+1
* Initial support for read receiptsKonstantinos Sideris2018-01-031-0/+124
* Fix font size inconsistenciesKonstantinos Sideris2017-12-211-6/+8
* Add dialog to create roomsKonstantinos Sideris2017-12-111-0/+152
* Add menu to invite usersKonstantinos Sideris2017-12-101-0/+149
* Add gui option for joining rooms (#25)Konstantinos Sideris2017-12-101-8/+18
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-304-13/+21
* Create directories for related filesKonstantinos Sideris2017-11-304-0/+304