┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-03-22Remove connection to non-existent slot.Peter Penz
Thanks to Frank Reininghaus for the hint! svn path=/trunk/KDE/kdebase/apps/; revision=1106410
2010-03-22Use the default keyboard shortcuts for next-tab/previous-tab as primary key, ↵Peter Penz
but use the commonly used shortcuts Ctrl+Tab/Ctrl+Shift+Tab as secondary keys. Of course it is still possible that the user defines custom shortcuts. BUG: 231541 svn path=/trunk/KDE/kdebase/apps/; revision=1106406
2010-03-22Send CTRL+C to the terminal instead of of backspaces. Thanks to the FiNeX ↵Peter Penz
and g111 for the hint. CCBUG: 161637 svn path=/trunk/KDE/kdebase/apps/; revision=1106403
2010-03-18SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1104643
2010-03-16-pedanticAndré Wöbbeking
svn path=/trunk/KDE/kdebase/apps/; revision=1104133
2010-03-16welcome to the world of kdeinit applicationsLuboš Luňák
svn path=/trunk/KDE/kdebase/apps/; revision=1103978
2010-03-15Get back names, and use "using" keyword to keep GCC silent on "method foo on ↵Rafael Fernández López
base class hidden y method foo on derived class". Thanks to André for pointing out this trick. CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1103527
2010-03-15Stat URLs before opening them to make sure they are actually dirs we can ↵Sebastian Trueg
list. Otherwise use KRun. svn path=/trunk/KDE/kdebase/apps/; revision=1103520
2010-03-14Remove all warnings on compile timeRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=1103376
2010-03-14Adapt DolphinCategoryDrawer to new changes on kdelibs :)Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=1103215
2010-03-14Fix issue that the current terminal line does not get cleared before sending ↵Peter Penz
a cd command. The terminal interface does not provide an API for this, so as workaround backspaces are send. Not nice, but as the issue can lead to data loss, this solution is better than having nothing. BUG: 161637 svn path=/trunk/KDE/kdebase/apps/; revision=1103207
2010-03-14Fix compilation on OpenSolaris with Sun StudioPeter Penz
Thanks to Tropikhajma for the patch! BUG: 230251 svn path=/trunk/KDE/kdebase/apps/; revision=1103145
2010-03-13Fix compile issue if HAVE_NEPOMUK is not definedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1102862
2010-03-13Meta data configuration dialog improvementsPeter Penz
* use the data provided by the model instead reading it again * allow to enable/disable also custom meta data svn path=/trunk/KDE/kdebase/apps/; revision=1102852
2010-03-13Let the custom widgets stay invisible per default after constructing them. ↵Peter Penz
This prevent a possible flickering when starting Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=1102837
2010-03-13Allow to provide custom widgets for meta data in a generic way.Peter Penz
By this it is possible that other applications like e. g. Gwenview provide custom widgets to change EXIF data directly within the meta data widget. svn path=/trunk/KDE/kdebase/apps/; revision=1102834
2010-03-13Allow to specify a group for a meta data item.Peter Penz
The sorting of the meta data items is now done by the group. Within the group the sorting is done by their translated labels. svn path=/trunk/KDE/kdebase/apps/; revision=1102778
2010-03-13Provide a KMetaDataModel for KMetaDataWidget.Peter Penz
This allows to extend the model with custom meta data (might e. g. be useful for Gwenview). svn path=/trunk/KDE/kdebase/apps/; revision=1102749
2010-03-11SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1101859
2010-03-09Proof-reading: file name -> filename, for consistency.Andrew Coles
svn path=/trunk/KDE/kdebase/apps/; revision=1101351
2010-03-09Port patch 1098976 for Konqueror by David Faure to Dolphin: When the user ↵Peter Penz
clicks on a Type=Link desktop files that point to a directory, let's open that directory in the current view, rather than starting a new Konqueror. As requested by LukasLT for http://forum.kde.org/viewtopic.php?f=14&t=66660 svn path=/trunk/KDE/kdebase/apps/; revision=1101071
2010-03-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1099845
2010-03-05fix link issue if Nepomuk is not installedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1099444
2010-03-04Rename NfoTranslator to KNfoTranslator, so that KMetaDataWidget can be moved ↵Peter Penz
to kdelibs for KDE SC 4.5 (some interfaces of KMetaDataWidget need to be cleaned up first). KNfoTranslator is marked as private class, as it is not clear yet whether it should be used by other classes like KFileMetaInfo. svn path=/trunk/KDE/kdebase/apps/; revision=1098897
2010-02-28Only access the data of the thread that has been created most recently. Data ↵Peter Penz
of older threads will just get ignored. svn path=/trunk/KDE/kdebase/apps/; revision=1097289
2010-02-28Fix possible memory leak when invoking KLoadMetaDataThread::cancelAndDelete().Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1097154
2010-02-26Meta data configuration cleanups:Peter Penz
- Use RDF labels internally. - Provide better default settings, which meta data are hidden. - Allow to configure which meta data is shown also if Nepomuk is turned off. svn path=/trunk/KDE/kdebase/apps/; revision=1096571
2010-02-26use NFO URI to check whether the width and height should be merged as one labelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1096542
2010-02-26remove duplicate entriesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1096541
2010-02-26Show meta information also for files, which are not indexed (or in the case ↵Peter Penz
if Nepomuk is turned off). Beside the new translations the fix is based on several other fixes in kdelibs + strigi and cannot be backported to KDE SC 4.4.x. As soon as the meta data widget has been moved to kdelibs, this meta data information will also be available in the properties dialog. BUG: 193592 svn path=/trunk/KDE/kdebase/apps/; revision=1096472
2010-02-26The number of fixed meta-info items may vary dependent on whether Nepomuk is ↵Peter Penz
enabled or not. Avoid the nasty hack to hardcode the value within the slotLoadingFinished() method. BUG: 228540 svn path=/trunk/KDE/kdebase/apps/; revision=1096347
2010-02-25Request the activation of the view, even if the column is marked as active ↵Peter Penz
already: The activation state of a column is independent from from the activation state of the view. This fixes the regression that items for inactive views containing columns get triggered. BUG: 227472 svn path=/trunk/KDE/kdebase/apps/; revision=1096114
2010-02-25Forward port of SVN commit 1096089: Fix regression that columns stay empty ↵Peter Penz
when switching between URLs that differ by more than one sub directory. Thanks to Frank Reininghaus for the analysis. CCBUG: 227785 CCBUG: 227748 svn path=/trunk/KDE/kdebase/apps/; revision=1096093
2010-02-25Also show meta informations of files, if Nepomuk is not running or if the ↵Peter Penz
file is not indexed. Still a lot of cleanups are required (e. g. the labels are not human readable currently). svn path=/trunk/KDE/kdebase/apps/; revision=1096092
2010-02-25* No need to reload all tags when one is deleted.Sebastian Trueg
* Use Resource::genericLabel() always for consistency. svn path=/trunk/KDE/kdebase/apps/; revision=1096036
2010-02-23Remove all code that is related to DolphinController'sFrank Reininghaus
requestUrlChange signal. This signal was removed in r1080351, so the code isn't needed any more. svn path=/trunk/KDE/kdebase/apps/; revision=1095213
2010-02-23ups: I forgot to set the and-term for the file query in the last commitPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1095055
2010-02-23Use Nepomuk::Query::Query for global search queries, as it does not only ↵Peter Penz
return files but also other meta information. Thanks to Oliver Heidbüchel for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1095051
2010-02-23Allow to drop files above a tab. Thanks to Todd for the patch.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1094746
2010-02-22Use the full width of the "Name" column of the Details View forFrank Reininghaus
renaming items inline. BUG: 226666 svn path=/trunk/KDE/kdebase/apps/; revision=1094416
2010-02-21Forward port of SVN commit 1093803: Assure that the changed selection model ↵Peter Penz
is reconnected when changing columns. This fixes the regression that some operations have been disabled on sub columns. Thanks to Frank Reininghaus for the analyses. CCBUG: 226749 svn path=/trunk/KDE/kdebase/apps/; revision=1093807
2010-02-20replace X11-specific code with genericLuboš Luňák
svn path=/trunk/KDE/kdebase/apps/; revision=1093243
2010-02-17Implemented search restriction to filenames.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1091902
2010-02-16Make sure that DolphinView's m_expanderActive member is handledFrank Reininghaus
correctly, and emit DolphinDetailsViewExpander's completed() signal only if the folder loading is really finished. This fixes possible problems when restoring the current item and scroll position of the view if these require a preceding folder expansion. svn path=/trunk/KDE/kdebase/apps/; revision=1090926
2010-02-12SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1089061
2010-02-08Separate the parent object (for the knewfilemenu instance) and the parent widgetDavid Faure
(for dialogs it might pop up) so that we can use a non-widget parent. BUG: 218743 svn path=/trunk/KDE/kdebase/apps/; revision=1087087
2010-02-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1085566
2010-02-05Be more clear that selecting the checkbox means, that the shown view ↵Peter Penz
properties should be used as default (that only "new folders" are affected, is incorrect). BUG: 213354 svn path=/trunk/KDE/kdebase/apps/; revision=1085564
2010-02-05Fixed regression that has been introduced by the --select option: don't ↵Peter Penz
create 2 Dolphin windows instead of one when restoring a session. BUG: 223831 svn path=/trunk/KDE/kdebase/apps/; revision=1085555
2010-02-03Fix height calculation of "Additional Information" labelChristoph Feck
CCBUG: 220632 svn path=/trunk/KDE/kdebase/apps/; revision=1084630