┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-10-20assure that the "size" information can be hidden by the userPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1038142
2009-10-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1037926
2009-10-19Fix some spelling mistakes in comments.Raphael Kubo da Costa
svn path=/trunk/KDE/kdebase/apps/; revision=1037779
2009-10-19Fix slot name.Raphael Kubo da Costa
svn path=/trunk/KDE/kdebase/apps/; revision=1037776
2009-10-19use correct name for the tags-entry, otherwise disabling of tags won't work...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1037727
2009-10-19Proof-reading - two minor changes:Andrew Coles
- Texts is generally taken as a bulk term, i.e. one searches through text, rather than searches through texts; - File Name -> Filename, standard-usage term. svn path=/trunk/KDE/kdebase/apps/; revision=1037706
2009-10-19the configuration menu should be shown also for multiple selectionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1037684
2009-10-19Fixed possible crash when switching between 2 views. In this case ↵Peter Penz
DolphinView::itemView() can temporary be 0 and it is important that no signals/slot connection is existing for the (by deleteLater()) deleted instance. Thanks a lot to Frank Reininghaus for the analysis! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1037671
2009-10-19SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1037463
2009-10-17SVN_SILENT: fixed documentationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1036786
2009-10-17give the splitter more space than the (optional) search optionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1036783
2009-10-17add A search options widget, which later on will include Adam Kidder's ↵Peter Penz
search prototype from playground svn path=/trunk/KDE/kdebase/apps/; revision=1036776
2009-10-17xesam is deprecatedSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1036703
2009-10-17* move classes for searching into an own folder (new classes will be added soon)Peter Penz
* Postpone the creation of the searchcompleter, until the editor gets focused. This improves the startup time of Dolphin (reading all available tags is an expensive operation). svn path=/trunk/KDE/kdebase/apps/; revision=1036658
2009-10-17Use the magic QFlags I love so much.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1036578