┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-02-17* if the system font is changed during Dolphin is open, take care to update ↵Peter Penz
the used font of all views too (assuming that the user selected "system font" as font) * store the font weight instead of a bool property "isBold" Thanks to Rafael for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=776188
2008-02-16let F6 also select the whole text of the URL navigator to stay consistent ↵Peter Penz
with Konqueror and Firefox BUG: 157589 svn path=/trunk/KDE/kdebase/apps/; revision=775977
2008-02-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=775970
2008-02-16update the selection-toggle (+/-) when the selection has been changed ↵Peter Penz
"outside" by the rubberband or e. g. "Select All" svn path=/trunk/KDE/kdebase/apps/; revision=775828
2008-02-16Bypassed a bug in QTreeView::mouseMoveEvent() (see comment in code). ↵Peter Penz
Submitted a bug-report to Trolltech, bug tracker ID is still pending (will add the ID into the code as soon as I get it). svn path=/trunk/KDE/kdebase/apps/; revision=775736
2008-02-16Provide an option for the details view to expand folders (= tree view), as ↵Peter Penz
this is required for Konqueror to get back this functionality from KDE 3. It is possible in Dolphin to enable this option too, but it is set to false per default. BUG: 155571 svn path=/trunk/KDE/kdebase/apps/; revision=775621
2008-02-16SVN_SILENT: coding style fix (m_metadataWidget -> m_metaDataWidget)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=775612
2008-02-16fix possible crash, as MetaDataWidget::metaDataAvailable() can change during ↵Peter Penz
runtime BUG: 157915 svn path=/trunk/KDE/kdebase/apps/; revision=775610
2008-02-15Initially I thought it's better not having code as default value inside ↵Peter Penz
dolphin_generalsettings.kcfg. But the check for an empty home URL in DolphinMainWindow::init() must also be done when invoking GeneralSettings::setDefaults() in StartupSettingsPage, otherwise the home URL would get empty... Using QDir::homePath() as default-value inside the *.kcfg file prevents such issues. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=775494
2008-02-15Currently when the general font of KDE has been changed, the used fonts for ↵Peter Penz
the view in Dolphin have not been changed. This has been fixed by differing between a "Use system font" setting (= default) or a "Use custom font" setting. TODO: if the general font of KDE is changed during Dolphin is open, no update is done yet CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=775487
2008-02-15David says: "PixmapViewer::setSizeHint should call updateGeometry() instead ↵Peter Penz
of all those layout hacks :)" - and as always David was right :-) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=775421
2008-02-15don't connect to a non-existent slot (the code for updateCutItems() is now ↵Peter Penz
part of the IconManager) svn path=/trunk/KDE/kdebase/apps/; revision=775418
2008-02-15Fix flicker when resizing the central view area in Dolphin. Only applicable ↵Robert Knight
with Qt 4.4 with alien widgets enabled. Any widgets passed to KDirLister::setMainWindow() become native widgets because of a call to QWidget::winId() inside KIO. This fix passes the top level Dolphin window to setMainWindow() (which is already a native window) instead of the item view widget. svn path=/trunk/KDE/kdebase/apps/; revision=775396
2008-02-15SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=775353
2008-02-14Bypass a temporary (?) regression (?) with the current Qt 4.4 beta version: ↵Peter Penz
it seems like QLayout::activate()/update() don't do a relayout anymore if the sizehint of a sub widget has been changed. I'll check this again with Qt 4.4.0. svn path=/trunk/KDE/kdebase/apps/; revision=775119
2008-02-14display an error message if the the user tries to set an invalid home URL in ↵Peter Penz
the settings dialog svn path=/trunk/KDE/kdebase/apps/; revision=775098
2008-02-14minor code cleanupPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=775094
2008-02-14fixed issue that the item height does not match to the number of lines in ↵Peter Penz
the default setup of Dolphin svn path=/trunk/KDE/kdebase/apps/; revision=775065
2008-02-14~ is no useful home folder in a Windows environment (thanks to Michael ↵Peter Penz
O'Shea for the patch!) BUG: 156463 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=775056
2008-02-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=774936
2008-02-13Provide the "sort by" actions in dolphinpart (konqueror); share and simplify ↵David Faure
the code by connecting to the actiongroup's signal. svn path=/trunk/KDE/kdebase/apps/; revision=774699
2008-02-13--deprecatedDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=774649
2008-02-13Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's ↵David Faure
View Modes menu. (this is done using a Q_PROPERTY in the dolphin part and a signal; the available view modes for creating the menu in the first place are listed in dolphinpart.desktop) Konqueror: cleaned up the old (complex) handling of view modes as N toolbar buttons from M services grouped by library (240 lines less!). Dolphin: moved view mode handling to DolphinViewActionHandler, removes duplication between part and mainwindow. svn path=/trunk/KDE/kdebase/apps/; revision=774646
2008-02-13SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=774640
2008-02-12SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=774169
2008-02-12"Part" is a technical term; name it "Dolphin View" for konqueror's view mode ↵David Faure
menu, more consistent with "File Size View" and "File Replace View" svn path=/trunk/KDE/kdebase/apps/; revision=774128
2008-02-12Move the Ctrl-wheel zoom handling to dolphinview.Luciano Montanaro
The specialized views still need to ignore the Ctrl-qualified wheel events, though. svn path=/trunk/KDE/kdebase/apps/; revision=773976
2008-02-12use different icons dependent on the checked state of the toggle Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=773902
2008-02-12don't keep a KFileItem inside the selection manager for the whole lifetime, ↵Peter Penz
work with the URL internally instead svn path=/trunk/KDE/kdebase/apps/; revision=773890
2008-02-11fix a flickering of the horizontal scrollbar when decreasing the width ↵Peter Penz
inside the details view CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=773821
2008-02-11apply sorting + sort order to the column viewPeter Penz
BUG: 157343 svn path=/trunk/KDE/kdebase/apps/; revision=773766
2008-02-11fixed crash when cancelling the "apply view properties" dialogPeter Penz
BUG: 156752 svn path=/trunk/KDE/kdebase/apps/; revision=773706
2008-02-11Forwardport 773570:David Faure
Factorize all the view-related action handling to DolphinViewActionHandler, to remove code duplication between mainwindow and part, and to remove my code-splitting with the static createFooAction methods in the view. svn path=/trunk/KDE/kdebase/apps/; revision=773572
2008-02-11Factorize all the view-related action handling to DolphinViewActionHandler, ↵David Faure
to remove code duplication between mainwindow and part, and to remove my code-splitting with the static createFooAction methods in the view. svn path=/branches/KDE/4.0/kdebase/apps/; revision=773570
2008-02-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=771980
2008-02-07Fixed issue that the "Show Full Location" action is not synchronized with ↵Peter Penz
the editable state of the URL navigator (thanks to David Benjamin for the patch). BUG: 156891 svn path=/trunk/KDE/kdebase/apps/; revision=771918
2008-02-02reset the URL candidate if a resizing is donePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=770176
2008-02-02Information Panel: If the width of the panel is increased, also increase the ↵Peter Penz
size of the item preview to take advantege of the additional space. BUG: 156046 svn path=/trunk/KDE/kdebase/apps/; revision=770173
2008-02-02stay consistent with Plasma and move the selection icon on the top/left of ↵Peter Penz
items (thanks to Jan Klein-Hitpass for the hint) svn path=/trunk/KDE/kdebase/apps/; revision=770151
2008-02-02Improve the selection toggle: Instead of a delay of one second until ↵Peter Penz
appearing, let it appear immediately but provide a smooth fade-in effect. This makes it usable from the start but is less obtrusive for the eyes. svn path=/trunk/KDE/kdebase/apps/; revision=770115
2008-02-02SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/branches/KDE/4.0/kdebase/apps/; revision=769836
2008-02-01Zoom in and out the icon view on Ctrl+Mouse wheel. Luciano Montanaro
CCMAIL: [email protected] --This li.Ine, and those below, will be ignored-- M src/dolphiniconsview.cpp svn path=/trunk/KDE/kdebase/apps/; revision=769728
2008-02-01Backport. Show the vertical scrollbar only when necessary.Rafael Fernández López
svn path=/branches/KDE/4.0/kdebase/apps/; revision=769333
2008-02-01Show the vertical scroll bar only when necessaryRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=769332
2008-01-30Don't offer a Move Here/Copy Here/Link Here menu when dropping items above ↵Peter Penz
the trash, just move the things into the trash instead. TODO: as the inline comment already says KonqOperations::doDrop() should be used as longterm solution... svn path=/trunk/KDE/kdebase/apps/; revision=768925
2008-01-30allow dropping items above a place inside the Places panelPeter Penz
BUG: 154014 svn path=/trunk/KDE/kdebase/apps/; revision=768921
2008-01-28take care to remove the selection toggle when items have been deletedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=767778
2008-01-28fixed issue that previews of hidden files had no semitransparent effect (the ↵Peter Penz
semi-transparent effect requires having an alpha mask) svn path=/trunk/KDE/kdebase/apps/; revision=767742
2008-01-28* replace item.name().startsWith('.') by item.isHidden()Peter Penz
* removed redundant applying of a hidden item effect before starting the preview svn path=/trunk/KDE/kdebase/apps/; revision=767730
2008-01-28keep in sync with 4.0 branch (767566)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=767567