User Details
- User Since
- Jul 12 2019, 10:06 PM (301 w, 4 d)
- Availability
- Available
May 23 2020
Works, but the notification is empty and the file doesn't get saved at all:
May 18 2020
@davidre One other thing I noticed: launch Spectacle with any shortcut (except 'Print' key standalone), for example Shift+Print. Spectacle saves the picture instantaneously but no window of Spectacle opens up, only a notification shows up. Is this also "works as designed" or do/should we change some behavior regarding this one?
@davidre ping :)
May 14 2020
Done :)
- Renaming of functions
- Minor renaming of text and the according variables
- Merge remote-tracking branch 'origin' into arcpatch-D29006
May 13 2020
May 12 2020
- Renamed to destinationUrl
May 11 2020
- Merge branch 'master' of https://anongit.kde.org/dolphin into arcpatch-D29006
- Merge branch 'master' of https://anongit.kde.org/dolphin into arcpatch-D29006
- Rename to (copy|move)SelectedItems
May 10 2020
May 7 2020
@meven
These seem to be 'special-cases' locations.
The call to capabilitiesDestination.isWritable() :
May 4 2020
- Rewrite so it's obvious that it is copying/moving to the inactive view
- Merge branch 'master' of https://anongit.kde.org/dolphin into arcpatch-D29006
- Merge branch 'master' of https://anongit.kde.org/dolphin into arcpatch-D29399
- Revert "Instead of append, change the value to a simplifiedUrlList"
May 3 2020
@elvisangelaccio
copySelectedItems() is already used to copy to clipboard. See L365.
May 2 2020
- Connect to copyingDone to update m_selectedUrls
- Instead of append, change the value to a simplifiedUrlList
- Remove 'selected' from text
May 1 2020
Done :)
- Rename slotPasteJobResult to more generic slotJobResult
- Added error check when copying to other view
@dfaure is it good now? Anyone found anything else to fix and/or improve?
Apr 30 2020
- Update docbook
Apr 29 2020
One more fix and update.
Is it ok that nothing happens if a user wants to move a folder into one of it's subfolders?
If dolphin is launched from bash, one can see "Could not rename file /tmp/subfolder copy." if one tries to move /tmp/subfolder to /tmp/subfolder/subsub/
- Make moving only available if file is movable.
- Update docbook
Add functions into the Edit menu
Fix wrong naming
Changed to use KIO::copy and ::move - thanks @dfaure !
One thing, I almost forgot, what about the predefined keyboard shortcuts I've set? Keep as CTRL+F5/F6 or change to something else?
Use KIO copy and move instead of going trough the clipboard
Apr 24 2020
Also what kind of file do you copy, only local right ?
Yes, local files on local ssd that are in my home directory.
Apr 21 2020
Do I have to invoke thread apply all bt in gdb before or after I copy/move to the other view?
Tried it before, but couldn't get any info in gdb while dolphin stopped responding..
- Renamed some variables and changed some text for the new functions
- Merge branch 'master' of https://anongit.kde.org/dolphin into arcpatch-D29006
Thanks for the feedback and help!
Apr 20 2020
Merge and fix conflicts
I highly doubt it.
And thanks for reminding me. Will work on it in this week.
Apr 15 2020
Apr 14 2020
Apr 13 2020
Oct 18 2019
Searching and debugging and I just can't find the reason why.
So currently the counter works fine when the first image of a folder is opened and THEN one goes into fullscreen. But if one goes directly into fullscreen with the first image loaded, than it sets the counter to 0.
Removed comment that was used for the timer
Oct 16 2019
Remove timer. Use simple method call instead.
Reverted the timer to 0.
Now it works when switching to fullscreen. Next step: make the counter work properly when -f for fullscreen is used.
Revert timer and add additional updateDocumentCountLabel call
Oct 15 2019
Probably, I can't get to that case where it's so slow. But I am aware that it can happen.
Oct 13 2019
Oct 9 2019
Works fine. All buttons get proper focus on TAB now.
Sep 24 2019
Sep 12 2019
Sep 11 2019
Sep 5 2019
Edit if and add else if
Sep 4 2019
Same solution as here:
https://cgit.kde.org/spectacle.git/tree/src/Gui/KSMainWindow.cpp#n399