| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-04 | Update my eMail to the KDE-provided one | Felix Ernst | |
| GIT_SILENT NO_CHANGELOG | |||
| 2023-02-05 | Add clang-format and format code as in Frameworks | Serg Podtynnyi | |
| 2022-10-15 | Fix dismiss button in selection mode paste bar | Felix Ernst | |
| This one liner changes the signal that is emitted when the "Dismiss" button is pressed on the Paste bottom bar in selection mode. Before this commit, the `leaveSelectionModeRequested()` signal was used but it had no effect because technically the selection mode isn't active anymore when the paste bar is shown. Everything works as expected if instead `barVisibilityChangeRequested()` is emitted. | |||
| 2022-08-14 | Address Nate's UX feedback | Felix Ernst | |
| -More labels -More icons -"Abort" -> "Cancel" | |||
| 2022-08-14 | Improve naming consistency and leave mode on Escape | Felix Ernst | |
| 2022-08-14 | Improve code quality | Felix Ernst | |
| 2022-08-14 | Better separation of classes | Felix Ernst | |
| Make obvious when actions trigger selection mode. | |||
