Commit graph

843 commits

Author SHA1 Message Date
David Faure 9c7ccd477a Clicking on items in dolphin part finally implemented.
Fixed connect() error in dolphinstatusbar [unrelated].

svn path=/trunk/KDE/kdebase/apps/; revision=705835
2007-08-28 17:50:54 +00:00
Script Kiddy 9442ea96f5 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=705076
2007-08-27 06:09:24 +00:00
Peter Penz 33ddc0e791 don't use the term "Bookmarks" anymore, use "Places" instead (includes devices etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=704553
2007-08-25 10:42:10 +00:00
Peter Penz 6a0a614448 delete custom Dolphin icon
svn path=/trunk/KDE/kdebase/apps/; revision=704549
2007-08-25 10:28:51 +00:00
Peter Penz 6bbd349a9c use system-file-manager icon instead of custom Dolphin icon
svn path=/trunk/KDE/kdebase/apps/; revision=704545
2007-08-25 10:24:30 +00:00
Peter Penz 33f7cf63cb use new icons for closing the inactive view
svn path=/trunk/KDE/kdebase/apps/; revision=704543
2007-08-25 09:54:31 +00:00
Script Kiddy 5290e487e0 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=704138
2007-08-24 06:24:18 +00:00
Script Kiddy c55e612ff8 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=702200
2007-08-20 07:37:38 +00:00
Peter Penz e02af1604c adjusted categories like in other kdebase apps (thanks to Gyula for the patch!)
svn path=/trunk/KDE/kdebase/apps/; revision=701839
2007-08-19 14:09:51 +00:00
Script Kiddy 1f492c2c00 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=701736
2007-08-19 06:11:40 +00:00
Peter Penz 0fbe487769 use adjusted signals from KDirLister
svn path=/trunk/KDE/kdebase/apps/; revision=701057
2007-08-17 06:53:48 +00:00
Peter Penz 78f8358cd5 preview did not work anymore (KDirLister emits the signal newItems(const KFileItemList&) -> generatePreviews() from Dolphin must have the same signature)
svn path=/trunk/KDE/kdebase/apps/; revision=700834
2007-08-16 15:28:30 +00:00
Jeff Mitchell 7cd37f4747 Remove unnecessary parameter.
svn path=/trunk/KDE/kdebase/apps/; revision=700798
2007-08-16 13:22:18 +00:00
Peter Penz ce35ec9f3d The inactive view gets closed, no joining is done -> fix text
svn path=/trunk/KDE/kdebase/apps/; revision=700674
2007-08-16 06:59:36 +00:00
Peter Penz 91a6cb80fd Readded correct Q_ASSERT(m_fileInfo.isNull()) (the previous Q_ASSERT(!m_fileInfo.isNull()) accidentally has been added due to the 'use KFileItem by value instead of pointer' change...)
svn path=/trunk/KDE/kdebase/apps/; revision=700651
2007-08-16 05:22:39 +00:00
Gabriel Anderson 83039c1c67 Fixed a few comments
svn path=/trunk/KDE/kdebase/apps/; revision=700586
2007-08-15 22:30:06 +00:00
Gabriel Anderson e0138a6d7c Removed a bad Q_ASSERT
svn path=/trunk/KDE/kdebase/apps/; revision=700585
2007-08-15 22:29:19 +00:00
Peter Penz d3178ea15f Smoother animations for the pixmap viewer if the pixmap is changed constantly during small time slots (thanks to Rafael Fernández López for the original patch!).
svn path=/trunk/KDE/kdebase/apps/; revision=700580
2007-08-15 22:08:00 +00:00
Script Kiddy 548104b1fb SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=700288
2007-08-15 06:11:48 +00:00
Peter Penz fbf046b8bb style-guide nitpicking :-)
svn path=/trunk/KDE/kdebase/apps/; revision=700074
2007-08-14 18:14:32 +00:00
Jeff Mitchell f8fa4e8df1 When renaming, use the actual name of the item (from the KFileItem) in the dialog.
svn path=/trunk/KDE/kdebase/apps/; revision=700054
2007-08-14 16:46:06 +00:00
Peter Penz 466ffaabbf compile++
svn path=/trunk/KDE/kdebase/apps/; revision=699864
2007-08-14 06:07:59 +00:00
Script Kiddy 8c7a1e5f25 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=699851
2007-08-14 05:56:15 +00:00
David Faure 81fcd720a2 Use KFileItem by value rather than by pointer
- in KDirModel::itemForIndex, as noted there as a TODO
 - in dolphin, everywhere.

