┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
AgeCommit message (Expand)Author
2010-10-06Restore the cursor if the URL has been changed. This assures that the pointin...Peter Penz
2010-10-06Apply the cursor asynchronously. This fixes the issue that a pointing-hand cu...Peter Penz
2010-10-06Use a pointing-hand cursor when hovering items as discussed on http://lists.k...Peter Penz
2010-10-05Prevent that icons overlap in Details View when zooming.Frank Reininghaus
2010-10-05SVN_SILENT: Remove commented (and obsolete) codePeter Penz
2010-10-05Fix minor regression resulted by the previous commit: The m_newName-member ma...Peter Penz
2010-10-05- Integrate the patch from Matthias Fuchs from http://reviewboard.kde.org/r/5...Peter Penz
2010-09-28Fix issue that tooltip-labels might get clipped (this regression has been int...Peter Penz
2010-09-25Use KStringHandler::preProcessWrap() when calculating the width of aFrank Reininghaus
2010-09-22Unbelievable: I simply forgot to implement the Stop-action in Dolphin since K...Peter Penz
2010-09-22Add a small invisible margin to the selection toggle in case the item-height ...Peter Penz
2010-09-22If 'remember view-properties' is selected, store the .directory files only if...Peter Penz
2010-09-22Fix issue, that the details-view has no size and date column in the following...Peter Penz
2010-09-21SVN_SILENT: There is no plural for "information"Peter Penz
2010-09-21It was a bad idea to store the enabled additional-information as bit-values: ...Peter Penz
2010-09-21SVN_SILENT made messages (.desktop file)Script Kiddy
2010-09-21Does not use bitwise operators on booleans. Thanks to dfaure for pointing it ...Matthias Fuchs
2010-09-20Disables the rename button if no name or an identical name has been specified.Matthias Fuchs
2010-09-04Further optimizations for calculating the width of columnsPeter Penz
2010-09-04The row-count cannot be 0 at this part of the code.Peter Penz
2010-09-04Use the size-hint provided by the item-delegate to calculate the required wid...Peter Penz
2010-09-04Never ignore the view-properties if "Use common view properties for all folde...Peter Penz
2010-09-04When searching for files, as default view the details view is used showing th...Peter Penz
2010-09-04Fix issue that an old preview might be shown in a tooltip. Cool bug-id btw ;-)Peter Penz
2010-08-30Move dolphin's statusbar message-label (the one with support for errors and a...David Faure
2010-08-29Avoid the unnecessary construction of a KIconEffect by using the one provided...Jonathan Michael Thomas
2010-08-27Context-menu cleanups:Peter Penz
2010-08-19Set the toggle invisible, if a mouse button has been pressed outside the togg...Peter Penz
2010-08-19Initialize the zoom slider correctly on startup (regression introduced in 4.5.0)Peter Penz
2010-08-19Fix wrong behavior (or triggering of an assertion in the debug mode), if "Go ...Peter Penz
2010-08-19Fix crash in column view because of a dangling pointer to a selection model. ...Peter Penz
2010-08-09Update to use the changed signature of the metaDataRequestFinished signal.Peter Penz
2010-08-07Fix spelling errors reported by crazyPeter Penz
2010-08-07krazy fix: Use QString::clear() instead of assigning an empty string.Peter Penz
2010-08-07krazy fixes: use proper include guardPeter Penz
2010-08-03SVN_SILENT made messages (.desktop file)Script Kiddy
2010-08-02Remove the workaround to show the tooltip temporary on a hidden position, to ...Peter Penz
2010-07-24Sourcecode hierarchy cleanup: Move folders "tooltips" and "versioncontrol" in...Peter Penz
2010-07-24Sourcecode hierarchy cleanup: Move further files from src to src/viewsPeter Penz
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related sou...Peter Penz