Commit graph

11127 commits

Author SHA1 Message Date
Laurent Montel 18447efc01 Compile++
svn path=/trunk/KDE/kdebase/apps/; revision=668958
2007-05-28 08:07:02 +00:00
Sebastian Trueg 644b08fc84 * Adapt KMetaData changes.
* Dolphin now handles multiple file selections properly in case of metadata.

svn path=/trunk/KDE/kdebase/apps/; revision=668954
2007-05-28 07:55:07 +00:00
Peter Penz f208a9e47d use KGraphicsUtils::blendColor() instead of custom mixColors() method
svn path=/trunk/KDE/kdebase/apps/; revision=668924
2007-05-28 05:38:13 +00:00
Peter Penz 25e8cef19e create modal dialogs on stack as David suggested
svn path=/trunk/KDE/kdebase/apps/; revision=668900
2007-05-28 04:32:57 +00:00
Script Kiddy 3ed39c812e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=668646
2007-05-27 05:03:47 +00:00
Peter Penz fe432f86bb reanimate properties dialog (thanks to Laurent Montel for fixing it in the tree view!)
svn path=/trunk/KDE/kdebase/apps/; revision=668453
2007-05-26 13:33:36 +00:00
Laurent Montel 235138933a display properties dialogbox
svn path=/trunk/KDE/kdebase/apps/; revision=668442
2007-05-26 12:58:12 +00:00
Laurent Montel 5177722094 Fix signal/slot
svn path=/trunk/KDE/kdebase/apps/; revision=668440
2007-05-26 12:54:36 +00:00
Peter Penz 1fa8b6648d allow to reset all settings to default values
svn path=/trunk/KDE/kdebase/apps/; revision=668398
2007-05-26 09:16:56 +00:00
Peter Penz 8204d1d419 remember the size of dialogs
svn path=/trunk/KDE/kdebase/apps/; revision=668385
2007-05-26 07:51:43 +00:00
Laurent Montel 4257b10106 Compile (it's not const into libkonq)
svn path=/trunk/KDE/kdebase/apps/; revision=668381
2007-05-26 07:09:54 +00:00
Script Kiddy 3a9b9fa903 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=668356
2007-05-26 05:05:31 +00:00
Robert Knight 8a3b776236 Various EBN fixes.
svn path=/trunk/KDE/kdebase/apps/; revision=668337
2007-05-26 01:57:37 +00:00
Robert Knight 3f28aabede Minor changes to the about data. s/2005/2007/ in the copyright notice. Capitalization and s/lib/library/ in the author list. Changed the 'Web browser, file manager, ...' description to 'Web browser, file manager and document viewer.' - there is an on-going discussion on kfm-devel about that last point at the moment, so it may yet change or revert. Please voice any opinions there.
svn path=/trunk/KDE/kdebase/apps/; revision=668324
2007-05-25 23:47:06 +00:00
Matt Williams 1583280193 Enable API docs generation in more of kdebase
svn path=/trunk/KDE/kdebase/libkonq/; revision=668018
2007-05-24 20:00:34 +00:00
Andreas Pakulat 34b24e77fd s/writeConfig()/self()->writeConfig()/
to prepare removal of the static writeConfig from kconfig_compiler generated code

svn path=/trunk/KDE/kdebase/apps/; revision=667795
2007-05-23 23:50:18 +00:00
Laurent Montel 186bbaddde Fix load dialog
svn path=/trunk/KDE/kdebase/apps/; revision=667705
2007-05-23 17:18:49 +00:00
Andreas Hartmetz 5ef2016d84 compile++
svn path=/trunk/KDE/kdebase/apps/; revision=667688
2007-05-23 16:31:50 +00:00
Robert Knight 31af0e9588 Various EBN fixes. Mostly include order tidy-ups.
svn path=/trunk/KDE/kdebase/apps/; revision=667653
2007-05-23 13:06:45 +00:00
Laurent Montel fb15961c6b Fix signal/slot
svn path=/trunk/KDE/kdebase/apps/; revision=667641
2007-05-23 11:40:28 +00:00
Rafael Fernández López 60eca3caac Fix kdebase; ++compile
svn path=/trunk/KDE/kdebase/apps/; revision=667157
2007-05-22 00:32:25 +00:00
Christoph Cullmann 6ce51646fe show mode
svn path=/trunk/KDE/kdebase/apps/; revision=667044
2007-05-21 17:23:57 +00:00
Rafael Fernández López 7512cef315 KPluginSelector limitation is gone. hooah !!
svn path=/trunk/KDE/kdebase/apps/; revision=666797
2007-05-20 22:34:11 +00:00
André Wöbbeking 8f62513ada also compile without HAVE_KMETADATA
svn path=/trunk/KDE/kdebase/apps/; revision=666761
2007-05-20 20:52:40 +00:00
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