| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=668900
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=668646
|
|
tree view!)
svn path=/trunk/KDE/kdebase/apps/; revision=668453
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=668442
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=668440
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=668398
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=668385
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=666761
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=666387
|
|
- prevent that the m_nameLabel increases the size of the infosidebar if the text cannot get wrapped
svn path=/trunk/KDE/kdebase/apps/; revision=666383
|
|
this code path is deactivated currently because the system hangs when retreiving the meta information of a zip-file
svn path=/trunk/KDE/kdebase/apps/; revision=666379
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=666375
|
|
when changing the item selection, wait 300 ms until no selection change has been done
svn path=/trunk/KDE/kdebase/apps/; revision=666342
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=666303
|
|
need that feature in the part anyway)
svn path=/trunk/KDE/kdebase/apps/; revision=666229
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=666164
|
|
improved KFileItemDelegate implementation from Fredrik (hope Fredrik commits on Monday :-))
svn path=/trunk/KDE/kdebase/apps/; revision=666163
|
|
> Sounds like the kind of method that would benefit greatly from a unit test :)
OK, committing my first unit test for KDE. Although very minimal it's at least a start ;-) (currently deactivated as I've some problem in CMakeList.txt)
svn path=/trunk/KDE/kdebase/apps/; revision=666162
|
|
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
|