| Age | Commit message (Collapse) | Author |
|
KPart into Konqueror (discussed with David Faure). A lot of refactoring of the DolphinView has been done:
- The DolphinView does not contain the URL navigator, the filterbar and the statusbar anymore. Those widgets have been moved to DolphinViewContainer.
- The DolphinView does not contain any reference to the main window anymore.
Currently there are some minor regressions (the statusbar shows less informations, renaming has been deactivated), but they will get fixed during the next days. Also still a lot of interface cleanups must be done, but let's just do it step by step...
svn path=/trunk/KDE/kdebase/apps/; revision=672692
|
|
DolphinViewWidget (as discussed with David)
svn path=/trunk/KDE/kdebase/apps/; revision=672357
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=672310
|
|
transparent background. Makes no big difference for styles like Plastique, but looks better for Oxygen.
svn path=/trunk/KDE/kdebase/apps/; revision=672302
|
|
with Oxygens gradiented background
svn path=/trunk/KDE/kdebase/apps/; revision=672293
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=672108
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=671813
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=671563
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=671357
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=671233
|
|
dynamically.
svn path=/trunk/KDE/kdebase/apps/; revision=671043
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=671034
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=671030
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=671018
|
|
(http://davigno.oxygen-icons.org/?p=43)
svn path=/trunk/KDE/kdebase/apps/; revision=671011
|
|
update!)
svn path=/trunk/KDE/kdebase/apps/; revision=671004
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=670948
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=670856
|
|
this code can be removed again when issue #160611 is solved in Qt 4.4.
svn path=/trunk/KDE/kdebase/apps/; revision=670851
|
|
this code can be removed again when issue #160611 is solved in Qt 4.4.
svn path=/trunk/KDE/kdebase/apps/; revision=670848
|
|
the 'Name' column (occurs in combination with the Details View).
svn path=/trunk/KDE/kdebase/apps/; revision=670796
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=670761
|
|
* Assure that the selection gets cleared if a click on the viewport is done.
svn path=/trunk/KDE/kdebase/apps/; revision=670759
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=670495
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=670248
|
|
slow) QRubberBand widget
svn path=/trunk/KDE/kdebase/apps/; revision=670234
|
|
a consistent behavior with the Icons View and the selection style of other file managers (in opposite to QListView it is not possible in QTreeView to show a rubberband automatically within Qt 4.3 :-().
svn path=/trunk/KDE/kdebase/apps/; revision=670181
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=669344
|
|
* Dolphin now handles multiple file selections properly in case of metadata.
svn path=/trunk/KDE/kdebase/apps/; revision=668954
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=668924
|
|
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
|