| 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
|
|
transparent background. Makes no big difference for styles like Plastique, but looks better for Oxygen.
svn path=/trunk/KDE/kdebase/apps/; revision=672302
|
|
the 'Name' column (occurs in combination with the Details View).
svn path=/trunk/KDE/kdebase/apps/; revision=670796
|
|
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
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=665571
|
|
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
|
|
keeping old directories in KDirLister
svn path=/trunk/KDE/kdebase/apps/; revision=662658
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=659519
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=659426
|
|
sense to adjust the URL automatically to the root URL of the column view
svn path=/trunk/KDE/kdebase/apps/; revision=654718
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=654010
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=654000
|
|
check the URL of the file item to find out whether the item is still part of the model. By this there is no need of keeping tracks for ongoing preview jobs.
svn path=/trunk/KDE/kdebase/apps/; revision=653989
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=653976
|
|
work anymore -> save the view properties immediately
svn path=/trunk/KDE/kdebase/apps/; revision=653958
|
|
directory after starting Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=653129
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=652471
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=652200
|
|
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using:
astyle --indent=spaces=4 --brackets=linux \
--indent-labels --pad=oper --unpad=paren \
--one-line=keep-statements --convert-tabs \
--indent-preprocessor \
`find -type f -name '*.cpp'` `find -type f -name '*.h'`
svn path=/trunk/KDE/kdebase/apps/; revision=651981
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=651766
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=651675
|
|
in kdelibs.
svn path=/trunk/KDE/kdebase/apps/; revision=649514
|
|
navigator. Yay!
svn path=/trunk/KDE/kdebase/apps/; revision=649452
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=649108
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=648929
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=648001
|
|
KDirLister::openUrl() twice for directories that have been loaded already)
svn path=/trunk/KDE/kdebase/apps/; revision=647979
|
|
KDirLister keep its old directories.
svn path=/trunk/KDE/kdebase/apps/; revision=647294
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=647276
|
|
Removed old unused kfileiconview.h header, fixed some unrelated missing includes due to that one being removed.
svn path=/trunk/KDE/kdebase/apps/; revision=647244
|
|
for QColumnView in Qt4.3!). Currently there is a problem when using the DolphinSortFilterProxyModel: some items get duplicated, but I doubt it's an issue in QColumnView (the same issue occurs when using QTreeView) -> further investigations necessary...
svn path=/trunk/KDE/kdebase/apps/; revision=647234
|
|
about code duplication.
Improved urlnavigator API to avoid exposing the full QList (api independent from implementation now).
svn path=/trunk/KDE/kdebase/apps/; revision=646954
|
|
dialog:
remove dependency on DolphinSettings::bookmarkManager().
svn path=/trunk/KDE/kdebase/apps/; revision=646880
|
|
best solution performance-wise... use a QList instead.
svn path=/trunk/KDE/kdebase/apps/; revision=646813
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=646256
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=645516
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=644795
|
|
should be a better to apply a gray effect to cut items
svn path=/trunk/KDE/kdebase/apps/; revision=644763
|
|
contents position to 0/0 (step 2 will be committed after the BIC Monday...).
svn path=/trunk/KDE/kdebase/apps/; revision=644237
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=644061
|
|
the DolphinContextMenu (currently only used by the tree view).
svn path=/trunk/KDE/kdebase/apps/; revision=643572
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=642982
|
|
make it possible to have it also inside the treeview sidebar.
svn path=/trunk/KDE/kdebase/apps/; revision=642953
|