svn path=/trunk/KDE/kdebase/apps/; revision=699691
2007-08-13 21:57:20 +00:00
David Faure 1f5476dd45 KParts::URLArgs split up [merged from branches/work/kparts_urlargs_split]
into KParts::OpenUrlArguments and KParts::BrowserArguments.
This also allows the part to set arguments().mimeType() is the host didn't set it.

svn path=/trunk/KDE/kdebase/apps/; revision=699514
2007-08-13 10:17:57 +00:00
Script Kiddy 83b360f2c6 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=699436
2007-08-13 05:38:36 +00:00
Peter Penz 3cff59a75c removed "Toggle Views" context menu action (not required anymore as only the inactive view gets closed now)
svn path=/trunk/KDE/kdebase/apps/; revision=699313
2007-08-12 17:50:42 +00:00
Peter Penz c349180c08 * fixed issue that when having a split view, that both views get the same color after OK or Apply has been pressed inside the Dolphin settings dialog
* prepare for toggling the view icon depending from the activation state

svn path=/trunk/KDE/kdebase/apps/; revision=699311
2007-08-12 17:48:29 +00:00
Richard Lärkäng 2c9a509570 Fix escaping
svn path=/trunk/KDE/kdebase/apps/; revision=698853
2007-08-11 09:31:06 +00:00
Script Kiddy b44329587f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=698098
2007-08-09 05:49:22 +00:00
Script Kiddy f45ef05f4d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=697596
2007-08-08 05:49:04 +00:00
Peter Penz 8e184808bd * added some internal documentation to explain workarounds which seem to be necessary for QColumnView in Qt4.3
* minor cleanups

svn path=/trunk/KDE/kdebase/apps/; revision=697446
2007-08-07 20:04:38 +00:00
Peter Penz 04a20a0d07 column view: fixed SHIFT modifier selection behavior
svn path=/trunk/KDE/kdebase/apps/; revision=697218
2007-08-07 06:34:05 +00:00
Peter Penz e3b4cb8315 * toggle selection when using CTRL modifier
* assure that the selection model of the column is synchronized when triggering "Select All" or "Invert Selection"

svn path=/trunk/KDE/kdebase/apps/; revision=697029
2007-08-06 16:09:06 +00:00
Peter Penz 0111d9b0a0 Fixed 'Select All' and 'Invert Selection' for the column view (only the items of the currently active column will be selected, not the whole tree). The current implementation is quite slow, but this will be fixed later.
svn path=/trunk/KDE/kdebase/apps/; revision=696893
2007-08-06 06:56:36 +00:00
Script Kiddy 1fbb2359d3 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=696865
2007-08-06 05:44:08 +00:00
Script Kiddy 8a08dd71ca SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=696194
2007-08-04 05:43:42 +00:00
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
Peter Penz 5c36011cf1 cleanup About dialog
svn path=/trunk/KDE/kdebase/apps/; revision=687495
2007-07-13 18:56:51 +00:00
Peter Penz 6b49f86c54 improved i18ncheckarg scripts means new KUIT issues -> fixed now...
svn path=/trunk/KDE/kdebase/apps/; revision=687491
2007-07-13 18:39:57 +00:00
Peter Penz d5b2e29be3 apply shortcuts for docks
svn path=/trunk/KDE/kdebase/apps/; revision=687484
2007-07-13 18:25:36 +00:00
Peter Penz 09860f7cf4 instead of "Sort" -> "By Name", "By Date", "By Size", ...
use "Sort By" -> "Name", Date", "Size", ...

