Commit graph

912 commits

Author SHA1 Message Date
Peter Penz 94594d2a08 request the activation of a column also on directories if not the left mouse button is pressed
svn path=/trunk/KDE/kdebase/apps/; revision=696094
2007-08-03 20:10:11 +00:00
Peter Penz b5a1200417 further selection model fixes
svn path=/trunk/KDE/kdebase/apps/; revision=696076
2007-08-03 18:46:49 +00:00
Laurent Montel c6187eb633 Adapt to new KWarning/kFatal/kDebug api
svn path=/trunk/KDE/kdebase/apps/; revision=695870
2007-08-03 06:40:12 +00:00
Script Kiddy 4e1325b19b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=694108
2007-07-30 04:47:23 +00:00
Thiago Macieira 3e513607f0 Use the new KFileItem API
svn path=/trunk/KDE/kdebase/apps/; revision=694063
2007-07-29 23:12:57 +00:00
Peter Penz 7230f4bb55 minor fixes regarding inactive columns
svn path=/trunk/KDE/kdebase/apps/; revision=694026
2007-07-29 20:30:16 +00:00
Peter Penz 465528755c new approach: don't fight against the selection behavior of QColumnView, but improve the visual appearance be indicating the shown folder visually
svn path=/trunk/KDE/kdebase/apps/; revision=694015
2007-07-29 19:37:42 +00:00
Peter Penz 253c3c87a8 Assure that the view properties of a column view are always stored in the folder represented by the first column. It is assured now, that all columns use the same view properties. Although one reason is because of technical 'restrictions' (KDirLister properties like 'show dot files' are applied to all sub directories too), I personally think it also makes sense from a usability point of view.
svn path=/trunk/KDE/kdebase/apps/; revision=693944
2007-07-29 15:33:52 +00:00
Peter Penz 4ad6cc3e3d when activating the columns inside a column view, the current view properties must get synchronized
svn path=/trunk/KDE/kdebase/apps/; revision=693930
2007-07-29 14:44:00 +00:00
Script Kiddy 3b9570b01b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=693808
2007-07-29 05:20:59 +00:00
Stephan Binner bfb705c5cc remove extra ";"
svn path=/trunk/KDE/kdebase/apps/; revision=693804
2007-07-29 04:49:00 +00:00
Peter Penz 83e0633d35 fix some drag & drop issues
svn path=/trunk/KDE/kdebase/apps/; revision=693766
2007-07-28 23:35:53 +00:00
Peter Penz 14783157ba don't load directories when hovering folders during moving the mouse...
svn path=/trunk/KDE/kdebase/apps/; revision=693757
2007-07-28 22:59:22 +00:00
Peter Penz dcac8012b6 temporary fixes until MultiSelection will be implemented
svn path=/trunk/KDE/kdebase/apps/; revision=693752
2007-07-28 22:27:58 +00:00
Peter Penz 2e5379158e assure that the folder which is shown in the next column is always selected
svn path=/trunk/KDE/kdebase/apps/; revision=693734
2007-07-28 20:46:34 +00:00
Peter Penz c6c51f76ec use alternating row colors for the details view
svn path=/trunk/KDE/kdebase/apps/; revision=693610
2007-07-28 14:19:38 +00:00
Script Kiddy 59819cd767 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=693473
2007-07-28 05:36:34 +00:00
Thiago Macieira cd00965aa2 Call the front-end function, not the backend virtual doKill
svn path=/trunk/KDE/kdebase/apps/; revision=693038
2007-07-26 21:32:27 +00:00
Peter Penz 28a4f8446f remove strange copy/paste issue which was responsible that Dolphin forgot the general settings (it seems those lines have been copied from GeneralViewSettingsPage::restoreDefaults() per accident)
svn path=/trunk/KDE/kdebase/apps/; revision=693009
2007-07-26 19:57:37 +00:00
Jure Repinc 2bd3a4b8c4 Compile (KDateTime simplifications)
svn path=/trunk/KDE/kdebase/apps/; revision=692606
2007-07-26 00:26:02 +00:00
Nick Shaforostoff 52b162b242 little fix that brings everything into order
svn path=/trunk/KDE/kdebase/apps/; revision=692551
2007-07-25 20:35:32 +00:00
Peter Penz 9e8f0ec1a4 provide a useful default width for the Folders dock (treeview)
svn path=/trunk/KDE/kdebase/apps/; revision=692544
2007-07-25 20:04:14 +00:00
Peter Penz 55643abf69 revert wrong sorting resulted by last commit: K comes before L... (yes, some people like me can only sort the letters A - F ;-))
svn path=/trunk/KDE/kdebase/apps/; revision=692538
2007-07-25 19:55:34 +00:00
Peter Penz be0e1f8d27 use the minimum width as default width
svn path=/trunk/KDE/kdebase/apps/; revision=692535
2007-07-25 19:51:33 +00:00
Peter Penz d1d31d8bee minor documentation and coding style fixes
svn path=/trunk/KDE/kdebase/apps/; revision=692534
2007-07-25 19:45:15 +00:00
Nick Shaforostoff b607d3cc4b ok, second try: make use of KDirSortFilterProxyModel. 'Show in Groups' still works, haven't tested nepomuk part though.
NOTE to dolphin devs: please, consider using 'left.column()' instead of 'sortRole()' in lessThan methods, and 'sorting()' instead of 'sortRole()' in other places.
Didn't make switch by myself because it needs nepomk testing (shouldn't be too hard though).


