Commit graph

11103 commits

Author SHA1 Message Date
Laurent Montel 77b9a80c7e Q3GroupBox--
svn path=/trunk/KDE/kdebase/apps/; revision=666557
2007-05-20 10:00:31 +00:00
Script Kiddy c9942754b9 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=666507
2007-05-20 05:13:09 +00:00
Peter Penz 130344cdc4 EBN fixes (thanks to Max Blazejak!)
svn path=/trunk/KDE/kdebase/apps/; revision=666387
2007-05-19 18:04:31 +00:00
Peter Penz 52070a7b03 - rename m_name to m_nameLabel for consistency
- prevent that the m_nameLabel increases the size of the infosidebar if the text cannot get wrapped

svn path=/trunk/KDE/kdebase/apps/; revision=666383
2007-05-19 17:53:12 +00:00
Peter Penz a33048a489 internal cleanup; additional meta information can be shown now, although this code path is deactivated currently because the system hangs when retreiving the meta information of a zip-file
svn path=/trunk/KDE/kdebase/apps/; revision=666379
2007-05-19 17:23:35 +00:00
Peter Penz bb12a32ef8 minor coding guideline fixes
svn path=/trunk/KDE/kdebase/apps/; revision=666375
2007-05-19 17:22:20 +00:00
Peter Penz 72f0ffa77b performance optimization: don't retrieve the meta information immediately when changing the item selection, wait 300 ms until no selection change has been done
svn path=/trunk/KDE/kdebase/apps/; revision=666342
2007-05-19 14:42:11 +00:00
Laurent Montel 574f83da8d QGroupBox--
svn path=/trunk/KDE/kdebase/apps/; revision=666308
2007-05-19 12:34:02 +00:00
Laurent Montel c2babcadfe Q3GroupBox--
svn path=/trunk/KDE/kdebase/apps/; revision=666306
2007-05-19 12:29:13 +00:00
Peter Penz 227efe0a4b include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=666303
2007-05-19 12:25:31 +00:00
Laurent Montel 60e5e81028 It's not depend under KDE4_KDE3SUPPORT_LIBS
svn path=/trunk/KDE/kdebase/apps/; revision=666302
2007-05-19 12:23:10 +00:00
Laurent Montel df5c94f74c Q3support
svn path=/trunk/KDE/kdebase/apps/; revision=666297
2007-05-19 12:17:25 +00:00
Laurent Montel 079cc9858d Qt3support--
svn path=/trunk/KDE/kdebase/apps/; revision=666295
2007-05-19 12:12:55 +00:00
Laurent Montel 2076bcef9f Not necessary
svn path=/trunk/KDE/kdebase/apps/; revision=666293
2007-05-19 12:07:27 +00:00
Laurent Montel a895fc165c fix signal/slot
Qt3support--

svn path=/trunk/KDE/kdebase/apps/; revision=666290
2007-05-19 12:01:05 +00:00
David Faure d23a4f31cb Make the test link (moving renamedialog to libdolphinprivate since we'll need that feature in the part anyway)
svn path=/trunk/KDE/kdebase/apps/; revision=666229
2007-05-19 08:03:39 +00:00
Peter Penz 13779085bf EBN fixes + minor coding guideline fixes (thanks to Max Blazejak!).
svn path=/trunk/KDE/kdebase/apps/; revision=666164
2007-05-18 23:51:03 +00:00
Peter Penz 26422b6f0e although not required at the moment, this alignment makes sense with the improved KFileItemDelegate implementation from Fredrik (hope Fredrik commits on Monday :-))
svn path=/trunk/KDE/kdebase/apps/; revision=666163
2007-05-18 23:42:17 +00:00
Peter Penz 50276d327a David Faure wrote:
> Sounds like the kind of method that would benefit greatly from a unit test :)

OK, committing my first unit test for KDE. Although very minimal it's at least a start ;-) (currently deactivated as I've some problem in CMakeList.txt)

