┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-04-02Remove the SVN plugin from the Dolphin sources. The plugin will get part of ↵Peter Penz
kdesdk (request will be submitted on reviewboard during the next days). svn path=/trunk/KDE/kdebase/apps/; revision=1110250
2010-03-30Split the class DolphinController into the two classes DolphinViewController ↵Peter Penz
and ViewModeController. The ViewModeController offers a defined interface to control view mode implementations like icons view, details view and column view. The DolphinViewController allows those view mode implementations to control the parent DolphinView in a limited way. svn path=/trunk/KDE/kdebase/apps/; revision=1109228
2010-03-27Use floating point font sizes for font requesterChristoph Feck
CCBUG: 220632 svn path=/trunk/KDE/kdebase/apps/; revision=1108111
2010-03-27Start font requester with previously set custom fontChristoph Feck
svn path=/trunk/KDE/kdebase/apps/; revision=1108110
2010-03-27Clear the items after hiding the tooltip, otherwise a flickering might occur ↵Peter Penz
when reopening the tooltip svn path=/trunk/KDE/kdebase/apps/; revision=1108086
2010-03-27Share one tooltip instance for all tooltip manager instancesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1108076
2010-03-27Enable job-transfer indication for file items.Peter Penz
Thanks to Shaun Reich for the patch and the implementation behind in kdelibs! svn path=/trunk/KDE/kdebase/apps/; revision=1108002
2010-03-27Don't recreate and destroy the tooltip widget on each show/hide operation, ↵Peter Penz
just use set the widget visible/invisible and update the content instead svn path=/trunk/KDE/kdebase/apps/; revision=1107992
2010-03-25Open the meta data configuration dialog modelessPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1107448
2010-03-25Enable the meta data configuration dialog again after the ↵Peter Penz
KFileMetaDataWidget code has been moved to kdelibs svn path=/trunk/KDE/kdebase/apps/; revision=1107432
2010-03-25Remove the redundant m_versionInfoKeys member, just iterate the hash table ↵Peter Penz
instead svn path=/trunk/KDE/kdebase/apps/; revision=1107255
2010-03-24Renamed methods and improved documentation, as in the previous patch the ↵Peter Penz
wrong mutex has been used accidently because of the confusing naming of the methods. svn path=/trunk/KDE/kdebase/apps/; revision=1107136
2010-03-24Version control: Move the maintainance of pending threads into a custom ↵Peter Penz
class. Also the UpdateItemStatesThread differs now between protecting the globally shared plugin and the locally shared data. svn path=/trunk/KDE/kdebase/apps/; revision=1107125
2010-03-24Always apply the editable state of the current URL navigator to the URL ↵Peter Penz
navigator of the new tab (not only if the current URL navigator is editable) svn path=/trunk/KDE/kdebase/apps/; revision=1106928
2010-03-23VersionControlObserver: Only disconnect m_plugin in the destructor ifFrank Reininghaus
it is not 0. Fixes a Qt runtime warning. svn path=/trunk/KDE/kdebase/apps/; revision=1106816
2010-03-23Assure that when opening a new tab, that the URL navigator of the new tab ↵Peter Penz
has the same editable state as the current tab Thanks to Vishesh Handa for the patch! svn path=/trunk/KDE/kdebase/apps/; revision=1106757
2010-03-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1106528
2010-03-22Use KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps ↵Peter Penz
KFileMetaDataConfigurationWidget. svn path=/trunk/KDE/kdebase/apps/; revision=1106465
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