| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=681118
|
|
doubleClick() dependent from the global KDE single/double click setting
svn path=/trunk/KDE/kdebase/apps/; revision=680990
|
|
click setting within KDE
svn path=/trunk/KDE/kdebase/apps/; revision=680989
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=680979
|
|
initial fix done by Rafael):
* Open Dolphin. Enable categorization.
* Split the view. Disable categorization on the right one.
* Join the views.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=680956
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=680810
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=680656
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=680643
|
|
value of
the opacity and the break-of-unification between QListView and KListView. This
will be removed for sure, just for testing reasons.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=680555
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=680550
|
|
* Open Dolphin. Enable categorization.
* Split the view. Disable categorization on the right one.
* Join the views.
I am not sure if this is the best way to proceed for this small bug. Please Peter, take a look.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=680499
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=680368
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=680285
|
|
we have columnview too...)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=680283
|
|
Ctrl+Click a subset, and those items selected were deselected
svn path=/trunk/KDE/kdebase/apps/; revision=679315
|
|
I think we can live with this speed for now
svn path=/trunk/KDE/kdebase/apps/; revision=679308
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=679265
|
|
* Move "not tagged" elements to the end. We sort the rest (when they have tags), but keep untagged elements (the category) at the end of the view, since the user had
"less" interest on them.
* Break the law again of "dirs first". If we have on a folder only a tagged file (and is a file) and the rest are folders, that file goes first, since it was tagged.
* If we are on the same category, dirs go first. Here we make them citizens of first class.
* Commas instead of spaces when building categories for tags, they make it more readable and less error-prone (we can have tags "a", "dog" and "a dog" as tags, right?,
so spaces here make the thing a bit hard to distinguish, I have two tags "a", "dog", or the tag "a dog") ;)
* Return an empty string when the item is not tagged at the method tagsForIndex. This way we always show untagged items the latest ones very easily (without nasty string
checks). We will let the categorizer put a fancy name for them, if the returned string was empty.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=679097
|
|
sorting by "rating", but we must get a feeling first how we use the Nepomuk API before thinking about caching...
svn path=/trunk/KDE/kdebase/apps/; revision=678957
|
|
regular files. The user said that was more interesting for him/her, so we respect his/her
decision. In this case folders and files are citizens of the same class.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=678894
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=678876
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=678853
|
|
"Show in Groups" feature. Although still slow, it basically works. All the code is based on Rafael Fernández López patch available at http://media.ereslibre.es/2007/06/dolphin-21062007.diff.
svn path=/trunk/KDE/kdebase/apps/; revision=678801
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=678661
|
|
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=678434
|
|
drop :P), and the selection rect is shown.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=678293
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=678184
|
|
work together with the menu actions
svn path=/trunk/KDE/kdebase/apps/; revision=678175
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=678172
|
|
(depends from the current column)
svn path=/trunk/KDE/kdebase/apps/; revision=678166
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=678067
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=678063
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=677932
|
|
http://techbase.kde.org/Policies/Kdelibs_Coding_Style
* minor speed improvements by moving QString, QVariant, KDateTime, ... declarations inside inner scopes; further speed improvements should be possible, but lets do it step by step...
svn path=/trunk/KDE/kdebase/apps/; revision=677719
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=677715
|
|
(and nicer) method signature
svn path=/trunk/KDE/kdebase/apps/; revision=677710
|
|
categorized view, and now it has been disabled (the categorized
view)"
svn path=/trunk/KDE/kdebase/apps/; revision=677706
|
|
the column view this URL can differ from the navigator URL
svn path=/trunk/KDE/kdebase/apps/; revision=677704
|
|
for now. Anyway we can adapt it to fit better in the context.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=677702
|
|
are in IconMode, not in a mode
different than ListMode. Fix some comments.
svn path=/trunk/KDE/kdebase/apps/; revision=677668
|
|
turned off and a switch is done from another view mode
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=677667
|
|
have defined this function on kdefakes library, so we have it KDE wide.
BUG: 146963
svn path=/trunk/KDE/kdebase/apps/; revision=677663
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=677660
|
|
when a new DolphinViewContainer has been created (happens on startup or when a view is split)
* get rid of redundant parameter in constructors of DolphinView and DolphinViewContainer
svn path=/trunk/KDE/kdebase/apps/; revision=677654
|
|
* same for the viewproperties dialog: don't hide "Show in Groups" under "Sorting"
svn path=/trunk/KDE/kdebase/apps/; revision=677641
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=677356
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=677336
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=677250
|
|
symbols, we wait for the first letter to categorize it. "((a.txt" goes on category "A", ")2.txt"
goes on category "Others".
svn path=/trunk/KDE/kdebase/apps/; revision=677225
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=677179
|