| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=666125
|
|
extensions like ".gif", ".txt" etc. The inconvenient part is if the item name is something like "cmake-2.4.5", where the version number does not count as extension (-> the whole string should be selected in this case).
This patch should fix the problem...
Examples (name -> selected string):
"Image.gif" -> "Image"
"package.tar.gz" -> "package"
"cmake-2.4.5" -> "cmake-2.4.5"
"Image.1.12.gif" -> "Image.1.12"
"Image.tar.1.12.gz" -> "Image"
svn path=/trunk/KDE/kdebase/apps/; revision=666118
|
|
'Move To Trash' and 'Delete' actions. This setting is used by konq_operations.cc and shared with Konqueror.
svn path=/trunk/KDE/kdebase/apps/; revision=666103
|
|
information is send
- remove unused method
svn path=/trunk/KDE/kdebase/apps/; revision=665973
|
|
Dolphin (is off per default)
- some minor naming cleanups
BUG: 145168
svn path=/trunk/KDE/kdebase/apps/; revision=665964
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=665855
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=665696
|
|
- provide meta information when hovering items
- don't increase the sidebar width, if the item name is longer than the available width
svn path=/trunk/KDE/kdebase/apps/; revision=665646
|
|
the column view as new base for the secondary view
svn path=/trunk/KDE/kdebase/apps/; revision=665630
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=665612
|
|
- allow to drag items within the tree
- expand nodes automatically during a drag & drop operation
svn path=/trunk/KDE/kdebase/apps/; revision=665588
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=665573
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=665571
|
|
URLs like "dolphin ftp://ftp.kde.org/" works too (thanks to David Faure)
[1] I hope this does not get a neverending story ;-)
svn path=/trunk/KDE/kdebase/apps/; revision=665393
|
|
replace it by a more generic approach
svn path=/trunk/KDE/kdebase/apps/; revision=665386
|
|
directory (patch submitted by Max Blazejak)
svn path=/trunk/KDE/kdebase/apps/; revision=665320
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=665316
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=665189
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=665169
|
|
synchronized with the current directory
svn path=/trunk/KDE/kdebase/apps/; revision=665104
|
|
- rename gridWidth() and gridHeight() settings property to itemWidth() and itemHeight() to avoid confusion with the grid size property of QListView
- assure that the grid spacing is respected
- decrease default text width
- allow having more than 1 text line doing a proper wrapping
svn path=/trunk/KDE/kdebase/apps/; revision=665097
|
|
assigned to a QStyleOptionViewItem object later on (QStyleOptionViewItem AbstractItemView::viewOptions() const) -> enable the wrapping in the QListView itself.
svn path=/trunk/KDE/kdebase/apps/; revision=664830
|
|
don't specify Qt::ElideNone
svn path=/trunk/KDE/kdebase/apps/; revision=664803
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=664542
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=664331
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=664086
|
|
column, all other columns behave as viewport area
svn path=/trunk/KDE/kdebase/apps/; revision=663861
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=663779
|
|
* do a text wrapping if the number of lines is > 1 (TODO: bugfix of KFileItemDelegate necessary, currently the text might overlap with the icon)
* increase the height for the text area if an additional information like type, date, ... is shown
svn path=/trunk/KDE/kdebase/apps/; revision=663320
|
|
View, Details View or Columns View have been changed
svn path=/trunk/KDE/kdebase/apps/; revision=663282
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=663054
|
|
assures that no performance and memory overhead is given when the TreeView is not used at all.
svn path=/trunk/KDE/kdebase/apps/; revision=662771
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=662694
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=662690
|
|
keeping old directories in KDirLister
svn path=/trunk/KDE/kdebase/apps/; revision=662658
|
|
svn path=/trunk/KDE/kdebase/libkonq/; revision=662159
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=662129
|
|
If compilation fails, update and install kdelibs/interfaces/terminal
svn path=/trunk/KDE/kdebase/apps/; revision=662060
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=661990
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=661960
|
|
the embedded terminal
svn path=/trunk/KDE/kdebase/apps/; revision=661959
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=661899
|
|
opening a separate window. This allows to synchronize the current directory of the terminal with the shown directory in Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=661890
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=661865
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=661864
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=661819
|
|
section etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=661815
|
|
of the settings dialog is remembered (grmpf - I should do more testing... ;-))
svn path=/trunk/KDE/kdebase/apps/; revision=661511
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=661508
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=660582
|