┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-12-21Revert r1053349 - this file is included alread when HAVE_NEPOMUK is defined ↵Maciej Mrozowski
- no need to do it twice. This fixed compilation without nepomuk libs. svn path=/trunk/KDE/kdebase/apps/; revision=1064809
2009-12-20Better fix for compilation without Nepomuk - like Sebastian noted SDO is ↵Maciej Mrozowski
being searched for automatically. It was just sufficient to wrap soprano_add_ontology with Nepomuk_FOUND in this case. svn path=/trunk/KDE/kdebase/apps/; revision=1064414
2009-12-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1064230
2009-12-20[kdebase/apps/dolphin/CMakeLists.txt] Fixed compilation without NepomukMaciej Mrozowski
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1064077
2009-12-19remove the inconsistencies wrt Navigation/Location BarBurkhard Lück
CCMAIL:[email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1064000
2009-12-19Don't rely on that the same proxy model is used for all views. Trigger a ↵Peter Penz
refresh of the directory (done from the cache) and remember the selection. This fixes also the issue that the selection got lost when previews have been enabled or when the column view was used. BUG: 217562 CCBUG: 211149 svn path=/trunk/KDE/kdebase/apps/; revision=1063960
2009-12-19+include(SopranoAddOntology)Luboš Luňák
svn path=/trunk/KDE/kdebase/apps/; revision=1063929
2009-12-18Don't show the size information, if only one directory is shown. This issue ↵Peter Penz
only occured in the context of tooltips, as updateRowsVisibility() is invoked after setItems()... svn path=/trunk/KDE/kdebase/apps/; revision=1063483
2009-12-18I did not recognize when refactoring the tooltip class that no filename is ↵Peter Penz
shown anymore. This is fixed now :-) BUG: 219082 svn path=/trunk/KDE/kdebase/apps/; revision=1063470
2009-12-17don't try to do anything if no files have been passedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1063333
2009-12-17* respect the --select startup optionPeter Penz
* minor cleanups related to selecting items in general svn path=/trunk/KDE/kdebase/apps/; revision=1063329
2009-12-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1062931
2009-12-15SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1062596
2009-12-13SVN_SILENT: Sorry about the whitespace which I added in my last commit!Frank Reininghaus
svn path=/trunk/KDE/kdebase/apps/; revision=1062080
2009-12-13Reimplement visualRegionForSelection in DolpinDetailsView.Frank Reininghaus
Fixes the problem that not the entire area affected by changing the selection gets updated. QTreeView::visualRegionForSelection assumes implicitly that the visualRects of all items have the same width, which is not the case here. Fix will be in KDE 4.4 Beta 2. BUG: 218114 svn path=/trunk/KDE/kdebase/apps/; revision=1062076
2009-12-13give KCategorizedView the chance to react on dragMoveEvents()Peter Penz
CCBUG: 208646 svn path=/trunk/KDE/kdebase/apps/; revision=1062054
2009-12-13SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1061903
2009-12-12Allow to disable version control plugins. It's too late already for ↵Peter Penz
providing a UI (string freeze...) and it should not be necessary to disable a plugin, but in the worst case (e. g. plugin crashes under certain circumstances) it is good to have a non-GUI fallback. svn path=/trunk/KDE/kdebase/apps/; revision=1061740
2009-12-12use the same link style as used for tagsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1061705
2009-12-12assure that obsolete file entries are removed from the SVN cachePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1061639
2009-12-12I guess most developers use the Details View with very small icons (16 x 16) ↵Peter Penz
for viewing their versioned code (at least I do ;-)). In this case the version control emblems are very small and it is easy to miss that there are locally changed files or that an update is required (Nuno and I tried different sizes, but for 16 x 16 icons there is really less room for variants). So the text color gets tinted a little bit now to notice the difference... svn path=/trunk/KDE/kdebase/apps/; revision=1061618
2009-12-12align the rating widget of the Information Panel left (or right for r2l) ↵Peter Penz
instead of horizontally centered svn path=/trunk/KDE/kdebase/apps/; revision=1061598
2009-12-12Removed enums SortByRating and SortByTags. They never have been activated ↵Peter Penz
yet because of performance issues... svn path=/trunk/KDE/kdebase/apps/; revision=1061595
2009-12-12allow to restrict the search results by the current folder (including all ↵Peter Penz
sub folders) svn path=/trunk/KDE/kdebase/apps/; revision=1061589
2009-12-12don't update the version control emblems each time, reuse the cached ↵Peter Penz
versions (fixed wrong logic in 'if'-statement) svn path=/trunk/KDE/kdebase/apps/; revision=1061553
2009-12-12* allow to filter the search result by images or text-documentsPeter Penz
* minor cleanups svn path=/trunk/KDE/kdebase/apps/; revision=1061550
2009-12-09Rename Dolphin View's nameColumnRect member to visualRect.Frank Reininghaus
This overrides QTreeView::visualRect, such that the "visual rect" matches the area used in indexAt. Fixes the problem that the selection loses items in the Details View when selecting new items with Shift+Keyboard. BUG: 217447 svn path=/trunk/KDE/kdebase/apps/; revision=1060716
2009-12-09SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1060615
2009-12-08Do not show links for unsupported protocols, ie. pre-4.4 resources which ↵Sebastian Trueg
used URNs instead of nepomuk:/res/<uuid> URIs. svn path=/trunk/KDE/kdebase/apps/; revision=1060341
2009-12-08SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1060237
2009-12-08Fix crash with tool tips enabledChristoph Feck
Do not delete window inside the event handling, causing crashes with queued events for the tool tip window. This is the same fix that had been applied to systemsettings. BUG: 217449 svn path=/trunk/KDE/kdebase/apps/; revision=1060080
2009-12-07SVN_SILENT: inserted commentPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1060036
2009-12-07fix possible crash when the signal finished() has been emitted asynchronouslyPeter Penz
BUG: 213985 svn path=/trunk/KDE/kdebase/apps/; revision=1060029
2009-12-07don't crash if the Information Panel is updated by file changesPeter Penz
BUG: 214060 svn path=/trunk/KDE/kdebase/apps/; revision=1060022
2009-12-07use KNewStuff3 instead of the deprecated KNewStuff2Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1060003
2009-12-07SVN_SILENT: minor coding style fix (Sebastian likes spaces :-))Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1059988
2009-12-07Activated "clicking on tags" fix from Sebastian Trüg. By providing a ↵Peter Penz
different link color the difference to the "Change tags..." link is visible. svn path=/trunk/KDE/kdebase/apps/; revision=1059985
2009-12-07Fixed custom query integration.Sebastian Trueg
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1059964
2009-12-07Added all code necessary for clickable tags in the KTaggingWidget. As soon ↵Sebastian Trueg
as we figured out how to only show links on hover we are good to go. This is actually a fix as resources in the rest of the info view are already clickable. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1059908
2009-12-07Added versioning information to the list of hidden properties. This fixes ↵Sebastian Trueg
hiding in case an old kmetainformationrc exists. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1059900
2009-12-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1059769
2009-12-06Respect drag time delay from application before starting the automatic ↵Peter Penz
scrolling. Thanks to Christoph Feck for the initial patch! CCMAIL: [email protected] BUG: 205664 CCBUG: 212989 svn path=/trunk/KDE/kdebase/apps/; revision=1059377
2009-12-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1059331
2009-12-04Fixed searching by rating. After the kdelibs fix in nepomuk now searching by ↵Peter Penz
date, tags and rating work. Searching by size is still open... svn path=/trunk/KDE/kdebase/apps/; revision=1058710
2009-12-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1058319
2009-12-04Minor adjustments for searching: at least searching for tags works now again :-)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1058137
2009-12-03store the search-query in the places modelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1058046
2009-12-03removed workaround for KDE 4.0, that is obviously not required anymorePeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1058033
2009-12-03Ouch! Reverting the change.Adenilson Cavalcanti Da Silva
svn path=/trunk/KDE/kdebase/apps/; revision=1058026
2009-12-03Patches to make kdebase compile with current animation code.Adenilson Cavalcanti Da Silva
svn path=/trunk/KDE/kdebase/apps/; revision=1057994