┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-03-06fixed wrong ASSERT in column-view (the usecase is valid)Peter Penz
BUG: 158615 svn path=/trunk/KDE/kdebase/apps/; revision=782789
2008-03-06ignore the width when getting an icon for applying the "hidden files" ↵Peter Penz
effect, otherwise a wrong horizontal alignment is done svn path=/trunk/KDE/kdebase/apps/; revision=782786
2008-03-05provide an unintrusive frame for previews of imagesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=782785
2008-03-05Fix a crash when right clicking on the viewport and no items selected.Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=782768
2008-03-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=782608
2008-03-05Make Konqueror and Dolphin use the new KFileItem::targetUrl() method.Norbert Frese
svn path=/trunk/KDE/kdebase/apps/; revision=782396
2008-03-04Bugfix for konqueror for in dolphin: open in new tab/window opens one of the ↵Eduardo Robles Elvira
selected files (See email sent to kfm-devel for details) CCMAIL:[email protected] svn path=/trunk/KDE/kdebase/apps/; revision=782282
2008-03-02fixed problems with wrong space information (I'll backport the fix to 4.0.x ↵Peter Penz
on Tuesday - I'm currently out of office and don't have access to my 4.0.x repository) BUG: 153778 BUG: 156271 BUG: 155608 svn path=/trunk/KDE/kdebase/apps/; revision=781211
2008-03-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=781129
2008-02-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=780675
2008-02-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=779682
2008-02-26When a grouping per date is done, per default the granularity is one month. ↵Peter Penz
This patch increases the granularity for the last month: - "Weeks" are used for the last 4 weeks excluding the current week. - "Days" are used for the current week. Additionally some cleanups of the code has been done, as the method DolphinModel::data() was too long already. No backport will be done as new strings are introduced. The patch has been reviewed by Rafael Fernández López. BUG: 158267 svn path=/trunk/KDE/kdebase/apps/; revision=779438
2008-02-25SVN_SILENT trivial code simplification. hope you don't mind peter.Stefan Monov
svn path=/trunk/KDE/kdebase/apps/; revision=779275
2008-02-23minor cleanup: no need to create a slot which just invokes another method, ↵Peter Penz
just use the other method as slot svn path=/trunk/KDE/kdebase/apps/; revision=778423
2008-02-23Much better with the last report details :)Rafael Fernández López
CCBUG: 158266 svn path=/trunk/KDE/kdebase/apps/; revision=778366
2008-02-23fixed issue that when renaming "Open office.org writer documentation.pdf" ↵Peter Penz
that only "Open office" is selected and ".org writer documentation" is handled as extension BUG: 158228 svn path=/trunk/KDE/kdebase/apps/; revision=778329
2008-02-22SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=778131
2008-02-22KDE 4.1 requires Qt4.4 -> remove the #ifdefs...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=778095
2008-02-22SVN_SILENT: updated comment with the Qt-bugtracker IDPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=778039
2008-02-21Fixed wrong comments. Discussed with David Faure: installing an event filter ↵Peter Penz
works for the icons-view and details-view, but not for the column-view which uses QListView child widgets internally... We decided to leave it as it is. svn path=/trunk/KDE/kdebase/apps/; revision=777838
2008-02-21stay consistent with the QListView behavior: changed the current index also ↵Peter Penz
changes the selection svn path=/trunk/KDE/kdebase/apps/; revision=777817
2008-02-21* Install an event-filter for the view implementations. Whenever a view ↵Peter Penz
implementation gets the focus, it should request it's activation. * Let the metadata widget only get the focus by clicking. * Tried to install a similar filter for the wheel-event code duplication in the view-implementations, but the event filter is invoked _after_ the view implementation gets the wheel event... -> added a note the the 3 implementations as hint. svn path=/trunk/KDE/kdebase/apps/; revision=777757
2008-02-21don't let the selection toggle steal the keyboard focus of the viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=777738
2008-02-21Let the DolphinController be aware on which QAbstractItemView instance he is ↵Peter Penz
working. This allows to connect signals from the view implementations (icons view, details view, column view) directly to the slots of the DolphinController without a helper slot. svn path=/trunk/KDE/kdebase/apps/; revision=777737
2008-02-21Prevent code duplication by moving the duplications into the DolphinController.Peter Penz
Maybe it might be a good idea to let the DolphinController be aware also about his QAbstractItemView -> it might be possible to directly connect signals of the dolphin view implementations with the controller. I'll check this... (I did not backport this cleanup as I think it has too many changes to be handled as bugfix) CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=777719
2008-02-21Bugfix: Currently, if you open dolphin, select a bunch of files, and right ↵Eduardo Robles Elvira
click and select Open With > whatever, all the files are opened. Which is the right thing. However, if you hit enter to open those selected files, no file is opened. Currently, the file is only opened if there's only *one* file selected. The attached patch fixes this problem. svn path=/trunk/KDE/kdebase/apps/; revision=777695
2008-02-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=777485
2008-02-18LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGSChristian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=776849
2008-02-18SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=776784
2008-02-18No longer use Obsolete Member for QWidget:Bill Egert
topLevelWidget() => window() svn path=/trunk/KDE/kdebase/apps/; revision=776408
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