┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-04Use the ontologies compiled into libnepomukTobias Koenig
svn path=/trunk/KDE/kdebase/apps/; revision=1193072
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-11-01Added implementation of the FileInfoExtension to allow KPart plugins to ↵Dawit Alemayehu
obtain such information svn path=/trunk/KDE/kdebase/apps/; revision=1191993
2010-11-01Assure that always the search-box is shown instead of the URL-navigator if a ↵Peter Penz
Nepomuk-URL is requested. We still have to think about how to show queries that cannot be represented by the facet-widget, but at least it is sure that this kind of information should not be shown by the URL navigator. svn path=/trunk/KDE/kdebase/apps/; revision=1191912
2010-10-31SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1191511
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-29It's easier to put functionality that is used by many unit tests intoFrank Reininghaus
a common base class. I took that idea from Nepomuk's unit tests in kdelibs. svn path=/trunk/KDE/kdebase/apps/; revision=1191051
2010-10-29Fix build-issue if Nepomuk is not available.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1191041
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-27Move "Filter"-action to the bottom and apply icon + shortcutPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1190446
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-27showMenuBar is deprecated, use showHideMenuBar instead.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=1190390
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-26Fix build issues if Nepomuk is not availablePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1190010
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-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1189884
2010-10-25Add some debug output to DolphinDetailsViewTestFrank Reininghaus
I've seen the test fail due to timeout at http://my.cdash.org/index.php?project=kdebase&date= Maybe some debug output helps to find the cause for this. svn path=/trunk/KDE/kdebase/apps/; revision=1189677
2010-10-25- Add support for file item actions (see http://reviewboard.kde.org/r/5659/)Peter Penz
- Internal cleanups of DolphinContextMenu code svn path=/trunk/KDE/kdebase/apps/; revision=1189651
2010-10-22Link with gold, KDirModel is in KIO. Also remove redundantAndreas Hartmetz
QT_QTCORE_LIBRARY - KDE4_*_LIBS includes dependencies. svn path=/trunk/KDE/kdebase/apps/; revision=1188673
2010-10-22Add a second Dolphin unit test (for a regression in DolphinDetailsViewFrank Reininghaus
which has been fixed recently). This commit also adds a new class TestHelper which provides some funtionality that most Dolphin unit tests will need. I hope that this makes implementing additional tests as easy as possible :-) svn path=/trunk/KDE/kdebase/apps/; revision=1188536
2010-10-21Link with goldAndreas Hartmetz
svn path=/trunk/KDE/kdebase/apps/; revision=1188148
2010-10-21Add a first unit test for Dolphin, which verifies that the fix for oneFrank Reininghaus
of the problems related to Dolphin's modifications to QTreeView works as it should. This is only a small start, but I hope that we can cover at least the basic functionality of DolphinView, the three item views and possibly a couple of other classes with a rather stable API soon. svn path=/trunk/KDE/kdebase/apps/; revision=1188049
2010-10-19actually install the .desktop files as executablesOswald Buddenhagen
changing merely the file permissions is the repo is quite a noop as far as cmake is concerned. svn path=/trunk/KDE/kdebase/apps/; revision=1187438
2010-10-19MinorLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=1187389
2010-10-18Provide icon for LocallyModifiedUnstaged versions of a filePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1187170
2010-10-15It is a valid use-case that m_itemView is 0.Peter Penz
BUG: 254240 svn path=/trunk/KDE/kdebase/apps/; revision=1186206
2010-10-15Enable dropping of raw data, like one could do in KDE3. It's actually ↵David Faure
working fine with text data for instance, only image data is still an issue due to bugs in Qt. This will be in KDE 4.6. CCBUG: 159337 svn path=/trunk/KDE/kdebase/apps/; revision=1186021
2010-10-13The &-shortcut from another action is not set until the action has been ↵Peter Penz
shown at least once. To bypass this issue in the context-menu when pressing SHIFT, the text and &-shortcut is applied manually. svn path=/trunk/KDE/kdebase/apps/; revision=1185522
2010-10-10Update the statusbar also during loading the items, not only after the ↵Peter Penz
loading has been completed. This fixes the issue that no current item-count is shown when doing a search. svn path=/trunk/KDE/kdebase/apps/; revision=1184520
2010-10-10compile in debug mode (asserts enabled)Andreas Hartmetz
svn path=/trunk/KDE/kdebase/apps/; revision=1184511
2010-10-10Automatically start the searching if the user did not change the search-text ↵Peter Penz
for at least a second. svn path=/trunk/KDE/kdebase/apps/; revision=1184510
2010-10-10SVN_SILENT: documentation fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1184468
2010-10-10Internal cleanup: Remove some public toggle-slots from DolphinView. Setters- ↵Peter Penz
and getters are already available for implementing a toggling. svn path=/trunk/KDE/kdebase/apps/; revision=1184459
2010-10-10Internal cleanup: Remove public method selectedUrls() from DolphinView to ↵Peter Penz
keep the interface minimal (selectedItems() is already available) svn path=/trunk/KDE/kdebase/apps/; revision=1184457
2010-10-09* Increase the column-width automatically in case where the name of the file ↵Peter Penz
does not fit into the available width * When scrolling to the active column, do it with a small delay so that temporary activations of a column don't result in jittering BUG: 214324 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1184290
2010-10-09After disconnecting and reconnecting to the selectionChangedSignal() it must ↵Peter Penz
be checked, whether the selection got reset in the meantime. svn path=/trunk/KDE/kdebase/apps/; revision=1184262
2010-10-09Move the "Add to Places" action upwards when used on the viewport to stay ↵Peter Penz
consistent when showing the context-menu above an item. svn path=/trunk/KDE/kdebase/apps/; revision=1184250
2010-10-09Allow the user to resize the columns.Peter Penz
BUG: 190030 BUG: 196717 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1184247
2010-10-09Indicate the shown directory of a column by QStyle::PE_FrameFocusRect ↵Peter Penz
instead of using a custom code. svn path=/trunk/KDE/kdebase/apps/; revision=1184180
2010-10-09Use DolphinTreeView as implementation for the columns instead of QListView. ↵Peter Penz
This assures a consistent hover- and selection-behavior with the icons-view and details-view. BUG: 242357 BUG: 243779 svn path=/trunk/KDE/kdebase/apps/; revision=1184177
2010-10-09It is a valid usecase that the model can be 0 when destructing a view.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1184156
2010-10-09Move the generic hover- and selection-adjustments from DolphinsDetailsView ↵Peter Penz
into the new base class DolphinTreeView. Background info: QTreeView does not respect the width of a cell for the hover-feedback and the selections. This has been adjusted in DolphinDetailsView already, but the required code for this is quite large. This made it tricky to maintain the really Dolphin-specific parts in DolphinDetailsView. svn path=/trunk/KDE/kdebase/apps/; revision=1184152
2010-10-08Add the "Find" action per default to the toolbar.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1183953
2010-10-08Allow to use wildcards when searching filenames or simple text files with ↵Peter Penz
the filenamesearchprotocol. svn path=/trunk/KDE/kdebase/apps/; revision=1183944
2010-10-08- Don't show the name of the file in the "Path" columnPeter Penz
- Also provide a path for non-local URLs svn path=/trunk/KDE/kdebase/apps/; revision=1183939
2010-10-08Move the changing of the cursor-shape from the extensions-factory and the ↵Peter Penz
selection-toggle to the selection-manager. Beside simplifying the code this also solves some corner-cases where the shape has not been restored correctly. svn path=/trunk/KDE/kdebase/apps/; revision=1183934