svn path=/trunk/KDE/kdebase/apps/; revision=687480
2007-07-13 18:14:41 +00:00
Peter Penz ce3f4e5d74 remove unused variables
svn path=/trunk/KDE/kdebase/apps/; revision=687466
2007-07-13 17:23:52 +00:00
Chusslove Illich b57fe4aa4c Extract messages from .kcfg too (whoops).
svn path=/trunk/KDE/kdebase/apps/; revision=687407
2007-07-13 14:36:17 +00:00
Chusslove Illich 097a1fea88 Extract messages from .kcfg too.
svn path=/trunk/KDE/kdebase/apps/; revision=687406
2007-07-13 14:34:42 +00:00
Rafael Fernández López aa69bcdc64 Update property when needed.
svn path=/trunk/KDE/kdebase/apps/; revision=687397
2007-07-13 14:06:11 +00:00
Rafael Fernández López f93cc2499d Take in count item sizes. As we want all elements of the same size we check for the biggest one. This way we have visible columns too, what makes everything more ordered,
and to the user eye as well.

svn path=/trunk/KDE/kdebase/apps/; revision=687387
2007-07-13 13:49:21 +00:00
Rafael Fernández López 5c5590846d Select elements correctly when clicking on the category for selecting.
svn path=/trunk/KDE/kdebase/apps/; revision=687361
2007-07-13 12:25:50 +00:00
Rafael Fernández López 292e732ff9 It would be nice if we fill correctly option views :)
svn path=/trunk/KDE/kdebase/apps/; revision=687151
2007-07-13 03:09:14 +00:00
Peter Penz 18beab8c6b minor layout fix in infosidebar
svn path=/trunk/KDE/kdebase/apps/; revision=686795
2007-07-12 06:30:28 +00:00
Peter Penz 7eef5ebec2 KUIT adaptions (applied i18ncheckarg - everything should be OK now)
CCMAIL: caslav.ilic@gmx.net

svn path=/trunk/KDE/kdebase/apps/; revision=686787
2007-07-12 06:10:54 +00:00
Chusslove Illich 9c9374c7da KUIT for boilerplate KAboutData/KCmdLineArgs calls.
svn path=/trunk/KDE/kdebase/apps/; revision=686429
2007-07-11 10:04:13 +00:00
Peter Penz 7243879a63 let the column-widgets of the Column View be aware about their URL, as this simplifies the activation/deactivation handling of columns
svn path=/trunk/KDE/kdebase/apps/; revision=686217
2007-07-10 20:33:17 +00:00
Allen Winter 62d81f9a9b remove kde4_automoc()
svn path=/trunk/KDE/kdebase/apps/; revision=685984
2007-07-10 09:14:12 +00:00
Script Kiddy d91197de93 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=685927
2007-07-10 04:37:45 +00:00
Rafael Fernández López 23b91d0c36 Rename KListView to KCategorizedView as decided
svn path=/trunk/KDE/kdebase/apps/; revision=685767
2007-07-09 18:08:20 +00:00
Peter Penz 50d9e030e7 KUIT adaptions
svn path=/trunk/KDE/kdebase/apps/; revision=685763
2007-07-09 17:51:39 +00:00
Peter Penz ea3e000501 KUIT adaptions
svn path=/trunk/KDE/kdebase/apps/; revision=685432
2007-07-08 21:09:48 +00:00
Rafael Fernández López 90ca3c31dc If no user icon present, show a generic one
svn path=/trunk/KDE/kdebase/apps/; revision=685426
2007-07-08 20:43:34 +00:00
Peter Penz 77d3d37246 adapt signature of requestDelayedItemInfo() slot to recent changes
svn path=/trunk/KDE/kdebase/apps/; revision=685421
2007-07-08 20:32:41 +00:00
Peter Penz 6730806715 fix documentation
svn path=/trunk/KDE/kdebase/apps/; revision=685419
2007-07-08 20:31:36 +00:00
Script Kiddy 5b3d8af721 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=684722
2007-07-07 04:51:22 +00:00
Rafael Fernández López 98d01c5e23 Make KListView capable of drawing categories on our own way. This make things easier
when we are trying to customize it. We can also benefit from KStyle if some day it 
supports category drawing.

