┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels
AgeCommit message (Expand)Author
2010-11-18* Fixed performer facetSebastian Trueg
2010-11-17Fix Qt runtime warning "QTimeLine::start: already running".Frank Reininghaus
2010-11-16There is no need to use a regular expression to get all files.Peter Penz
2010-11-12Fix issue that no filtering is possible if the Filter Panel is used outside t...Peter Penz
2010-11-11Remove the "Remove folder restriction" button from the Filter Panel as discus...Peter Penz
2010-11-11Disable the Facet Panel if Nepomuk is disabled (at least for 4.6, hopefully i...Peter Penz
2010-11-11Block signals from the facet-widget when applying a query. This prevents recu...Peter Penz
2010-11-10Cleanup KLibLoader use.Kevin Ottens
2010-11-08* Adjusted to the small API changes in libnepomukSebastian Trueg
2010-11-07Remove patch from SVN commit 1126336: It has sideeffects if the removed entry...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-03Use a ':' as end of the label instead of a '.', even if the label is top-alig...Peter Penz
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-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-27- Automatically show the filter-panel when a searching is donePeter Penz
2010-10-27Rename FacetPanel to FilterPanel so that the name reflects the headline.Peter Penz
2010-10-26Apply the facets-patch written by Sebastian Trüg, which allows to filter sea...Peter Penz
2010-10-07Reset the file-item when the viewport is entered and files are selected. Othe...Peter Penz
2010-10-07Internal cleanups to assure that the asynchronous request for the folder-info...Peter Penz
2010-10-07Internal cleanup for panels: Let the panel-implementations decide whether the...Peter Penz
2010-10-07Ignore search-results in the treeview, as showing equal directory names witho...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 no content is shown in the Information Panel on startupPeter Penz
2010-08-29Avoid the unnecessary construction of a KIconEffect by using the one provided...Jonathan Michael Thomas
2010-08-24remove unused includes (found when grepping for stuff)David Faure
2010-08-17Hide the Phonon-widget per default, otherwise it will temporary be shown duri...Peter Penz
2010-08-07Fix spelling errors reported by crazyPeter Penz
2010-08-07krazy fixes: let all .kcfg files be conform to KConfigXT schemaPeter Penz
2010-07-24Sourcecode hierarchy cleanup: Move class PixmapViewer from "src" to "src/pane...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
2010-07-24Unify the search interface for non-indexed and indexed foldersPeter Penz
2010-07-22Properly KIO::stat instead of simply using the KFileItem constructor whenSebastian Trueg
2010-07-10Fix forward declationLaurent Montel
2010-06-12Don't do a pre-process wrapping of the Information Panel headline, if it is a...Peter Penz
2010-05-29Use KStringHandler::preProcessWrap() to assure, that file names in the Inform...Peter Penz
2010-05-29Use QBoxLayout::addStretch() instead of adding a custom "stretch widget"Peter Penz
2010-05-29Fix the nasty layout reparenting by adding the InformationPanelContent into a...Peter Penz
2010-05-19Fix wrong description: The selection is meant for the information panel, not ...Peter Penz
2010-05-14Use the term "Select" instead of "Configure", as it is less technical (at lea...Peter Penz
2010-05-13If an information entry will be added to KFileItemDelegate (like done recentl...Peter Penz
2010-05-13Reset the location to the home URL, if a place has been removed (e. g. a DVD ...Peter Penz
2010-05-10Provide the destination of a symbolic link as a column in Dolphin'sFrank Reininghaus
2010-04-16The KFileMetaInfoWidget does not use a hardcoded small font anymore, so it mu...Peter Penz
2010-03-30Split the class DolphinController into the two classes DolphinViewController ...Peter Penz