┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-12-03remove unneded includeFrederik Gladhorn
svn path=/trunk/KDE/kdebase/apps/; revision=1057875
2009-12-03add doc path to enable launching the documentation from konquerors settings ↵Burkhard Lück
dialog svn path=/trunk/KDE/kdebase/apps/; revision=1057856
2009-12-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1057809
2009-12-02SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1057423
2009-12-02Fix mem leakLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=1057381
2009-12-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1057041
2009-11-30SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1056593
2009-11-30When the view is reloaded in Dolphin or the DolphinPart insideFrank Reininghaus
Konqueror, restore the selection, the current item, the scroll position, and the expanded folders in the Details View. BUG: 169893 BUG: 187732 svn path=/trunk/KDE/kdebase/apps/; revision=1056438
2009-11-29Use KFileItem::text() instead of KUrl::fileName() to display the entry's ↵Sebastian Trueg
name in the metadata panel. This way Nepomuk results and all entries from KIO slaves that make use of UDS_DISPLAY_NAME look nice. svn path=/trunk/KDE/kdebase/apps/; revision=1056260
2009-11-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1055086
2009-11-26use cmake macroLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=1054655
2009-11-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1054620
2009-11-25* fixed wrong connection from a signalPeter Penz
* added some temporary kDebug() messages for searching svn path=/trunk/KDE/kdebase/apps/; revision=1054337
2009-11-25adopt internal interfaces to the new Nepomuk search APIPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1054327
2009-11-25* Fixed execution of links in the metadata widget.Sebastian Trueg
* Do not try to list non-listable URLs. svn path=/trunk/KDE/kdebase/apps/; revision=1054300
2009-11-25fixed linkingSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1054299
2009-11-25Fix Dolphin crash on startup if HAVE_NEPOMUK is false.Frank Reininghaus
svn path=/trunk/KDE/kdebase/apps/; revision=1054165