KListView keyboard navigation. Tricier than I thought.

Pending renaming to KCategorizedView. Seems a good name.

svn path=/trunk/KDE/kdebase/apps/; revision=684478
2007-07-06 17:41:04 +00:00
David Faure 0661c42dd9 simplify + add todo (early commit to make room for the next kdebase-wide commit)
svn path=/trunk/KDE/kdebase/apps/; revision=684300
2007-07-06 13:36:04 +00:00
Laurent Montel 67563a41a1 Remove not necessary cmake variable
svn path=/trunk/KDE/kdebase/apps/; revision=683756
2007-07-05 09:02:54 +00:00
David Faure 089f474513 Don't crash (in PreviewJob) when m_shownUrl is empty for some reason.
svn path=/trunk/KDE/kdebase/apps/; revision=683539
2007-07-04 21:25:56 +00:00
Script Kiddy 278838f8ce SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=683071
2007-07-04 05:30:03 +00:00
Script Kiddy a8d8dda370 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=682629
2007-07-03 06:59:16 +00:00
David Faure d89f43f66b Change signature of requestItemInfo signal, to avoid fileitem -> url -> index -> fileitem roundtrip in dolphin,
and to match the BrowserExtension mouseOverInfo() signal.
Started to implement more of the part (e.g. spinning wheel in konq).

svn path=/trunk/KDE/kdebase/apps/; revision=682440
2007-07-02 17:24:54 +00:00
Laurent Montel 398005a991 Remove not necessary variable already
add by other kde cmake variable

svn path=/trunk/KDE/kdebase/apps/; revision=682363
2007-07-02 14:04:12 +00:00
Laurent Montel b5ada3a879 not necessary to duplicate it
svn path=/trunk/KDE/kdebase/apps/; revision=682359
2007-07-02 13:49:52 +00:00
Chusslove Illich 2a86e0bf84 Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, SIC. Most of the depending code has been auto-converted to new API.
svn path=/trunk/KDE/kdebase/apps/; revision=682259
2007-07-02 08:49:20 +00:00
Rafael Fernández López 94cfa325ca Improve speed when we have lots of selections that are partially outside the viewport.
svn path=/trunk/KDE/kdebase/apps/; revision=682114
2007-07-01 17:09:47 +00:00
Rafael Fernández López 2578bea1d8 Define variables in their context
svn path=/trunk/KDE/kdebase/apps/; revision=682100
2007-07-01 15:45:55 +00:00
David Faure ab3d8b1003 Here comes dolphinpart, to use dolphin as the file management view in konqueror.
Embeds nicely, now all the integration needs to be done.
Thanks to Peter for the nice DolphinView/DolphinViewContainer separation which made writing the part very very easy!

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=682079
2007-07-01 14:25:21 +00:00
Peter Penz 6b42e7ba3b KUIT adaptions
svn path=/trunk/KDE/kdebase/apps/; revision=681920
2007-06-30 20:10:50 +00:00
Peter Penz 08fc0833aa KUIT adapations for labels
svn path=/trunk/KDE/kdebase/apps/; revision=681915
2007-06-30 19:40:15 +00:00
Peter Penz 553c85e336 KUIT adaptions for groups, checkboxes and radiobuttons
svn path=/trunk/KDE/kdebase/apps/; revision=681910
2007-06-30 19:20:49 +00:00
Script Kiddy dd6b533602 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=681732
2007-06-30 04:34:16 +00:00
Peter Penz 54fb5d0d5b declare scalar types as late as possible (putting them outside the loop does not increase the performance)
svn path=/trunk/KDE/kdebase/apps/; revision=681622
2007-06-29 16:09:54 +00:00
Script Kiddy d13740a367 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=681471
2007-06-29 04:24:44 +00:00
Rafael Fernández López fc49fd7b09 Better drawing when big selection rect is drawn.
svn path=/trunk/KDE/kdebase/apps/; revision=681460
2007-06-29 01:19:56 +00:00
Rafael Fernández López 71680def7f ++optimization
svn path=/trunk/KDE/kdebase/apps/; revision=681449
2007-06-28 23:29:47 +00:00
Rafael Fernández López 123e5008ae What is faster ? the eye or the brain ?
svn path=/trunk/KDE/kdebase/apps/; revision=681443
2007-06-28 23:03:00 +00:00
Peter Penz 8c32c621ad don't request the activation of the active URL on the mouse press event, as the sub folder will be opened on the release event...
svn path=/trunk/KDE/kdebase/apps/; revision=681376
2007-06-28 19:01:12 +00:00
Peter Penz 34ff90696f Improve handling of column view:
* Activate column on a mouse press event
* Always synchronize the active column with the URL navigator and vice versa