svn path=/trunk/KDE/kdebase/apps/; revision=666162
2007-05-18 23:36:58 +00:00
Peter Penz 6798497674 grmpf - forgot to remove the kDebug() statement in my previous commit...
svn path=/trunk/KDE/kdebase/apps/; revision=666125
2007-05-18 20:57:35 +00:00
Peter Penz 775b46459e When renaming items in Dolphin, only the name should be selected, not the extensions like ".gif", ".txt" etc. The inconvenient part is if the item name is something like "cmake-2.4.5", where the version number does not count as extension (-> the whole string should be selected in this case).
This patch should fix the problem...

Examples (name -> selected string):
"Image.gif" -> "Image"
"package.tar.gz" -> "package"
"cmake-2.4.5" -> "cmake-2.4.5"
"Image.1.12.gif" -> "Image.1.12"
"Image.tar.1.12.gz" -> "Image"

svn path=/trunk/KDE/kdebase/apps/; revision=666118
2007-05-18 20:52:48 +00:00
Peter Penz 7fd01d4831 Allow to configure whether an asking for confirmation should be done for the 'Move To Trash' and 'Delete' actions. This setting is used by konq_operations.cc and shared with Konqueror.
svn path=/trunk/KDE/kdebase/apps/; revision=666103
2007-05-18 19:39:08 +00:00
Peter Penz cca8a9692e - assure that when hovering the viewport that an empty request for item information is send
- remove unused method

svn path=/trunk/KDE/kdebase/apps/; revision=665973
2007-05-18 13:06:41 +00:00
Peter Penz f9711aaec8 - allow to configure that the filter bar should be shown after starting Dolphin (is off per default)
- some minor naming cleanups

BUG: 145168

svn path=/trunk/KDE/kdebase/apps/; revision=665964
2007-05-18 12:44:52 +00:00
Peter Penz 23bfe5609d ignore spontaneous show events (thanks to Dominik Haumann for pointing this out)
svn path=/trunk/KDE/kdebase/apps/; revision=665855
2007-05-18 08:42:45 +00:00
Stephan Kulow 980321319e fix possible crash (CID 3607)
svn path=/trunk/KDE/kdebase/apps/; revision=665696
2007-05-17 17:40:51 +00:00
Peter Penz 65bc7d9387 information sidebar fixes:
- provide meta information when hovering items
- don't increase the sidebar width, if the item name is longer than the available width

svn path=/trunk/KDE/kdebase/apps/; revision=665646
2007-05-17 14:51:54 +00:00
Peter Penz a3a2a88219 when the column view is used, then 'Split view' should take the root URL of the column view as new base for the secondary view
svn path=/trunk/KDE/kdebase/apps/; revision=665630
2007-05-17 13:29:13 +00:00
Peter Penz c2d96c60e2 when having split views: darken the background color of the inactive view
svn path=/trunk/KDE/kdebase/apps/; revision=665612
2007-05-17 12:00:50 +00:00
Peter Penz 578ae2341a improve drag & drop support for treeview sidebar:
- allow to drag items within the tree
- expand nodes automatically during a drag & drop operation

svn path=/trunk/KDE/kdebase/apps/; revision=665588
2007-05-17 10:06:37 +00:00
Peter Penz 2f2039eb97 don't increase the decoration size if the icons are aligned from left to right
svn path=/trunk/KDE/kdebase/apps/; revision=665573
2007-05-17 08:42:07 +00:00
Peter Penz a8000f9650 reload items when the view is refreshed by changing the global settings
svn path=/trunk/KDE/kdebase/apps/; revision=665571
2007-05-17 08:16:56 +00:00
Peter Penz 94c57d70b0 fix for the fix for the fix [1]: assure that invoking Dolphin with remote URLs like "dolphin ftp://ftp.kde.org/" works too (thanks to David Faure)
[1] I hope this does not get a neverending story ;-)

