Commit graph

14712 commits

Author SHA1 Message Date
Andrew Coles 799c493029 Corrected typos - nothing serious, but hey, I'm feeling fastidious.
svn path=/trunk/KDE/kdebase/apps/; revision=932536
2009-02-26 21:07:48 +00:00
Andrew Coles 6118e846c0 Improved English usage slightly.
svn path=/trunk/KDE/kdebase/apps/; revision=932529
2009-02-26 20:50:32 +00:00
Peter Penz 1823a5bdc9 add dialog to configure which services should be shown in the context menu
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=932521
2009-02-26 20:39:31 +00:00
Peter Penz 9c0e0f4eb5 add KCM for the services settings, so that they are also accessible in Konqueror
svn path=/trunk/KDE/kdebase/apps/; revision=932520
2009-02-26 20:38:42 +00:00
Peter Penz 7e3ac0ede6 adjust size hints of group boxes
svn path=/trunk/KDE/kdebase/apps/; revision=932509
2009-02-26 20:10:27 +00:00
David Faure feddae8af8 Calling the "Show" group "hiddenGroup" is a bit surprising to the casual reader ;)
svn path=/trunk/KDE/kdebase/apps/; revision=932508
2009-02-26 20:08:22 +00:00
Peter Penz 89e5b75aa3 remember which service menus should be shown in the context menu
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=932504
2009-02-26 19:58:22 +00:00
Eduardo Robles Elvira 3ecd6e0d68 bugfix: we were saving each closed window twice, and even one of those savings was not getting deleted. Now we will use an anonymous config for storing in memory the closed items. This brings also a small optimization because we don't need to read closeditems_saved when closing a tab anymore.
svn path=/trunk/KDE/kdebase/apps/; revision=932333
2009-02-26 11:39:52 +00:00
Peter Penz ff2003e820 Provide a basic UI for the "Services" settings dialog. It's open yet whether 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-25 20:53:17 +00:00
Script Kiddy 466471e0f9 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=931776
2009-02-25 19:33:07 +00:00
Yuri Chornoivan b54e1983c8 Fix typos
svn path=/trunk/KDE/kdebase/apps/; revision=931620
2009-02-25 15:43:02 +00:00
David Faure 69659d70f4 Restore support for pasting clipboard data (e.g. text) into a file, like konq-kde3 could do.
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=931496
2009-02-25 11:47:37 +00:00
Nick Shaforostoff 5a8343ae38 make it cleaner a bit
svn path=/trunk/KDE/kdebase/apps/; revision=931129
2009-02-24 20:32:33 +00:00
Burkhard Lück bf1b72df01 doc update
svn path=/trunk/KDE/kdebase/apps/; revision=931118
2009-02-24 20:20:30 +00:00
Christian Ehrlicher 35fdeaf1a4 KUrl::path() != KUrl::toLocalFile() - at least not on windows
svn path=/trunk/KDE/kdebase/apps/; revision=931093
2009-02-24 19:20:14 +00:00
Yuri Chornoivan 859c5b6fbf these setting -> these settings
svn path=/trunk/KDE/kdebase/apps/; revision=931016
2009-02-24 16:00:20 +00:00
Script Kiddy 6f8fcb3382 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=930985
2009-02-24 15:27:49 +00:00
Peter Penz 8beeb2fc99 Stupid me: The inconsistent behavior between QListView::scrollTo() and 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-24 08:25:01 +00:00
Peter Penz e491dacef7 After renaming an item the view should be scrolled in a way to still have a 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-24 08:09:35 +00:00
Andrew Coles f6b08347e1 i) For single-char .section calls - using 'x' rather than "x" as an argument.
ii) ++i rather than i++ where applicable.


svn path=/trunk/KDE/kdebase/apps/; revision=930643
2009-02-23 23:03:13 +00:00
Andrew Coles 1a93cd06ac Removed assignment of empty QString to a new (and hence empty) QString.
svn path=/trunk/KDE/kdebase/apps/; revision=930641
2009-02-23 22:58:08 +00:00
Andrew Coles 5c983ad9a7 Replaced .replace(x,QString()) with .remove(x).
svn path=/trunk/KDE/kdebase/apps/; revision=930639
2009-02-23 22:53:19 +00:00
Yuri Chornoivan b50d6cd924 Fix typos
svn path=/trunk/KDE/kdebase/apps/; revision=930561
2009-02-23 20:23:59 +00:00
David Faure 3a8d72aaf6 Repair DND-onto-khtmlview -- the part's widget isn't a qscrollarea anymore since the findbar redesign,
so we need to call setAcceptDrops explicitely on the part's widget. 177925.

svn path=/trunk/KDE/kdebase/apps/; revision=930534
2009-02-23 19:17:31 +00:00
David Faure f1445d9fec Allow users to change mimetype icons if they use shared-mime-info >= 0.40
BUG: 158895