svn path=/trunk/KDE/kdebase/apps/; revision=681369
2007-06-28 18:52:54 +00:00
Rafael Fernández López ba6c853219 Add needed method for keyboard navigation
svn path=/trunk/KDE/kdebase/apps/; revision=681118
2007-06-27 23:23:41 +00:00
Peter Penz c05153ac9b don't connect to the activated() signal, just use singleClick() and doubleClick() dependent from the global KDE single/double click setting
svn path=/trunk/KDE/kdebase/apps/; revision=680990
2007-06-27 17:03:51 +00:00
Peter Penz 3e5f57127d connecting the the activated() signal does not work when using the double click setting within KDE
svn path=/trunk/KDE/kdebase/apps/; revision=680989
2007-06-27 17:02:55 +00:00
Rafael Fernández López b5f2d46ef9 activated signal actually does that :)
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=680979
2007-06-27 16:28:39 +00:00
Peter Penz afc732d220 Fix the following reproducible crash in a slightly different way (reported + initial fix done by Rafael):
* Open Dolphin. Enable categorization.
* Split the view. Disable categorization on the right one.
* Join the views.

CCMAIL: ereslibre@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=680956
2007-06-27 15:15:29 +00:00
Script Kiddy 4ad537ce4f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=680810
2007-06-27 05:24:25 +00:00
Rafael Fernández López 8cc6f7c0c7 Boost group selections and remove unnecessary stuff.
svn path=/trunk/KDE/kdebase/apps/; revision=680656
2007-06-26 20:33:21 +00:00
Rafael Fernández López a6132b67fd Improve behavior when changes are detected on the model.
svn path=/trunk/KDE/kdebase/apps/; revision=680643
2007-06-26 19:52:45 +00:00
Rafael Fernández López d1aa2eb180 Fancy dragged items. There are two bad parts of this story: the hardcoded value of
the opacity and the break-of-unification between QListView and KListView. This 
will be removed for sure, just for testing reasons.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=680555
2007-06-26 14:32:42 +00:00
Rafael Fernández López 964d7125b2 Faster selections
svn path=/trunk/KDE/kdebase/apps/; revision=680550
2007-06-26 14:23:44 +00:00
Rafael Fernández López 14a666ce8d Fix crash. Steps to reproduce:
* Open Dolphin. Enable categorization.
* Split the view. Disable categorization on the right one.
* Join the views.

I am not sure if this is the best way to proceed for this small bug. Please Peter, take a look.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=680499
2007-06-26 11:50:54 +00:00
Rafael Fernández López d57134a033 Let deselect items individually using Ctrl+Click
svn path=/trunk/KDE/kdebase/apps/; revision=680368
2007-06-26 00:31:30 +00:00
Rafael Fernández López 289d854969 Take offsets in count
svn path=/trunk/KDE/kdebase/apps/; revision=680285
2007-06-25 20:25:07 +00:00
Rafael Fernández López 0abbaf9e11 Draw dragged items. Better conditions (more accurate to our behavior, hey ! we have columnview too...)
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=680283
2007-06-25 20:21:35 +00:00
Rafael Fernández López ad3beec4b2 Fix the small issue when you select by categories and then you
Ctrl+Click a subset, and those items selected were deselected

svn path=/trunk/KDE/kdebase/apps/; revision=679315
2007-06-23 15:47:20 +00:00