svn path=/trunk/KDE/kdebase/apps/; revision=665393
2007-05-16 19:37:31 +00:00
Peter Penz 008cfaa018 revert last patch ("fix issue that invoking 'dolphin .' does not work") and replace it by a more generic approach
svn path=/trunk/KDE/kdebase/apps/; revision=665386
2007-05-16 19:21:06 +00:00
Stephen Leaf 1fef095675 EBN Fixes
svn path=/trunk/KDE/kdebase/apps/; revision=665379
2007-05-16 18:52:56 +00:00
Peter Penz 9342c9b2d8 allow that Dolphin can be started like 'dolphin .' for showing the current directory (patch submitted by Max Blazejak)
svn path=/trunk/KDE/kdebase/apps/; revision=665320
2007-05-16 15:10:37 +00:00
Peter Penz f9dfb758f0 using KShell::quoteArg() "might be" helpful ;-)
svn path=/trunk/KDE/kdebase/apps/; revision=665316
2007-05-16 15:01:41 +00:00
Luboš Luňák 1388970ff2 Go back to NP_VERSION_MINOR being 11, just in case. To quote Maksim:
I know that having a lower one is fine --- it implies potentially
smaller function structures, and higher version may require implementing
more stuff. The reason I asked is that I did something similar internally
when working on npruntime support, and I know flash 7 would crash with
some value of NP_VERSION_MINOR, but I am not sure whether it was 13 or 14.


svn path=/trunk/KDE/kdebase/apps/; revision=665308
2007-05-16 14:36:15 +00:00
Robert Knight 7b03a409a1 Better choice of phrase: 'Categorized' -> 'Show in Groups'
svn path=/trunk/KDE/kdebase/apps/; revision=665189
2007-05-16 05:52:03 +00:00
Script Kiddy 5d544b88af SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=665169
2007-05-16 04:59:20 +00:00
Peter Penz abff50bba0 use the terminal interface correctly -> the path of the embedded konsole is synchronized with the current directory
svn path=/trunk/KDE/kdebase/apps/; revision=665104
2007-05-15 21:03:35 +00:00
Peter Penz 2fdda0d7d3 some finetuning for the icons view:
- rename gridWidth() and gridHeight() settings property to itemWidth() and itemHeight() to avoid confusion with the grid size property of QListView
- assure that the grid spacing is respected
- decrease default text width
- allow having more than 1 text line doing a proper wrapping

svn path=/trunk/KDE/kdebase/apps/; revision=665097
2007-05-15 20:24:56 +00:00
Luboš Luňák fc98815265 Replace the Netscape plugins SDK files with ones from Mozilla
with a more friendly license.


svn path=/trunk/KDE/kdebase/apps/; revision=665084
2007-05-15 19:49:09 +00:00
Peter Penz af0e19941f The wrapping flag of QStyleOptionViewItemV2 gets lost, as the instance is assigned to a QStyleOptionViewItem object later on (QStyleOptionViewItem AbstractItemView::viewOptions() const) -> enable the wrapping in the QListView itself.
svn path=/trunk/KDE/kdebase/apps/; revision=664830
2007-05-14 22:46:01 +00:00
Peter Penz 760f4df850 although the wrapping is enabled, eliding the text might be required -> don't specify Qt::ElideNone
svn path=/trunk/KDE/kdebase/apps/; revision=664803
2007-05-14 21:33:49 +00:00
Christian Ehrlicher ec1296f482 fix for KLibrary changes
svn path=/trunk/KDE/kdebase/apps/; revision=664745
2007-05-14 19:46:21 +00:00
David Faure 0f6b9b459e Move nsplugins to apps
svn path=/trunk/KDE/kdebase/apps/; revision=664635
2007-05-14 14:49:22 +00:00
David Faure f8c6a51021 link to qt3support where needed
svn path=/trunk/KDE/kdebase/apps/; revision=664607
2007-05-14 13:22:28 +00:00
David Faure ab0ed4b1e9 Prepare for kio not linking to qt3support anymore
svn path=/trunk/KDE/kdebase/libkonq/; revision=664593
2007-05-14 12:09:21 +00:00
Stephan Kulow 50af95005c revert Laurent's commit
svn path=/trunk/KDE/kdebase/apps/; revision=664556
2007-05-14 10:10:40 +00:00