svn path=/trunk/KDE/kdebase/apps/; revision=930394
2009-02-23 10:41:59 +00:00
Kurt Hindenburg 98b358a8ff Add info for 3 dialogs
svn path=/trunk/KDE/kdebase/apps/; revision=930342
2009-02-23 05:03:39 +00:00
Shaun Reich 489149bd28 * Remove deprecated use of KTabBar::setCloseButtonEnabled(), use qt-provided 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-22 17:06:15 +00:00
Michael Pyne 1e982fa743 My first commit for the .desktop file security patch series is to
make the Program.desktop template have the right header.

svn path=/trunk/KDE/kdebase/apps/; revision=930064
2009-02-22 16:31:40 +00:00
Peter Penz c1ee1b8774 clear the selection when Escape has been pressed (= same behavior like in Konqueror for KDE 3)
BUG: 185184

svn path=/trunk/KDE/kdebase/apps/; revision=929983
2009-02-22 14:07:46 +00:00
Peter Penz 1481c3b634 SVN_SILENT: removed spaces from end of line
svn path=/trunk/KDE/kdebase/apps/; revision=929981
2009-02-22 14:06:10 +00:00
Peter Penz 00fb8898b9 SVN_SILENT: removed kDebugs
svn path=/trunk/KDE/kdebase/apps/; revision=929967
2009-02-22 13:21:08 +00:00
Script Kiddy c79e40a4c1 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=929949
2009-02-22 13:03:29 +00:00
Fredrik Höglund 196956675b Get rid of the KonqTabsStyle hack, and use the new documentMode property
in QTabWidget instead.

svn path=/trunk/KDE/kdebase/apps/; revision=929629
2009-02-21 18:42:21 +00:00
Script Kiddy f5e9992af1 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=929498
2009-02-21 14:07:30 +00:00
Jonathan Riddell 0ab4c5229e Remove preview icon, it isn't used, pollutes the hicolour namespace
and Oxygen already has a preview icon which Dolphin already uses (view-preview).

svn path=/trunk/KDE/kdebase/apps/; revision=929116
2009-02-20 17:07:59 +00:00
Peter Penz 9635a79cdb Remember the used URL completion mode of the URL navigator. Thanks to Frank Reininghaus for the patch!
BUG: 170502

svn path=/trunk/KDE/kdebase/apps/; revision=929111
2009-02-20 16:55:25 +00:00
Fredrik Höglund 630efaead8 Fix a sizing problem that would sometimes result in the popup showing
a scrollbar even when there is enough space available.

svn path=/trunk/KDE/kdebase/apps/; revision=928129
2009-02-18 23:01:41 +00:00
Script Kiddy 5d7e400a2e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=927865
2009-02-18 13:16:56 +00:00
David Faure 7d3b89fe8f Fix the slotAddTab hack so that the widget's focusproxy is not lost... #176204
svn path=/trunk/KDE/kdebase/apps/; revision=927864
2009-02-18 13:16:53 +00:00
Peter Penz c2eaae6140 use an icon for the "Rename" icon like the Folder View Plasmoid
svn path=/trunk/KDE/kdebase/apps/; revision=927646
2009-02-18 00:09:22 +00:00
Peter Penz 1a18ea39ea assure that the size hint calculation and the painting code are consistent
svn path=/trunk/KDE/kdebase/apps/; revision=927623
2009-02-17 22:24:14 +00:00
Peter Penz e546d51c61 Don't rely on the m_isHovered flag, explicitely check the left mouse button instead.
svn path=/trunk/KDE/kdebase/apps/; revision=927602
2009-02-17 21:54:25 +00:00
Peter Penz dca7c6b499 SVN_SILENT: forgot to remove this include after doing some tests
svn path=/trunk/KDE/kdebase/apps/; revision=927585
2009-02-17 21:27:17 +00:00
Peter Penz e00d3b58f5 Fixed issue that invoking Dolphin with a specified path is ignored when 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 20:43:15 +00:00
Peter Penz 7ff55a619d * Use Nepomuk for getting the meta data instead of KFileMetaInfo.
* 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: sebastian@trueg.de
BUG: 180742
BUG: 181592

svn path=/trunk/KDE/kdebase/apps/; revision=927542
2009-02-17 20:37:34 +00:00
Peter Penz f477659a74 removed m_minimumSizeHint member, it is redundant
svn path=/trunk/KDE/kdebase/apps/; revision=927537
2009-02-17 20:22:04 +00:00
David Faure b551057c66 Don't overwrite the URL typed by the user (e.g. upon redirection) if he/she had time to type while the url was loading.
Testcase in bug 64868 comments 12 and 15.

svn path=/trunk/KDE/kdebase/apps/; revision=927493
2009-02-17 17:17:34 +00:00
Peter Penz f5dc6b7cb6 When the selection toggle is clicked and the mouse gets moved outside the 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-17 17:12:31 +00:00
Shaun Reich a3a23e9951 The tab order of the View Properties Dialog now moves in a logical and coherent manner (it no longer skips out of order).
svn path=/trunk/KDE/kdebase/apps/; revision=927483
2009-02-17 16:40:59 +00:00
Script Kiddy d11d4a0565 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=927390
2009-02-17 12:09:45 +00:00