┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-06-13provide a common drawing method for the hover indication during drag & drop ↵Peter Penz
until issue/wish #160611 is solved in Qt4.4 svn path=/trunk/KDE/kdebase/apps/; revision=675042
2007-06-13fixed some activation issues in combination with split viewsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=674980
2007-06-12* allow to toggle the content of split views by the context menuPeter Penz
* minor cleanups in DolphinMainWindow svn path=/trunk/KDE/kdebase/apps/; revision=674713
2007-06-12assure that when switching the view mode from a column view to another view, ↵Peter Penz
that the URL from the dir lister is used instead of the URL from the navigator (has been temporary deactivated because of the DolphinView/DolphinViewContainer split) svn path=/trunk/KDE/kdebase/apps/; revision=674652
2007-06-12use "dialog-close" icon for closing the filterbarPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=674618
2007-06-12fix for languages having more than one plural form (thanks to Andrius ↵Peter Penz
Štikonas for the patch) svn path=/trunk/KDE/kdebase/apps/; revision=674576
2007-06-11Adapt Dolphin Nepomuk support to namespace changes.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=674158
2007-06-10SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=673683
2007-06-10don't reset the x-position to 0 in the Column View, if a new directory is loadedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=673500
2007-06-10Remember and restore position of viewport when reloading or going back in ↵Peter Penz
history (worked already before the DolphinView/DolphinViewContainer split). Minor open issue: the x-position of the Column View is reset to 0... svn path=/trunk/KDE/kdebase/apps/; revision=673498
2007-06-10don't connect to slots which are not available anymorePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=673397
2007-06-09allow to drop items to the URL navigator again (this was accidentally ↵Peter Penz
disabled because of the DolphinView/DolphinViewContainer split) svn path=/trunk/KDE/kdebase/apps/; revision=673254
2007-06-08added signals errorMessage(const QString&) and infoMessage(const QString&) ↵Peter Penz
for the DolphinView svn path=/trunk/KDE/kdebase/apps/; revision=672944
2007-06-08enable progress information in statusbar again (has been disabled temporary ↵Peter Penz
because of the DolphinView/DolphinViewContainer split) svn path=/trunk/KDE/kdebase/apps/; revision=672937
2007-06-08enable hovering information in the status bar again (has been disabled ↵Peter Penz
temporary because of the DolphinView/DolphinViewContainer split) svn path=/trunk/KDE/kdebase/apps/; revision=672931
2007-06-07remove unused signalPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=672703
2007-06-07assure that the view actions are updated when the split view is activatedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=672702
2007-06-07removed obsolete renaming code, which is not needed anymore due to the ↵Peter Penz
DolphinView/DolphinViewWidget split svn path=/trunk/KDE/kdebase/apps/; revision=672696
2007-06-07First big step to make it possible that the DolphinView can be embedded as ↵Peter Penz
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
2007-06-06start to simplify the DolphinController as preparation for the kparts ↵Peter Penz
DolphinViewWidget (as discussed with David) svn path=/trunk/KDE/kdebase/apps/; revision=672357
2007-06-06don't show a drop indicator if another column than the 'Name' column is hoveredPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=672310
2007-06-06Instead of darkening the background color of an inactive view, just use a ↵Peter Penz
transparent background. Makes no big difference for styles like Plastique, but looks better for Oxygen. svn path=/trunk/KDE/kdebase/apps/; revision=672302
2007-06-06assure that all statusbar elements use a transparent background to look nice ↵Peter Penz
with Oxygens gradiented background svn path=/trunk/KDE/kdebase/apps/; revision=672293
2007-06-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=672108
2007-06-05cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=671813
2007-06-05Removed some unnecessary includesMax Blazejak
svn path=/trunk/KDE/kdebase/apps/; revision=671563
2007-06-04Cleanups from KGraphicsUtils->KColorUtils (r671350)Matthew Woehlke
svn path=/trunk/KDE/kdebase/apps/; revision=671357
2007-06-04Remove not necessary "class classname;"Laurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=671233
2007-06-03Don't use a toggle action for "Split/Join" if the text and icon is changed ↵Peter Penz
dynamically. svn path=/trunk/KDE/kdebase/apps/; revision=671043
2007-06-03David Vignoni recommended to exchange the icon for "Preview"... Fixed now :-)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=671034
2007-06-03make the Viewproperties dialog less cluttered and smallerPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=671030
2007-06-03also toggle the text between "Split" and "Join" for the split actionPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=671018
2007-06-03update to David's suggestion for split view ↵Peter Penz
(http://davigno.oxygen-icons.org/?p=43) svn path=/trunk/KDE/kdebase/apps/; revision=671011
2007-06-03use "fileview-icon" instead of "view-icon" (thanks to David Vignoni for the ↵Peter Penz
update!) svn path=/trunk/KDE/kdebase/apps/; revision=671004
2007-06-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=670948
2007-06-02don't forget to clear the hover information when a drag leave event occursPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=670856
2007-06-02Provide a hover information when dragging items above other items. TODO: ↵Peter Penz
this code can be removed again when issue #160611 is solved in Qt 4.4. svn path=/trunk/KDE/kdebase/apps/; revision=670851
2007-06-02Provide a hover information when dragging items above other items. TODO: ↵Peter Penz
this code can be removed again when issue #160611 is solved in Qt 4.4. svn path=/trunk/KDE/kdebase/apps/; revision=670848
2007-06-02Fix issue that selection is not cleared when clicking on another column than ↵Peter Penz
the 'Name' column (occurs in combination with the Details View). svn path=/trunk/KDE/kdebase/apps/; revision=670796
2007-06-02Assure that the selection is cleared if a click on the viewport is done.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=670761
2007-06-02* Fix triggering an assertion when the elastic band is already hidden.Peter Penz
* Assure that the selection gets cleared if a click on the viewport is done. svn path=/trunk/KDE/kdebase/apps/; revision=670759
2007-06-01Slightly clearer checkbox names.Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=670495
2007-05-31pass alpha value in ctorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=670248
2007-05-31reimplemented rubberband handling in Details View without using the (quite ↵Peter Penz
slow) QRubberBand widget svn path=/trunk/KDE/kdebase/apps/; revision=670234
2007-05-31Provide a rubberband for the Details View when selecting items. This assures ↵Peter Penz
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
2007-05-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=669344
2007-05-28* Adapt KMetaData changes.Sebastian Trueg
* Dolphin now handles multiple file selections properly in case of metadata. svn path=/trunk/KDE/kdebase/apps/; revision=668954
2007-05-28use KGraphicsUtils::blendColor() instead of custom mixColors() methodPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=668924
2007-05-28create modal dialogs on stack as David suggestedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=668900
2007-05-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=668646