summary refs log tree commit diff
path: root/resources/res.qrc (follow)
Commit message (Expand)AuthorAgeFilesLines
* LoginPage: add button to show/hide the passwordMarcus Hoffmann2024-01-081-0/+2
* Move to automatic type registrationNicolas Werner2023-06-191-100/+0
* Remove style sheetsNicolas Werner2023-06-081-5/+0
* Get rid of scrollhelperNicolas Werner2023-06-081-1/+0
* Add goto button to hover menu when searchingNicolas Werner2023-05-301-0/+1
* Get rid of old emoji pickerNicolas Werner2023-05-251-1/+0
* Copy image to clipboardNicolas Werner2023-04-231-0/+1
* Move effects into a separate fileLoren Burkholder2023-04-081-0/+1
* Merge pull request #1388 from Nheko-Reborn/commandDeepBlueV7.X2023-03-101-1/+1
|\
| * Show warning when invalid command is enteredLoren Burkholder2023-02-281-1/+1
* | Use the nheko spinner everywhereLoren Burkholder2023-02-281-1/+0
|/
* Show rooms you share with someoneNicolas Werner2023-02-241-0/+1
* Add a fancy delegate when encryption is enabledLoren Burkholder2023-02-131-0/+1
* add user search to invite dialog (#1253)Malte E2023-01-311-0/+1
* Make it more obvious that the add reaction button is not an emojiNicolas Werner2023-01-191-0/+1
* confetti (#1243)Loren Burkholder2022-12-101-0/+1
* Basic threading supportNicolas Werner2022-09-301-0/+3
* Allow editing permissions in spaces recursivelyNicolas Werner2022-09-281-0/+1
* Rework how access rules for rooms are modified completelyNicolas Werner2022-09-191-0/+1
* Support editing space childrenNicolas Werner2022-08-101-6/+7
* Show a room preview in the join confirmation dialogNicolas Werner2022-08-051-0/+1
* Merge remote-tracking branch 'origin/perSpaceNotifs' into perSpaceNotifsNicolas Werner2022-07-141-0/+1
|\
| * Make the notification bubble its own componentLoren Burkholder2022-06-291-0/+1
* | Allow editing aliasesNicolas Werner2022-07-081-0/+3
|/
* Add basic powerlevel editorNicolas Werner2022-05-271-2/+4
* Show powerlevels in memberlistNicolas Werner2022-05-071-3/+6
* initial direct chat creation dialogMalte E2022-03-261-0/+1
* CreateRoom dialog in QMLMalte E2022-03-251-0/+1
* Fix thumbnails for encrypted files and factor upload box outNicolas Werner2022-03-211-0/+1
* Show some previews in upload windowNicolas Werner2022-03-211-0/+4
* small rework of the reply popupMalte E2022-03-111-0/+1
* Add GUI to change hidden events per roomtastytea2022-02-101-0/+1
* Reimplement error notificationsNicolas Werner2022-01-301-0/+1
* keep the RegisterPage nameNicolas Werner2022-01-291-1/+1
* Port registration to QmlNicolas Werner2022-01-281-0/+1
* Functional login pageNicolas Werner2022-01-261-0/+1
* Initial qml root windowNicolas Werner2022-01-261-0/+1
* Move usersettings page to pages subdirNicolas Werner2022-01-121-1/+1
* Port usersettings to qmlNicolas Werner2022-01-091-0/+1
* Port image overlay to qmlNicolas Werner2022-01-021-0/+1
* Add recently used reactionsNicolas Werner2021-12-131-0/+1
* Support pinned messagesNicolas Werner2021-12-111-0/+2
* Hide me underneath the space treeNicolas Werner2021-12-011-13/+15
* Change QML UI for redactionsJoe Donofry2021-11-291-0/+2
* Add a filter for direct chatsNicolas Werner2021-11-201-0/+1
* Use filled shields everywhere and distinguish different states moreNicolas Werner2021-11-171-3/+4
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-89/+49
* Cleanup positioning of player elementsNicolas Werner2021-11-111-1/+0
* More refactoring and layout updatesJoseph Donofry2021-11-111-0/+1
* Move rest of controls to separate fileJoseph Donofry2021-11-091-0/+1
* Initial Refactoring into separate controlsJoseph Donofry2021-11-091-0/+1
* Update video_player_enhancements with changes from masterJoseph Donofry2021-11-031-17/+26
|\
| * Fix registration on matrix.orgNicolas Werner2021-11-031-0/+1
| * WIPNicolas Werner2021-10-171-0/+1
| * move device verification management to its own fileNicolas Werner2021-10-171-29/+22
| * Use the same leave room dialog everywhereLoren Burkholder2021-10-111-2/+10
| * Merge pull request #741 from LorenDB/qmlJoinRoomDlgDeepBlueV7.X2021-10-111-11/+12
| |\
| | * QML the join room dialogLoren Burkholder2021-10-091-11/+12
| * | Merge pull request #755 from Nheko-Reborn/bootstrappingDeepBlueV7.X2021-10-091-0/+1
| |\ \ | | |/ | |/|
| | * Support bootstrapping crosssigningNicolas Werner2021-10-091-0/+1
| * | Merge pull request #743 from LorenDB/qmlLogoutDeepBlueV7.X2021-10-091-0/+1
| |\ \ | | |/ | |/|
| | * QML the logout dialogLoren Burkholder2021-10-051-0/+1
| * | Added support for refreshing the device list, marking current device with a c...Thulinma2021-10-061-0/+1
| |/
| * Reorganize all the dialogs into the dialogs folderLoren Burkholder2021-09-291-7/+7
| * Warn the user before they ping the whole roomNicolas Werner2021-09-021-0/+1
| * Fix nits from code reviewkamathmanu2021-08-091-5/+0
| * Merge branch 'master' into nhekoRoomDirectorykamathmanu2021-08-071-2/+11
| |\
| * | Room Directory UI for exploring and joining public rooms. V1: simplistic serv...kamathmanu2021-08-071-1/+2
* | | Merge origin/master and fix conflictsJoseph Donofry2021-08-101-16/+12
|\ \ \ | | |/ | |/|
| * | Show encryption errors in qml and add request keys buttonNicolas Werner2021-08-071-4/+5
| * | Basic sticker pack editorNicolas Werner2021-08-061-0/+2
| * | QML the raw message dialogLoren Burkholder2021-07-311-0/+1
| * | QML the read receipts listLoren Burkholder2021-07-291-1/+1
| |/
| * Add menu to enable or disable stickers globallyNicolas Werner2021-07-231-0/+1
| * make lintLoren Burkholder2021-07-201-1/+0
| * QML the invite dialogLoren Burkholder2021-07-201-11/+2
| * QML the room member listLoren Burkholder2021-07-201-0/+1
* | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancementsJoseph Donofry2021-07-191-1/+2
|\|
| * Basic sticker supportNicolas Werner2021-07-191-1/+2
* | Import and update lurkki's branchJoseph Donofry2021-07-191-0/+1
|/
* Redesign invites and room preview joinsNicolas Werner2021-07-091-0/+1
* Fixes from code reviewJoseph Donofry2021-07-081-0/+1
* Merge remote-tracking branch 'origin/master' into nheko_loading_spinnerJoseph Donofry2021-07-081-0/+1
|\
| * Render community itemsNicolas Werner2021-06-111-0/+1
* | Add Nheko logo QML SpinnerJoseph Donofry2021-06-091-0/+1
|/
* Somewhat reenable the adaptive layoutNicolas Werner2021-06-081-0/+2
* Reimplement room context menusNicolas Werner2021-05-281-0/+1
* Some basic room listNicolas Werner2021-05-191-0/+1
* Basic header and footer of room listNicolas Werner2021-05-151-0/+1
* Reorganize TimelineView to prepare porting the room listNicolas Werner2021-05-141-0/+2
* Fix basic UI for forward completertargetakhil2021-04-151-0/+1
* Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into Jedi18...Nicolas Werner2021-03-131-0/+2
|\
| * add matrix text fieldJedi182021-02-231-0/+1
| * add quick switcher qml file and moved completerFor from inputbar to timeline ...Jedi182021-02-211-0/+1
* | Merge remote-tracking branch 'upstream/master' into screenshare-x11trilene2021-02-251-0/+2
|\|
| * fix roomsetting layoutJedi182021-02-131-0/+1
| * added room settings qmlJedi182021-02-091-0/+1
* | Support desktop screen sharing on X11trilene2021-02-181-0/+2
|/
* Initial commit for privacy screenJoseph Donofry2021-01-251-0/+1
* Add call invite screen for mobiletrilene2021-01-121-0/+1
* Forgot to save res.qrcJoseph Donofry2021-01-111-3/+0
* Merge master and fix conflictsJoseph Donofry2021-01-111-2/+9
|\
| * Fix Qml control colorstrilene2021-01-071-0/+1
| * Add devices dialog to CallInviteBartrilene2021-01-071-0/+1
| * Port PlaceCall dialog to Qmltrilene2021-01-071-0/+1
| * Make call invites less intrusivetrilene2021-01-071-2/+3
* | Add Ripple effects to qml buttons and avatarJoseph Donofry2021-01-111-0/+1
|/
* WIP Qml completerNicolas Werner2020-11-251-7/+8
* Add file uploadingNicolas Werner2020-11-251-0/+1
* Video calls: add local webcam viewtrilene2020-11-091-0/+1
* Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-271-0/+5
|\
| * Split up TimelineView into separate componentsNicolas Werner2020-10-261-0/+5
* | Support video callstrilene2020-10-271-0/+2
|/
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-10-081-0/+1
|\
| * Move ActiveCallBar Qml to separate filetrilene2020-09-251-0/+1
* | Make steps in verification flow explicitNicolas Werner2020-10-051-6/+3
* | Split qml part of Device VerificationCH Chethan Reddy2020-09-141-0/+9
* | Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-301-0/+10
|\|
| * Polish voice call UItrilene2020-07-221-0/+5
| * Support voice callstrilene2020-07-101-0/+5
* | Rewrite UserProfile in qmlCH Chethan Reddy2020-07-301-0/+1
* | Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-301-0/+1
|/
* Merge master into reactionsJoseph Donofry2020-05-141-0/+2
|\
| * Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-141-0/+2
* | Update emoji picker and translationsJoseph Donofry2020-05-131-0/+2
* | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-0/+2
|/
* Add placeholder for reactionsNicolas Werner2020-05-041-1/+2
* Shamelessly steal `ScrollHelper.qml` from spectralLasath Fernando2020-04-281-0/+1
* Change fallback style to fusionNicolas Werner2020-03-301-0/+2
* Use cleaned up logoNicolas Werner2020-01-311-0/+1
* Simplify reply popup logicNicolas Werner2020-01-281-0/+1
* Remove embedded fontsNicolas Werner2020-01-161-7/+0
* Show encryption enabled and use a non zero size for zero size videNicolas Werner2019-11-231-1/+1
* Enable link handlingNicolas Werner2019-11-231-0/+1
* Make user clickable and improve button cursor lookNicolas Werner2019-11-231-0/+1
* Organize qml files a bitNicolas Werner2019-11-231-2/+2
* Use a basic implementation of a DelegateChooser for compat with older QtNicolas Werner2019-11-231-0/+1
* Misc layout fixesNicolas Werner2019-11-231-1/+1
* Try out DelegateChooserNicolas Werner2019-11-231-0/+1
* Add basic video messagesNicolas Werner2019-11-231-1/+1
* Add simple audio message widgetNicolas Werner2019-11-231-0/+1
* File messages (qml)Nicolas Werner2019-11-231-0/+1
* Add lock to encrypted messagesNicolas Werner2019-11-231-0/+1
* Add send/received indicatorNicolas Werner2019-11-231-0/+1
* Implement basic placeholder and disable unimplemented event typesNicolas Werner2019-11-231-0/+1
* Show redactions in qml timelineNicolas Werner2019-11-231-0/+1
* Implement basic ImageMessages in qml timelineNicolas Werner2019-11-231-0/+1
* Implement avatars in qml timelineNicolas Werner2019-11-231-0/+1
* Use system colors for nowNicolas Werner2019-11-231-0/+1
* Implement TextMessage delegateNicolas Werner2019-11-231-0/+1
* Replace timeline with empty qml viewNicolas Werner2019-11-231-0/+3
* Update Mentions UIJoseph Donofry2019-07-211-0/+1
* Add reply and menu buttons to TimelineItemredsky172019-05-271-0/+2
* Revert "Remove built-in emoji picker"redsky172019-01-261-0/+23
* Remove the bundled open sans fontKonstantinos Sideris2018-10-071-6/+0
* Remove built-in emoji pickerKonstantinos Sideris2018-10-071-17/+0
* Display tags as sorting items in the community panel (#401)Victor Berger2018-09-281-0/+7
* Refactor the room settings menu to look like the user profileKonstantinos Sideris2018-07-221-2/+6
* Create user profile modalKonstantinos Sideris2018-07-201-0/+9
* Mark own read messages with a double checkmark (#377)Konstantinos Sideris2018-07-171-0/+2
* Mark encrypted messages with a lock iconKonstantinos Sideris2018-07-011-0/+6
* Add menu to modify the name & topic of the roomKonstantinos Sideris2018-05-161-0/+1
* Fix UI inconsistencies between room list & communitiesKonstantinos Sideris2018-04-281-1/+1
* Communities (#195)Max Sandholm2018-01-091-0/+1
* Add menu to invite usersKonstantinos Sideris2017-12-101-0/+2
* Add inline audio clip player (m.audio) (#143)Konstantinos Sideris2017-12-011-0/+4
* Add read support for m.file messages (#24)Konstantinos Sideris2017-11-281-0/+2
* Add dark themeKonstantinos Sideris2017-11-251-0/+1
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-3/+4
* Add scroll-down buttonKonstantinos Sideris2017-10-271-0/+2
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-21/+40
* Improve login flow (#35)jansol2017-07-081-0/+1
* Add menu to toggle notificationsKonstantinos Sideris2017-05-311-0/+1
* Add full emoji supportKonstantinos Sideris2017-04-231-0/+11
* Add logo iconsKonstantinos Sideris2017-04-211-0/+10
* Add initial read-only emoji supportKonstantinos Sideris2017-04-191-10/+12
* Add logout buttonKonstantinos Sideris2017-04-091-0/+1
* Initial commitKonstantinos Sideris2017-04-061-0/+27