┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-10-17Use the tunedLabel() workaround also for the configuration dialog. Hopefully ↵Peter Penz
this can be cleaned up until KDE 4.4... CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1036559
2009-10-17* get rid of MetaDataWidget::openConfigurationDialog()Peter Penz
* allow to hide specific data for applications * check whether Nepomuk has been activated (the check with #idfef HAVE_NEPOMUK is not sufficient in the case if Nepomok is available but not activated) svn path=/trunk/KDE/kdebase/apps/; revision=1036556
2009-10-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1036506
2009-10-16provide an URI for the tagPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1036306
2009-10-16* allow editing of tagsPeter Penz
* minor adjustments for the default settings of visible meta data svn path=/trunk/KDE/kdebase/apps/; revision=1036296
2009-10-16remove unnecessary 'const'Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1036229
2009-10-16prepare the behavior-settings dialog to configure the shown meta data for ↵Peter Penz
tooltips svn path=/trunk/KDE/kdebase/apps/; revision=1036100
2009-10-16prepare MetaDataConfigurationDialog to be a public class in the Nepomuk libsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1036074
2009-10-16Fixed compilation issue if HAVE_NEPOMUK is not set. This #ifdef HAVE_NEPOMUK ↵Peter Penz
stuff is really a pain :-( svn path=/trunk/KDE/kdebase/apps/; revision=1036067
2009-10-16* improved interface + documentation of MetaDataWidgetPeter Penz
* provide a configuration dialog for adjusting the visibility of the meta data svn path=/trunk/KDE/kdebase/apps/; revision=1036058
2009-10-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1036004
2009-10-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1035097
2009-10-13restore functionality that ratings, comments and tags get stored after the ↵Peter Penz
user changed the values svn path=/trunk/KDE/kdebase/apps/; revision=1034884
2009-10-13SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1034714
2009-10-12SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1034249
2009-10-11Make sure that the faked mouse event inFrank Reininghaus
DolphinViewAutoScroller::scrollViewport() gets the right keyboard modifiers. This fixes the problem that the previous selection is lost when several Ctrl-rubber band selections are made and the view scrolls or the mouse pointer gets close to the edge of the viewport. BUG: 190703 svn path=/trunk/KDE/kdebase/apps/; revision=1034012
2009-10-11The text of the paste-action is modified dynamically by Dolphin (e. g. to ↵Peter Penz
"Paste One Folder"). To prevent that the size of the toolbar changes due to the long text, the text "Paste" is used when the action is shown in the toolbar. Thanks to Christoph Feck for the hint! BUG: 209392 svn path=/trunk/KDE/kdebase/apps/; revision=1033985