svn path=/trunk/KDE/kdebase/apps/; revision=692517
2007-07-25 19:08:12 +00:00
Peter Penz 993021a168 provide a useful default height for the Terminal dock
svn path=/trunk/KDE/kdebase/apps/; revision=692490
2007-07-25 17:43:35 +00:00
Peter Penz e12944d443 Don't add the terminal to the right docking area, if it may only get aligned on the top and bottom.
svn path=/trunk/KDE/kdebase/apps/; revision=692484
2007-07-25 17:32:37 +00:00
Peter Penz 7beab1ffb5 --deprecated
svn path=/trunk/KDE/kdebase/apps/; revision=692471
2007-07-25 17:06:03 +00:00
Robert Knight 4661ece594 Fix crash when category view is enabled if there are no categories in KCategorizedView::moveCursor()
svn path=/trunk/KDE/kdebase/apps/; revision=692073
2007-07-24 23:59:01 +00:00
Thomas Zander 7efea42cea more fixes
svn path=/trunk/KDE/kdebase/apps/; revision=691717
2007-07-24 08:53:35 +00:00
Robert Knight e678566575 Fix a couple of crashes. First was to avoid problem caused by KIconLoader::global()->theme() returning 0 (which according to the API, it can do). Second was to fix the 'lastIndex' member of KCategorizedView::Private being out of date when used. According to the comments this member existed as an optimization. However in the only function where it is used, scrollbar updates are also performed. This will be several orders of magnitude more expensive than the 3 constant-time operations on Qt containers (QHash,QList) which the optimization avoided. So I removed the 'lastIndex' member and moved the calculation to where the data is needed.
svn path=/trunk/KDE/kdebase/apps/; revision=691574
2007-07-23 23:08:47 +00:00
Laurent Montel 117899b07c change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex.
svn path=/trunk/KDE/kdebase/apps/; revision=691218
2007-07-23 07:01:14 +00:00
Peter Penz 643a7a8d19 Use KDirSortFilterProxyModel::naturalCompare() to prevent code duplication. DolphinSortFilterProxyModel::lessThan() still contains similar code like KDirSortFilterProxyModel::lessThan(), but we will discuss this with Rafael in August (it's open yet whether KSortFilterProxyModel should be derived from KDirSortFilterProxyModel or not...).
CCMAIL: ereslibre@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=691028
2007-07-22 19:28:47 +00:00
Nick Shaforostoff 4c96ec2698 ok, reverting as requested by Peter Penz.
svn path=/trunk/KDE/kdebase/apps/; revision=690417
2007-07-21 00:31:26 +00:00
Nick Shaforostoff 88705d0c34 Make use of the newly added KDirSortFilterProxyModel class -- that is, essentially, remove all the code being duplicated :)
Make manpart use KEncodingDetector capabilities along the way (it was <meta ... charset="System"> before)


svn path=/trunk/KDE/kdebase/apps/; revision=690382
2007-07-20 21:16:50 +00:00
Peter Penz a6a454c858 QAbstractItemView::viewOptions() only returns an instance of the class QStyleOptionViewItem, so the text wrapping property of QStyleOptionViewItemV3 will never be set -> check whether wrapping has been enabled inside QListView
svn path=/trunk/KDE/kdebase/apps/; revision=689676
2007-07-18 21:05:47 +00:00
Peter Penz 71158bc65d respect the item width and item height also when the item categorization has been enabled
svn path=/trunk/KDE/kdebase/apps/; revision=689663
2007-07-18 20:36:03 +00:00
Peter Penz 381b494e6c When derived classes overwrite KCategorizedView::visualRect() to adjust the visual width or height, drawing errors occur as internally always d->visualRect() is used -> always use KCategorizedView::visualRect()...
svn path=/trunk/KDE/kdebase/apps/; revision=689662
2007-07-18 20:34:40 +00:00
Peter Penz 43b2b591ec Assure that the item size is not exceeded -> the spacing is also respected for texts that cannot be wrapped
svn path=/trunk/KDE/kdebase/apps/; revision=689651
2007-07-18 19:52:28 +00:00
Script Kiddy ee5c2c1666 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=688446
2007-07-16 05:54:55 +00:00
Script Kiddy 3d985c8ff8 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=688104
2007-07-15 05:44:15 +00:00
Chusslove Illich d511752c9d Clarify some adjectives.
svn path=/trunk/KDE/kdebase/apps/; revision=687991
2007-07-14 23:52:03 +00:00
Rafael Fernández López 8fb2f40f9c Fix small adjustments with items-categories
svn path=/trunk/KDE/kdebase/apps/; revision=687902
2007-07-14 17:45:42 +00:00
Rafael Fernández López 255f9c1c95 Better spacing for extreme cases
svn path=/trunk/KDE/kdebase/apps/; revision=687855
2007-07-14 14:38:39 +00:00
Rafael Fernández López 6d858cd70f Even better behavior when different possibilities, grid or not grid, spacing or not spacing
svn path=/trunk/KDE/kdebase/apps/; revision=687849
2007-07-14 14:20:54 +00:00
Peter Penz 194ce9fe18 Translation fix from Stefan Asserhall: e. g. "Link to Device" from libkonq has not been translated (@David: is this the right way to do it?)
CCMAIL: faure@kde.org
CCMAIL: stefan.asserhall@comhem.se

svn path=/trunk/KDE/kdebase/apps/; revision=687760
2007-07-14 09:41:25 +00:00
Rafael Fernández López 1bc9506260 If we have different heights on the same row, make it possible to update taller items correctly when the mouse is over the part that goes "out of the little one" line
svn path=/trunk/KDE/kdebase/apps/; revision=687625
2007-07-14 04:01:58 +00:00
Rafael Fernández López 6c64d1ca6b Follow QListView behavior. Each item has the exact size to fit its contents. Not bigger for little elements.
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=687624
2007-07-14 03:45:42 +00:00
Rafael Fernández López 185d839d29 Respect grid sizes.
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=687616
2007-07-14 03:04:24 +00:00