┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-11-24Fix trunk compilation using proper soprano Vocabulary, since moved from ↵Helio Castro
nie.h nepomuk. svn path=/trunk/KDE/kdebase/apps/; revision=1053540
2009-11-24SVN_SILENT: replaced "criterions" by "criteria"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1053448
2009-11-24Prepare the search criterion selector to use the new Nepomuk::Query::Term ↵Peter Penz
instead of a QString. The implementation still needs to be adapted, but this will be straight forward. svn path=/trunk/KDE/kdebase/apps/; revision=1053447
2009-11-23Add missing includeDmitry Suzdalev
svn path=/trunk/KDE/kdebase/apps/; revision=1053349
2009-11-23Proof-reading: the plural of criterion is criteria.Andrew Coles
svn path=/trunk/KDE/kdebase/apps/; revision=1053196
2009-11-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1053120
2009-11-22SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1052700
2009-11-22I'm very sorry for breaking the build: I forgot to add the new files :-(Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1052677
2009-11-21Let KMetaDataWidget and all the child widgets respect the foreground role ↵Peter Penz
that might be set by the client. This allows KMetaDataWidget to get embedded inside a tooltip having correct tooltip colors. svn path=/trunk/KDE/kdebase/apps/; revision=1052509
2009-11-21apply the correct foreground role for widgets that represent the tooltip contentPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1052508
2009-11-21* show only a minimized set of search options per defaultPeter Penz
* remember the search options when closing Dolphin, so that the user can adjust his "default search template" svn path=/trunk/KDE/kdebase/apps/; revision=1052499
2009-11-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1052335
2009-11-21Simplified the clickable resource metadata display. This also fixes a bug ↵Sebastian Trueg
where sometimes resources are not displayed at all svn path=/trunk/KDE/kdebase/apps/; revision=1052237
2009-11-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1051907
2009-11-19Provide clickable resources for the Information Panel. Thanks to Sebastian ↵Peter Penz
Trüg für the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1051553
2009-11-18Warn when the unsuspecting user is about to create a directory that starts ↵David Faure
with a dot, like Sabine's ".csv test files" folder, which did not appear in the directory view after being created. svn path=/trunk/KDE/kdebase/apps/; revision=1051124
2009-11-17don't crash if Nepomuk gets activated/deactivated during Dolphin is runningPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1050611
2009-11-17better fix so that it links, too...David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=1050535
2009-11-17try to fix compilation for people without nepomuk ↵David Faure
(dolphinmainwindow.cpp:1008: error: invalid use of incomplete type ‘struct DolphinSearchOptionsConfigurator’) svn path=/trunk/KDE/kdebase/apps/; revision=1050534
2009-11-17Fix crashNicolas Lécureuil
svn path=/trunk/KDE/kdebase/apps/; revision=1050466
2009-11-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1050436
2009-11-14SVN_SILENT: Remove trailing white spaceFrank Reininghaus
svn path=/trunk/KDE/kdebase/apps/; revision=1049182
2009-11-14When navigating back/forward in the DolphinPart inside Konqueror, rememberFrank Reininghaus
1. the current item, 2. the scroll position of the view, and 3. the expansion state of the details view. Before 3. can be implemented in Dolphin itself, some changes in KUrlNavigator are required. This fix will be in KDE 4.4. BUG: 193549 BUG: 198073 BUG: 213137 svn path=/trunk/KDE/kdebase/apps/; revision=1049164
2009-11-14don't forget to hide the value-widget again, if e. g. "Any" from "Date:" has ↵Peter Penz
been reselected svn path=/trunk/KDE/kdebase/apps/; revision=1049129
2009-11-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1049023
2009-11-14Cheat a bit with the root item: give it the view URL, rather than the ↵David Faure
dirlister url (e.g. because KDirLister now resolves symlinks) CCBUG: 213799 svn path=/trunk/KDE/kdebase/apps/; revision=1048853
2009-11-14Stop crashing (apparently I have HAVE_NEPOMUK but the runtime check fails so ↵David Faure
the widget isn't created) svn path=/trunk/KDE/kdebase/apps/; revision=1048851
2009-11-13layout improvementsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048820
2009-11-13fixed issue that the rating was not applied to the Information PanelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048811
2009-11-13* allow searching for ratingsPeter Penz
* minor general cleanups svn path=/trunk/KDE/kdebase/apps/; revision=1048809
2009-11-13Implemented initialization of value-widgets. This allows e.g. to apply dates ↵Peter Penz
like "today", "last week", ... to the date-value-widgets just by specifying a search criterion. svn path=/trunk/KDE/kdebase/apps/; revision=1048771
2009-11-13search finetuning:Peter Penz
* trigger progress information when starting a search * let the information panel hide the meta data for the search string * get the search string from the configurator svn path=/trunk/KDE/kdebase/apps/; revision=1048721
2009-11-12move the search-button from the toolbar into the configurator widgetPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048239
2009-11-12Show a progress information when doing a Nepomuk search. As "sideeffect" ↵Peter Penz
some KDE3 relicts for the progress bar code have been removed too... svn path=/trunk/KDE/kdebase/apps/; revision=1048225
2009-11-12initial code to provide a Nepomuk query string out of the search criterionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048202
2009-11-12BUG: 191309Harsh Chouraria J
Don't show 'Add to Places' context-menu action for urls already in places. svn path=/trunk/KDE/kdebase/apps/; revision=1048149
2009-11-12* adjust order of search optionsPeter Penz
* load real tags instead of offering the dummy "feffi" svn path=/trunk/KDE/kdebase/apps/; revision=1048145
2009-11-12SVN_SILENT: constifyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048143
2009-11-12Don't show the search options, if no Nepomuk is available. Hopefully Nepomuk ↵Peter Penz
will get a hard build dependency quite soon, those #ifdef-code is really ugly and difficult to maintain... svn path=/trunk/KDE/kdebase/apps/; revision=1048135
2009-11-12SVN_SILENT: removed unnecessary includePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048117
2009-11-12Show some default search configurations, so that the user is able to adjust ↵Peter Penz
queries in a faster way (similar to a defaceted interface). svn path=/trunk/KDE/kdebase/apps/; revision=1048109
2009-11-12SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1047908
2009-11-11let the user also delete the created tagsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1047714
2009-11-11Images: Instead of showing the meta data for "Width:" and "Height:" ↵Peter Penz
separately with other items in between, they are merged as "Width x Height:" and added to the top of the sort order. CCBUG: 193592 svn path=/trunk/KDE/kdebase/apps/; revision=1047680
2009-11-11* don't show the "Add Tags..." and "Add Comments..." links for the meta data ↵Peter Penz
inside a tooltip * minor cleanup of thread-interface to allow a proper sorting/merging on client side svn path=/trunk/KDE/kdebase/apps/; revision=1047662
2009-11-11SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1047532
2009-11-10Added some default search criterions. A lot of fine tuning of the UI has to ↵Peter Penz
be made ASAP, but all in all I think it is more efficient to have some default criterions already instead of the need to press the (+) icon for each option. svn path=/trunk/KDE/kdebase/apps/; revision=1047298
2009-11-10* Show the search options as soon as the search bar gains focus.Peter Penz
* Allow the user to manually close the options. * Added tooltip descriptions. svn path=/trunk/KDE/kdebase/apps/; revision=1047281
2009-11-10adjust code to use Nuno's new version control iconsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1047280
2009-11-10SVN_SILENT: stay consistent with other indentationsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1047278