┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-10Set Notify flag on close running terminal app promptKai Uwe Broulik
Ensures the warning sound is played.
2023-08-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-03Add alternate shortcut for replaceLocation actionAmol Godbole
Alt + D is a common shortcut for replacing location. Add this as an alternate shortcut. BUG: 468445
2023-08-03DolphinView: initialize m_controlWheelAccumulatedDeltaAmol Godbole
Ctrl + scroll wheel zoom was not working as designed after Dolphin is launched. Initialize m_controlWheelAccumulatedDelta in DolphinView's constructor. BUG: 469354
2023-08-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-01Enter selection mode by tap-and-holding an already selected itemSteffen Hartleib
Allow entering selection mode by touching an already selected item. BUG: 462778
2023-08-01Fix incorrect file selection after file renameAmol Godbole
forceUrlsSelection() needs to be called only when new name of renamed file does not exist. BUG: 417930
2023-07-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-28SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2023-07-27Avoid unwanted drag and drop actionSteffen Hartleib
Use the screen position for a touch event to calculate the start drag distance. BUG: 464594
2023-07-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-18Add contribute link to AppStream metadataNate Graham
Pointing to the readme file is reasonable enough.
2023-07-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-17GIT_SILENT Upgrade release service version to 23.11.70.Albert Astals Cid
2023-07-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-05Add explicit moc includes to sources for moc-covered headersFriedrich W. H. Kossebau
* speeds up incremental builds as changes to a header will not always need the full mocs_compilation.cpp for all the target's headers rebuild, while having a moc file sourced into a source file only adds minor extra costs, due to small own code and the used headers usually already covered by the source file, being for the same class/struct * seems to not slow down clean builds, due to empty mocs_compilation.cpp resulting in those quickly processed, while the minor extra cost of the sourced moc files does not outweigh that in summary. Measured times actually improved by some percent points. (ideally CMake would just skip empty mocs_compilation.cpp & its object file one day) * enables compiler to see all methods of a class in same compilation unit to do some sanity checks * potentially more inlining in general, due to more in the compilation unit * allows to keep using more forward declarations in the header, as with the moc code being sourced into the cpp file there definitions can be ensured and often are already for the needs of the normal class methods
2023-07-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-29Use ellipsis everywhere instead of three dotsTem PQD
Better for screen readers etc.
2023-06-30GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit e3ad78194c4464f1cfa90d42eb7cc9dcfbc8a87e)
2023-06-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-28Move focus from hiding selection mode bars to viewFelix Ernst
When a user exits selection mode for example by clicking the "Exit Selection Mode" button, the bar is closed but the focus doesn't return to the view which would be expected. This commit actively moves the focus to the view in such a scenario. BUG: 469621
2023-06-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-26Fix Refresh tooltip text and add Refresh whatsThis text Tem PQD
BUG: 469263
2023-06-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-25GIT_SILENT made messages (after extraction)l10n daemon script
2023-06-24GIT_SILENT Sync po/docbooks with svnl10n daemon script