lp:~blue-shell/kde-baseapps/netrunner_4.10
- Get this branch:
- bzr branch lp:~blue-shell/kde-baseapps/netrunner_4.10
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/blue-shell/folderview.git,branch=netrunner%2F4.10.
Last successful import was .
Recent revisions
- 17904. By Josef Weidendorfer <email address hidden>
-
FSView: skip /proc, /dev, /sys
Solves main issue in bug 273202 by not recursing
down some paths. However, it may be better to not
cross mount points instead.BUG: 273202
- 17902. By Vishesh Handa <email address hidden>
-
Dolphin Search Date: Set the proper date
QDate's api is not that intuitive and the addDays functions return a
QDate with those amount of days. They do not modify the original QDate.BUG: 321198
- 17901. By Emmanuel Pescosta <email address hidden>
-
Use the target url of a item when creating the QMimeData in KFileItemModel:
:createMimeData . BUG: 307336
FIXED-IN: 4.10.5
REVIEW: 111209 - 17900. By Frank Reininghaus <email address hidden>
-
Prevent possible infinite recursion in ViewProperties
If each directory can have its own view properties, and loadting the
.directory file fails in a directory, we have to load the global view
properties. However, if we try to do this by changing the "global view
properties setting" and loading the view properties for the same
directory again, we might get an infinite recursion if changing the
setting fails.We now force a loading of the global view properties by constructing a
new ViewProperties object with an empty URL.Thanks to Kurt Hindenburg for helping to debug this issue (which was
only reproducible on MacOS).BUG: 316209
FIXED-IN: 4.10.5
REVIEW: 111182 - 17899. By Frank Reininghaus <email address hidden>
-
Allow renaming multiple files without number if extensions are different
Normally, we only allow renaming multiple files if the new file name
contains a contiguous sequence of '#' placeholders, which are then
replaced by numbers.However, if all extensions are different, we can also rename the files
without such a placeholder because the original extension is preserved
when renaming.This had been possible some time ago already. That this "accidental
feature" was lost was a side effect of the fix for bug 318942.BUG: 321234
FIXED-IN: 4.10.5
REVIEW: 111079 - 17898. By Emmanuel Pescosta <email address hidden>
-
Prevent the selection rectangle from being reduced to 0px
width or 0px height, so the selected items can not be accidently
unselected when the rectangle width/height becomes 0px.BUG: 320897
REVIEW: 111144
FIXED-IN: 4.10.5 - 17897. By DA
-
Save the current session information to disk when it changes and remove the file
when Konqueror is shutdown properly.Note this is mainly a fix for the regression caused by my prior commit that prevented
Konqueror from doing tons of stat calls.REVIEW: 111048
- 17896. By Frank Reininghaus <email address hidden>
-
Ensure that the "Sort by Type" setting is respected
Before this commit, switching from, e.g., "Sort by Name" to "Sort by
Type" sometimes had no effect until the view was refreshed. The problem
was that the re-sorting was triggered before the type information was
actually added to the model.BUG: 310705
BUG: 312014
FIXED-IN: 4.10.5
REVIEW: 111004
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)