┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-11-10Fix RMB/paste on a subfolder (konq calls pasteTo(KUrl), as documented in ↵David Faure
BrowserExtension) svn path=/trunk/KDE/kdebase/apps/; revision=1047090
2009-11-10SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1047028
2009-11-10While reading this code, I noted that it didn't use KFileItemListProperties ↵David Faure
and was broken in the tree-view case -> fixed and simplified. svn path=/trunk/KDE/kdebase/apps/; revision=1046935
2009-11-09link with gold (knewstuff2 for dolphin) and remove a few redundant linked ↵Andreas Hartmetz
libraries already included by others svn path=/trunk/KDE/kdebase/apps/; revision=1046917
2009-11-09fixed merge issuePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1046789
2009-11-09move the "Download New Services..." entry from the Settings menu to the ↵Peter Penz
service configuration dialog svn path=/trunk/KDE/kdebase/apps/; revision=1046788
2009-11-09When the Back, Forward and Up buttons in the toolbar are clicked withFrank Reininghaus
the middle mouse button, open the URL in a new tab. FEATURE: 190549 svn path=/trunk/KDE/kdebase/apps/; revision=1046785
2009-11-09SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1046618
2009-11-07Single-file-service-menus are now supported.Jonathan Schmidt-Dominé
svn path=/trunk/KDE/kdebase/apps/; revision=1046238
2009-11-07get_servicemenu added to dolphinpartJonathan Schmidt-Dominé
svn path=/trunk/KDE/kdebase/apps/; revision=1046130
2009-11-07Two minor proof-reading changes:Andrew Coles
- missing space in one message in string split across two lines - Servicemenu -> Service Menu. svn path=/trunk/KDE/kdebase/apps/; revision=1046089
2009-11-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1046040
2009-11-06* increased version to 11Peter Penz
* removed tabs svn path=/trunk/KDE/kdebase/apps/; revision=1045858
2009-11-06use a vertical gradient like in KDE 4.3Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1045823
2009-11-06move the position of the filename below the previewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1045798
2009-11-06fixed calculation of the height size hint: don't forget the spacing and ↵Peter Penz
margin of the layout svn path=/trunk/KDE/kdebase/apps/; revision=1045768
2009-11-06* provide descriptive tooltip texts for actionsPeter Penz
* fixed some coding style issue (tabs...) BUG: 213358 svn path=/trunk/KDE/kdebase/apps/; revision=1045751
2009-11-06allow to set a custom description for the KMetaDataConfigurationDialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1045712
2009-11-06allow to configure which meta data should be shown for tooltipsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1045705
2009-11-06Fixed issues when several LoadItemStatesThreads access one plugin or when ↵Peter Penz
the VersionControlObserver is deleted during thread execution. svn path=/trunk/KDE/kdebase/apps/; revision=1045694
2009-11-06* enable the loading of version control plugins (thanks to Aaron for the hint)Peter Penz
* Don't terminate the thread that receives the item states when changing a view. Instead let the thread get finished and ignore the result. svn path=/trunk/KDE/kdebase/apps/; revision=1045674
2009-11-06Initial ServiceMenu-KHotNewStuff-stuffJonathan Schmidt-Dominé
TODO: fix the existing servicemenus (some install-scripts are broken, some do not provide a simple CLI-interface) TODO: add support for single-desktop-file-servicemenus (for example the "open as root") svn path=/trunk/KDE/kdebase/apps/; revision=1045663
2009-11-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1045568
2009-11-05Handle lists of resources nicer. Maybe a list separated by new-lines is not ↵Sebastian Trueg
the best though... svn path=/trunk/KDE/kdebase/apps/; revision=1045283
2009-11-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1045140
2009-11-05fancy date formattingSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1045013
2009-11-05Nicer formatting of the values - only a temp solution just like tuneLabel. ↵Sebastian Trueg
To many temp solutions... svn path=/trunk/KDE/kdebase/apps/; revision=1044996
2009-11-04Install fileviewversioncontrolplugin.desktop as servicetype, so that version ↵Peter Penz
control plugins can be found by Dolphin. Open issue: The instantiation fails and the following errors are returned: dolphin(13505)/kdecore (KLibrary) kde4Factory: The library "/home/kde4peter/kde/lib/kde4/fileviewsvnplugin.so" does not offer a qt_plugin_instance function. dolphin(13505)/kdecore (KLibrary) kde3Factory: The library "/home/kde4peter/kde/lib/kde4/fileviewsvnplugin.so" does not offer an "init_fileviewsvnplugin" function. svn path=/trunk/KDE/kdebase/apps/; revision=1044902
2009-11-04Don't call QThread::wait() in the destructor - in the worst case an issue in ↵Peter Penz
Nepomuk will block Dolphin for several seconds. Refactored the load-meta-data-thread in a way that the meta data widget does not require to wait for a result of the thread. svn path=/trunk/KDE/kdebase/apps/; revision=1044848
2009-11-04Fixed link issue - I'm sorry: I had installed a temporary version of ↵Peter Penz
KMetaDataWidget from kdelibs and did not recognize the issue... svn path=/trunk/KDE/kdebase/apps/; revision=1044545
2009-11-03forgot to remove the obsolete file ktooltip_p.h for commit 1044485Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1044487
2009-11-03Since Qt 4.5 it is possible to have translucient windows. The tooltip ↵Peter Penz
approach having a delegate and custom drawing + animation code for transparent tooltips has now been replaced by a translucient window where any kind of (animated) widget can be embedded. Still a lot of finetuning has to be done, but maybe this code can be part of kdelibs in KDE 4.5 (systemsettings currently used the Dolphin tooltips code). Additionally the tooltip uses now KMetaDataWidget instead of using KMetaInfo. This assures that no blocking of the application will occur even if there is a buggy Strigi analyzer that ignores the maximum size-setting and might block the retrieving of the meta data. BUG: 182941 BUG: 195878 svn path=/trunk/KDE/kdebase/apps/; revision=1044485
2009-11-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1044258
2009-11-02some more export fixesPatrick Spendrin
svn path=/trunk/KDE/kdebase/apps/; revision=1043907
2009-11-02do not export this widget with a wrong export definePatrick Spendrin
svn path=/trunk/KDE/kdebase/apps/; revision=1043889
2009-10-31SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1042976
2009-10-30SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1042618
2009-10-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1042220
2009-10-28After some discussions at http://reviewboard.kde.org/r/1938 it turned out ↵Peter Penz
that moving KMetaDataWidget and KMetaDataConfigurationDialog to kdelibs should be postponed to KDE 4.5. The main reason is that adding application specific properties is not possible with the current API in a generic way. Also the topic how to hide properties application specific is an open point... So now all adjustments from the review have been adapted to the Dolphin code. After KDE 4.4 has been released some refactoring will be done so that the open topics above are handled in a nice way. svn path=/trunk/KDE/kdebase/apps/; revision=1041547
2009-10-27Fixes double inserting of terms, interestingly this problem did not existed ↵Matthias Fuchs
before than the code was written. svn path=/trunk/KDE/kdebase/apps/; revision=1041128
2009-10-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1041062
2009-10-25SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1040026
2009-10-25Do not zoom the icons if the user presses Control and the left mouseFrank Reininghaus
button while using the mouse wheel. The user is probably trying to scroll the view during a rubberband selection in that case. Also simplify the code a bit by handling the icon zooming in DolphinView::eventFilter(). BUG: 190703 svn path=/trunk/KDE/kdebase/apps/; revision=1040021
2009-10-23SVN_SILENT: no, I've not been cloned yetPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1039579
2009-10-23Imported Adam Kidders search configuration widgets from ↵Peter Penz
playground/base/nepomuk/search_widgets_test. I adjusted some names of classes and members and also changed some parts of the implementation, but conceptually the concept is 1:1 like provided by Adam in playground. Currently the UI works quite well, but the creating of the query string has not been integrated yet. svn path=/trunk/KDE/kdebase/apps/; revision=1039572
2009-10-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1039372
2009-10-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1038501
2009-10-21TypoMarkus Meik Slopianka
svn path=/trunk/KDE/kdebase/apps/; revision=1038352
2009-10-20Deleted totally outdated fileMarkus Meik Slopianka
svn path=/trunk/KDE/kdebase/apps/; revision=1038271
2009-10-20Less technical language in status bar messagesMarkus Meik Slopianka
svn path=/trunk/KDE/kdebase/apps/; revision=1038270