┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels
AgeCommit message (Collapse)Author
2011-04-10Folders Panel: Don't open the properties dialog modalPeter Penz
BUG: 270484 FIXED-IN: 4.7.0
2011-03-10Fix enabled/disabled issue for the Search PanelPeter Penz
2011-03-10Add search modes for the Search PanelPeter Penz
The search panel must get a hint whether clicking on the facets should result in searching everywhere or from the current folder. It is not sufficient to check the search-settings of the "Find:"-box, as when the "Find:"-box is invisible there is no hint for the user what kind of searching is done and the setting must be ignored.
2011-03-10Fix some search issuesPeter Penz
- Always merge the query from the "Find:"-field with the current facet-query. This assures that the facet-query never gets overwritten if the user changes the "Find:"-field. - Always trigger a searching if the text of the "Find:"-field has been cleared. Still a lot of usability issues are left, but this is at least a first step...
2011-03-09Remove kDebug() outputPeter Penz
2011-03-09Add (renamed) files searchpanel*Peter Penz
Thanks to Sebastian Dörner for the notification.
2011-03-09Rename the "Filter Panel" to "Search Panel"Peter Penz
Bug reports indicate that users are confused by the term "filter" for this.
2011-02-19Use the new KIO::PreviewJob APIPeter Penz
This makes it unnecessary to manually apply the plugins. See https://git.reviewboard.kde.org/r/100578/ for more details.
2011-02-10revert ed4f9d3e11e66dd5ef136c3fac874ac5f53ec91aChristoph Thielecke
2011-02-10compile fix: includes does only exist with old names, please fix kde headers tooChristoph Thielecke
2011-02-09Coding style update for pointer comparisonPeter Penz
Most developers seem to prefer if (ptr) ... if (!ptr) ... in comparison to if (ptr != 0) ... if (ptr == 0) ... Adjusted the Dolphin-code to use the "most-prefered style" to make contributors happy.
2011-02-09Use capitalized includes of recently committed kdelibs headersPeter Penz
2011-02-04Update e-mail address from [email protected] to [email protected]Peter Penz
2011-02-04Use capitalized KDE includesPeter Penz
2011-02-03Fix 3 issues reported by "krazy"Peter Penz
2011-02-02Fix visibility- and enabled-issues for the filter-panelPeter Penz
The filter-panel should be disabled if the current folder is not indexed at all. Also when triggering a "Find" the filter-panel should stay invisible per default when the current folder is not indexed. CCBUG: 264969
2011-02-02Provide a default size-hint for all panelsPeter Penz
This fixes the issue that the initial size of the Filter Panel is too small.
2011-01-18Assure that the enabled plugins for previews are set for the Information ↵Peter Penz
Panel and the tooltips. This fixes the issue that a disabled thumbnail-plugin might be chosen. For 4.7 it should be considered to move this code into KIO::filePreview() as default already (will provide a patch on the reviewboard). svn path=/trunk/KDE/kdebase/apps/; revision=1215459
2011-01-17Don't assure the visibility of the leaf, if another directory has been ↵Peter Penz
opened by the [+]-toggle. CCBUG: 263344 svn path=/trunk/KDE/kdebase/apps/; revision=1214979
2011-01-15If the searching has been triggered by clicking on a facet and the facet ↵Peter Penz
gets reset again, assure that not all indexed files are shown. Instead return to the previous state before the searching has been started. svn path=/trunk/KDE/kdebase/apps/; revision=1214634
2011-01-14Move the FileMetaDataConfigurationDialog from "settings" to ↵Peter Penz
"panels/information", as it is not used anymore for the tooltips and only in the information panel. svn path=/trunk/KDE/kdebase/apps/; revision=1214480
2010-12-31Lock panels per default and allow to unlock them like in Amarok.Peter Penz
BUG: 229811 FIXED-IN: 4.7.0 svn path=/trunk/KDE/kdebase/apps/; revision=1210424
2010-11-27Use KFileItem::targetUrl() instead of KFileItem::url().Vishesh Handa
This fixes previews for Nepomuk Search results. svn path=/trunk/KDE/kdebase/apps/; revision=1201458
2010-11-18* Fixed performer facetSebastian Trueg
* Always use FileQuery which is much faster than normal queries svn path=/trunk/KDE/kdebase/apps/; revision=1198420
2010-11-17Fix Qt runtime warning "QTimeLine::start: already running".Frank Reininghaus
svn path=/trunk/KDE/kdebase/apps/; revision=1198200
2010-11-16There is no need to use a regular expression to get all files.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1197827
2010-11-12Fix issue that no filtering is possible if the Filter Panel is used outside ↵Peter Penz
the "Find" mode of Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=1196029
2010-11-11Remove the "Remove folder restriction" button from the Filter Panel as ↵Peter Penz
discussed with Sebastian Trüg. This will be replaced by the "From Here" and "Everywhere" buttons later. svn path=/trunk/KDE/kdebase/apps/; revision=1195690
2010-11-11Disable the Facet Panel if Nepomuk is disabled (at least for 4.6, hopefully ↵Peter Penz
in 4.7 we can also provide Facets that don't require a running Nepomuk) svn path=/trunk/KDE/kdebase/apps/; revision=1195658
2010-11-11Block signals from the facet-widget when applying a query. This prevents ↵Peter Penz
recursive URL changes. svn path=/trunk/KDE/kdebase/apps/; revision=1195637
2010-11-10Cleanup KLibLoader use.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=1195243
2010-11-08* Adjusted to the small API changes in libnepomukSebastian Trueg
* Fancy facets. svn path=/trunk/KDE/kdebase/apps/; revision=1194431
2010-11-07Remove patch from SVN commit 1126336: It has sideeffects if the removed ↵Peter Penz
entry still shows a valid content. BUG: 244021 BUG: 250405 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1193904
2010-11-04Fix issue that moving the mouse above the viewport might trigger showing the ↵Peter Penz
meta-information of an only shortly hovered file. svn path=/trunk/KDE/kdebase/apps/; revision=1193131
2010-11-04Adjust code to the changed signal of the Nepomuk facet-widget.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1193123
2010-11-03Use a ':' as end of the label instead of a '.', even if the label is ↵Peter Penz
top-aligned. svn path=/trunk/KDE/kdebase/apps/; revision=1192621
2010-10-29If the signal sliderMoved() is emitted, always valueChanged() is emitted too ↵Peter Penz
-> no need to connect to sliderMoved() svn path=/trunk/KDE/kdebase/apps/; revision=1191107
2010-10-29If the vertical scrollbar got triggered by the wheel, the autoscrolling ↵Peter Penz
should be reactivated too. svn path=/trunk/KDE/kdebase/apps/; revision=1191100
2010-10-29Don't do an automatic horizontal scrolling, if the user has adjusted the ↵Peter Penz
horizontal scrollbar. The autoscrolling gets reactivated again if the vertical scrollbar has been moved by the user. svn path=/trunk/KDE/kdebase/apps/; revision=1191098
2010-10-27Set icons for the rename- and properties-action of the Folders Panels ↵Peter Penz
context-menu. svn path=/trunk/KDE/kdebase/apps/; revision=1190486
2010-10-27- Allow to disable the automatic horizontal scrolling of the Folders PanelPeter Penz
- Remember the 'Show Hidden Files' setting - Improve the autoscroll behavior - Fix issue that expanding folders might not increase the horizontal width - Fix issue that the selected item might get hidden by the horizontal scrollbar BUG: 191787 FIXED-IN: 4.6.0 CCMAIL: [email protected]> svn path=/trunk/KDE/kdebase/apps/; revision=1190479
2010-10-27Postpone the initialization of the filter-panel until it is shown. This ↵Peter Penz
prevents overhead if the filter-panel is disabled. svn path=/trunk/KDE/kdebase/apps/; revision=1190460
2010-10-27- Automatically show the filter-panel when a searching is donePeter Penz
- Remove filter-prototypes that conflict with the filterpanel svn path=/trunk/KDE/kdebase/apps/; revision=1190445
2010-10-27Rename FacetPanel to FilterPanel so that the name reflects the headline.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1190370
2010-10-26Apply the facets-patch written by Sebastian Trüg, which allows to filter ↵Peter Penz
search results in a very comfortable way. A lot of finetuning is necessary (e.g. the custom filter-prototypes from Dolphin will get removed etc). This will be done during the next weeks. svn path=/trunk/KDE/kdebase/apps/; revision=1189951
2010-10-07Reset the file-item when the viewport is entered and files are selected. ↵Peter Penz
Otherwise the information of the file-item will be shown instead of the selection. svn path=/trunk/KDE/kdebase/apps/; revision=1183544
2010-10-07Internal cleanups to assure that the asynchronous request for the ↵Peter Penz
folder-information works reliable when switching between directories. svn path=/trunk/KDE/kdebase/apps/; revision=1183537
2010-10-07Internal cleanup for panels: Let the panel-implementations decide whether ↵Peter Penz
they accept an URL or not. svn path=/trunk/KDE/kdebase/apps/; revision=1183480
2010-10-07Ignore search-results in the treeview, as showing equal directory names ↵Peter Penz
without path makes no sense. svn path=/trunk/KDE/kdebase/apps/; revision=1183472
2010-10-05- Integrate the patch from Matthias Fuchs from ↵Peter Penz
http://reviewboard.kde.org/r/5496 to allow having leading zeros when renaming files: E.g. Using the name "A ###.jpg" results in the filenames "A 001.jpg", "A 002.jpg"... The patch could be simplified a little bit by guaranting only one connective sequence of #'s. - Move the renaming code into the RenameDialog CCMAIL: [email protected] BUG: 226761 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1182776