┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-03-03SVN_SILENT: coding style fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=934820
2009-03-03don't show the phonon widget, if more than one file is selectedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=934812
2009-03-03reset the information panel if an item is shown that got deletedPeter Penz
BUG: 186071 svn path=/trunk/KDE/kdebase/apps/; revision=934807
2009-03-03only add the service to the list, if there is no other service using the ↵Peter Penz
same name svn path=/trunk/KDE/kdebase/apps/; revision=934788
2009-03-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=934676
2009-03-03Changed activated() signal usages... to currentIndexChanged();Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=934414
2009-03-02Fixed a security bug in dolphin when handling malformed http urls.Jose Carlos Norte
svn path=/trunk/KDE/kdebase/apps/; revision=933947
2009-03-01Use currentIndexChanged() signal instead of activated(), the latter does not ↵Shaun Reich
always do what you would think. svn path=/trunk/KDE/kdebase/apps/; revision=933889
2009-03-01Changed deprecated use of signal closeRequested(int) to tabCloseRequested(int)Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=933837
2009-03-01SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=933737
2009-03-01SVN_SILENT: minor coding style cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=933598
2009-03-01removed Quick-View code (it has already been disabled before)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=933591
2009-03-01don't make the struct ClosedTab accessible for other classesPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=933589
2009-03-01Fixed a bug in the "Recently Closed Tabs" menu that would cause it to show ↵Shaun Reich
more recent tabs at the bottom. The most recent tab will now always be shown right below the separator, which is right below the "Clear Recently Closed Tabs" action. svn path=/trunk/KDE/kdebase/apps/; revision=933487
2009-03-01Closed tabs are now remembered within Dolphin, so if you accidentally close ↵Shaun Reich
them, or need to reopen a previous one-go crazy. Closed tabs now become stored in the "Go"->"Recently Closed Tabs" menu. To clear this list, there is an action within that menu. Clicking on a remembered tab's action, will remove that entry, restore that tab, and focus it. svn path=/trunk/KDE/kdebase/apps/; revision=933483
2009-02-28SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=933233
2009-02-28Fix warning about shortcutLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=933227
2009-02-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=932916
2009-02-26add KCM for the services settings, so that they are also accessible in KonquerorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=932520
2009-02-26adjust size hints of group boxesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=932509
2009-02-26Calling the "Show" group "hiddenGroup" is a bit surprising to the casual ↵David Faure
reader ;) svn path=/trunk/KDE/kdebase/apps/; revision=932508
2009-02-26remember which service menus should be shown in the context menuPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=932504
2009-02-25Provide a basic UI for the "Services" settings dialog. It's open yet whether ↵Peter Penz
installing services by the internet will make it into Dolphin/Konqueror for KDE 4.3, but at least turning off services (without deinstalling applications...) will be supported. svn path=/trunk/KDE/kdebase/apps/; revision=931854
2009-02-25SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=931776
2009-02-25Restore support for pasting clipboard data (e.g. text) into a file, like ↵David Faure
konq-kde3 could do. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=931496
2009-02-24KUrl::path() != KUrl::toLocalFile() - at least not on windowsChristian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=931093
2009-02-24Stupid me: The inconsistent behavior between QListView::scrollTo() and ↵Peter Penz
QTreeView::scrollTo() has been fixed in Qt 4.5 :-) I should have tested this _before_ committing the huge patch for bug 185191... So: * Remove the workaround in DolphinIconsView::scrollTo() to bypass an issue in Qt 4.4 (-> fixed in Qt 4.5) * Revert the "use the DolphinController"-parts of commit 930754 and just use QAbstractItemView::scrollTo() instead. CCBUG: 185191 svn path=/trunk/KDE/kdebase/apps/; revision=930777
2009-02-24After renaming an item the view should be scrolled in a way to still have a ↵Peter Penz
fully visible renamed item. The implementation required a lot of more code changes as such a fix should require: QAbstractItemView::scrollTo() cannot be used directly (inconsistent default behavior in QListView and QTreeView, a special case for the column view), so the communication has to be done with the DolphinController... BUG: 185191 svn path=/trunk/KDE/kdebase/apps/; revision=930754
2009-02-22* Remove deprecated use of KTabBar::setCloseButtonEnabled(), use qt-provided ↵Shaun Reich
method-QTabBar::setTabsClosable(). * Enable dragging of tabs thanks to the new feature in Qt 4.5, QTabBar::setMovable(), now that the KTabBar has been ported. The dragging is a very neat effect. BUG: 164313 svn path=/trunk/KDE/kdebase/apps/; revision=930077
2009-02-22clear the selection when Escape has been pressed (= same behavior like in ↵Peter Penz
Konqueror for KDE 3) BUG: 185184 svn path=/trunk/KDE/kdebase/apps/; revision=929983
2009-02-22SVN_SILENT: removed spaces from end of linePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=929981
2009-02-22SVN_SILENT: removed kDebugsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=929967
2009-02-22SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=929949
2009-02-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=929498
2009-02-20Remove preview icon, it isn't used, pollutes the hicolour namespaceJonathan Riddell
and Oxygen already has a preview icon which Dolphin already uses (view-preview). svn path=/trunk/KDE/kdebase/apps/; revision=929116
2009-02-20Remember the used URL completion mode of the URL navigator. Thanks to Frank ↵Peter Penz
Reininghaus for the patch! BUG: 170502 svn path=/trunk/KDE/kdebase/apps/; revision=929111
2009-02-18use an icon for the "Rename" icon like the Folder View PlasmoidPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=927646
2009-02-17assure that the size hint calculation and the painting code are consistentPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=927623
2009-02-17Don't rely on the m_isHovered flag, explicitely check the left mouse button ↵Peter Penz
instead. svn path=/trunk/KDE/kdebase/apps/; revision=927602
2009-02-17SVN_SILENT: forgot to remove this include after doing some testsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=927585
2009-02-17Fixed issue that invoking Dolphin with a specified path is ignored when ↵Peter Penz
another Dolphin window is open already. Thanks to Frank Reininghaus for the patch. BUG: 169016 svn path=/trunk/KDE/kdebase/apps/; revision=927544
2009-02-17* Use Nepomuk for getting the meta data instead of KFileMetaInfo.Peter Penz
* Use a QScrollArea widget to embedd the meta data, as Nepomuk provides so much meta information that it might not fit into the panel. Open issues: * Add the possibility to configure which kind of meta information should be shown. * Check whether the receiving of the meta data for one file also might block the UI like when using KFileMetaInfo in combination with strigi. CCMAIL: [email protected] BUG: 180742 BUG: 181592 svn path=/trunk/KDE/kdebase/apps/; revision=927542
2009-02-17removed m_minimumSizeHint member, it is redundantPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=927537
2009-02-17When the selection toggle is clicked and the mouse gets moved outside the ↵Peter Penz
selection toggle boundaries, a rubberband with a random start position will get visible. Bypass this issue by consuming the mouse-move events. BUG: 184178 svn path=/trunk/KDE/kdebase/apps/; revision=927488
2009-02-17The tab order of the View Properties Dialog now moves in a logical and ↵Shaun Reich
coherent manner (it no longer skips out of order). svn path=/trunk/KDE/kdebase/apps/; revision=927483
2009-02-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=927390
2009-02-17Implement TODO - show the action "expandable folders" in the RMB popup over ↵David Faure
detailed listview. svn path=/trunk/KDE/kdebase/apps/; revision=927297
2009-02-16Applied patches to filterbar as discussed on review request 91 and 93.Sascha Peilicke
svn path=/trunk/KDE/kdebase/apps/; revision=926845
2009-02-16SVN_SILENT: Fixed another accidental doxygen highlight.Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=926759
2009-02-16I forgot to change these connection statements to both send and receive ↵Shaun Reich
boolean values in my prior commit(s). Now the View Properties Dialog will enable the apply button when the affected (4) widget values are changed. svn path=/trunk/KDE/kdebase/apps/; revision=926757