┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-11-05Take care to not reset the preview-settings if they have not been changed.Peter Penz
2010-11-05Take care to listen for changes of the settings-widgets after loadSettings() ...Peter Penz
2010-11-05Rename the setter showFilterBar() to setFilterBarVisible().Peter Penz
2010-11-05SVN_SILENT: fix typoPeter Penz
2010-11-05If the user has changed the startup settings, they should also get applied to...Peter Penz
2010-11-05Fix issue that the horizontal scrollbar is not updated correctly when resizin...Peter Penz
2010-11-04Fix issue that moving the mouse above the viewport might trigger showing the ...Peter Penz
2010-11-04Adjust code to the changed signal of the Nepomuk facet-widget.Peter Penz
2010-11-04Interface cleanup: The DolphinView should not expose QAbstractItemView-specif...Peter Penz
2010-11-04Use the ontologies compiled into libnepomukTobias Koenig
2010-11-03Use a ':' as end of the label instead of a '.', even if the label is top-alig...Peter Penz
2010-11-01Added implementation of the FileInfoExtension to allow KPart plugins to obtai...Dawit Alemayehu
2010-11-01Assure that always the search-box is shown instead of the URL-navigator if a ...Peter Penz
2010-10-31SVN_SILENT made messages (.desktop file)Script Kiddy
2010-10-29If the signal sliderMoved() is emitted, always valueChanged() is emitted too ...Peter Penz
2010-10-29If the vertical scrollbar got triggered by the wheel, the autoscrolling shoul...Peter Penz
2010-10-29Don't do an automatic horizontal scrolling, if the user has adjusted the hori...Peter Penz
2010-10-29It's easier to put functionality that is used by many unit tests intoFrank Reininghaus
2010-10-29Fix build-issue if Nepomuk is not available.Peter Penz
2010-10-27Set icons for the rename- and properties-action of the Folders Panels context...Peter Penz
2010-10-27- Allow to disable the automatic horizontal scrolling of the Folders PanelPeter Penz
2010-10-27Postpone the initialization of the filter-panel until it is shown. This preve...Peter Penz
2010-10-27Move "Filter"-action to the bottom and apply icon + shortcutPeter Penz
2010-10-27- Automatically show the filter-panel when a searching is donePeter Penz
2010-10-27showMenuBar is deprecated, use showHideMenuBar instead.Kevin Ottens
2010-10-27Rename FacetPanel to FilterPanel so that the name reflects the headline.Peter Penz
2010-10-26Fix build issues if Nepomuk is not availablePeter Penz
2010-10-26Apply the facets-patch written by Sebastian Trüg, which allows to filter sea...Peter Penz
2010-10-26SVN_SILENT made messages (.desktop file)Script Kiddy
2010-10-25Add some debug output to DolphinDetailsViewTestFrank Reininghaus
2010-10-25- Add support for file item actions (see http://reviewboard.kde.org/r/5659/)Peter Penz
2010-10-22Link with gold, KDirModel is in KIO. Also remove redundantAndreas Hartmetz
2010-10-22Add a second Dolphin unit test (for a regression in DolphinDetailsViewFrank Reininghaus
2010-10-21Link with goldAndreas Hartmetz
2010-10-21Add a first unit test for Dolphin, which verifies that the fix for oneFrank Reininghaus
2010-10-19actually install the .desktop files as executablesOswald Buddenhagen
2010-10-19MinorLaurent Montel
2010-10-18Provide icon for LocallyModifiedUnstaged versions of a filePeter Penz
2010-10-15It is a valid use-case that m_itemView is 0.Peter Penz
2010-10-15Enable dropping of raw data, like one could do in KDE3. It's actually working...David Faure
2010-10-13The &-shortcut from another action is not set until the action has been shown...Peter Penz
2010-10-10Update the statusbar also during loading the items, not only after the loadin...Peter Penz
2010-10-10compile in debug mode (asserts enabled)Andreas Hartmetz
2010-10-10Automatically start the searching if the user did not change the search-text ...Peter Penz
2010-10-10SVN_SILENT: documentation fixesPeter Penz
2010-10-10Internal cleanup: Remove some public toggle-slots from DolphinView. Setters- ...Peter Penz
2010-10-10Internal cleanup: Remove public method selectedUrls() from DolphinView to kee...Peter Penz
2010-10-09* Increase the column-width automatically in case where the name of the file ...Peter Penz
2010-10-09After disconnecting and reconnecting to the selectionChangedSignal() it must ...Peter Penz
2010-10-09Move the "Add to Places" action upwards when used on the viewport to stay con...Peter Penz