┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2007-05-26reanimate properties dialog (thanks to Laurent Montel for fixing it in the ↵Peter Penz
tree view!) svn path=/trunk/KDE/kdebase/apps/; revision=668453
2007-05-26display properties dialogboxLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=668442
2007-05-26Fix signal/slotLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=668440
2007-05-26allow to reset all settings to default valuesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=668398
2007-05-26remember the size of dialogsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=668385
2007-05-20also compile without HAVE_KMETADATAAndré Wöbbeking
svn path=/trunk/KDE/kdebase/apps/; revision=666761
2007-05-19EBN fixes (thanks to Max Blazejak!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666387
2007-05-19- rename m_name to m_nameLabel for consistencyPeter Penz
- 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
2007-05-19internal cleanup; additional meta information can be shown now, although ↵Peter Penz
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
2007-05-19minor coding guideline fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666375
2007-05-19performance optimization: don't retrieve the meta information immediately ↵Peter Penz
when changing the item selection, wait 300 ms until no selection change has been done svn path=/trunk/KDE/kdebase/apps/; revision=666342
2007-05-19include cleanupPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666303
2007-05-19Make the test link (moving renamedialog to libdolphinprivate since we'll ↵David Faure
need that feature in the part anyway) svn path=/trunk/KDE/kdebase/apps/; revision=666229
2007-05-18EBN fixes + minor coding guideline fixes (thanks to Max Blazejak!).Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666164
2007-05-18although not required at the moment, this alignment makes sense with the ↵Peter Penz
improved KFileItemDelegate implementation from Fredrik (hope Fredrik commits on Monday :-)) svn path=/trunk/KDE/kdebase/apps/; revision=666163
2007-05-18David Faure wrote:Peter Penz
> 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
2007-05-18grmpf - forgot to remove the kDebug() statement in my previous commit...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666125
2007-05-18When renaming items in Dolphin, only the name should be selected, not the ↵Peter Penz
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
2007-05-18Allow to configure whether an asking for confirmation should be done for the ↵Peter Penz
'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
2007-05-18- assure that when hovering the viewport that an empty request for item ↵Peter Penz
information is send - remove unused method svn path=/trunk/KDE/kdebase/apps/; revision=665973
2007-05-18- allow to configure that the filter bar should be shown after starting ↵Peter Penz
Dolphin (is off per default) - some minor naming cleanups BUG: 145168 svn path=/trunk/KDE/kdebase/apps/; revision=665964
2007-05-18ignore spontaneous show events (thanks to Dominik Haumann for pointing this out)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=665855