Commit graph

1459 commits

Author SHA1 Message Date
Script Kiddy a9ff230a66 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=784907
2008-03-12 19:41:01 +00:00
Peter Penz bcb9028a5f respect the graphic effects level before doing a fade-in of the selection toggle
CCMAIL: ereslibre@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=784872
2008-03-12 17:40:46 +00:00
Peter Penz a16a52401b * the WA_Hover flag is set by KFileItemDelegate automatically now
* mouse tracking must stay enabled

svn path=/trunk/KDE/kdebase/apps/; revision=784871
2008-03-12 17:36:34 +00:00
Peter Penz e83c309781 remove unused signal
svn path=/trunk/KDE/kdebase/apps/; revision=784855
2008-03-12 17:07:42 +00:00
Peter Penz 74541a5d48 menu actions have not been updated correctly when changing between the split views (regression from KDE 4.0.1 to KDE 4.0.2)
BUG: 158317

svn path=/trunk/KDE/kdebase/apps/; revision=784853
2008-03-12 16:58:11 +00:00
Peter Penz 38fa728aa6 As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemDelegate, it is not necessary anymore drawing a custom drag & drop indication.
svn path=/trunk/KDE/kdebase/apps/; revision=784851
2008-03-12 16:49:55 +00:00
Script Kiddy 9cd5e1f965 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=784309
2008-03-10 22:14:32 +00:00
Jeff Mitchell e8f247159e Don't try to show the terminal in dolphin when in Windows
svn path=/trunk/KDE/kdebase/apps/; revision=784126
2008-03-10 17:33:30 +00:00
Peter Penz acb27185b7 update the previews without relying on that KDirLister gets reloaded
svn path=/trunk/KDE/kdebase/apps/; revision=783961
2008-03-10 07:05:33 +00:00
Peter Penz 1b45574325 Assure that directories are always on top, independent from the sort order (-> equal to the behavior in KDE 3).
BUG: 157341

svn path=/trunk/KDE/kdebase/apps/; revision=783853
2008-03-09 19:53:21 +00:00
Script Kiddy ae6ffcac0d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=783770
2008-03-09 14:58:46 +00:00
Jeff Mitchell 38e15cda0e Deprecation--
svn path=/trunk/KDE/kdebase/apps/; revision=783626
2008-03-08 23:17:22 +00:00
Pino Toscano 28b1be4435 fix documentation path
svn path=/trunk/KDE/kdebase/apps/; revision=783361
2008-03-07 23:05:22 +00:00
Peter Penz 9243f573d4 update the previews of columns when the decoration size has been changed
svn path=/trunk/KDE/kdebase/apps/; revision=782828
2008-03-06 07:46:17 +00:00
Peter Penz f4e6647cdc prevent flickering when zooming in or zooming out
svn path=/trunk/KDE/kdebase/apps/; revision=782795
2008-03-06 01:45:21 +00:00
Peter Penz 80ad31f00a fixed wrong ASSERT in column-view (the usecase is valid)
BUG: 158615

svn path=/trunk/KDE/kdebase/apps/; revision=782789
2008-03-06 00:20:45 +00:00
Peter Penz 865a33c5db ignore the width when getting an icon for applying the "hidden files" effect, otherwise a wrong horizontal alignment is done
svn path=/trunk/KDE/kdebase/apps/; revision=782786
2008-03-06 00:02:39 +00:00
Peter Penz 32564f92be provide an unintrusive frame for previews of images
svn path=/trunk/KDE/kdebase/apps/; revision=782785
2008-03-05 23:50:22 +00:00
Rafael Fernández López 7244399154 Fix a crash when right clicking on the viewport and no items selected.
CCMAIL: edulix@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=782768
2008-03-05 22:25:01 +00:00
Script Kiddy f34101267c SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=782608
2008-03-05 13:19:01 +00:00
Norbert Frese 7a1992e86b Make Konqueror and Dolphin use the new KFileItem::targetUrl() method.
svn path=/trunk/KDE/kdebase/apps/; revision=782396
2008-03-05 00:17:53 +00:00
Eduardo Robles Elvira 488ab56d0a Bugfix for konqueror for in dolphin: open in new tab/window opens one of the selected files
(See email sent to kfm-devel for details)
CCMAIL:kfm-devel@kde.org


svn path=/trunk/KDE/kdebase/apps/; revision=782282
2008-03-04 19:14:15 +00:00
Peter Penz 820c4ae062 fixed problems with wrong space information (I'll backport the fix to 4.0.x on Tuesday - I'm currently out of office and don't have access to my 4.0.x repository)
BUG: 153778
BUG: 156271
BUG: 155608

svn path=/trunk/KDE/kdebase/apps/; revision=781211
2008-03-02 10:13:28 +00:00
Script Kiddy aa62472fc8 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=781129
2008-03-01 23:22:21 +00:00
Script Kiddy 06d4ce2fff SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=780675
2008-02-29 19:02:02 +00:00
Script Kiddy b0fc376dec SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=779682
2008-02-26 19:54:02 +00:00
Peter Penz 1da13e6e47 When a grouping per date is done, per default the granularity is one month. This patch increases the granularity for the last month:
- "Weeks" are used for the last 4 weeks excluding the current week.
- "Days" are used for the current week.

Additionally some cleanups of the code has been done, as the method DolphinModel::data() was too long already.

No backport will be done as new strings are introduced. The patch has been reviewed by Rafael Fernández López.

BUG: 158267

svn path=/trunk/KDE/kdebase/apps/; revision=779438
2008-02-26 06:33:21 +00:00
Stefan Monov 3dc1043b73 SVN_SILENT trivial code simplification. hope you don't mind peter.
svn path=/trunk/KDE/kdebase/apps/; revision=779275
2008-02-25 19:12:58 +00:00
Peter Penz eb7294fa10 minor cleanup: no need to create a slot which just invokes another method, just use the other method as slot
svn path=/trunk/KDE/kdebase/apps/; revision=778423
2008-02-23 15:48:56 +00:00
Rafael Fernández López 90625552ea Much better with the last report details :)
CCBUG: 158266

svn path=/trunk/KDE/kdebase/apps/; revision=778366
2008-02-23 14:21:57 +00:00
Peter Penz 3db4843c35 fixed issue that when renaming "Open office.org writer documentation.pdf" that only "Open office" is selected and ".org writer documentation" is handled as extension
BUG: 158228

svn path=/trunk/KDE/kdebase/apps/; revision=778329
2008-02-23 11:59:57 +00:00
Script Kiddy eaefe4250c SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=778131
2008-02-22 16:21:46 +00:00
Peter Penz 7a2f5990ee KDE 4.1 requires Qt4.4 -> remove the #ifdefs...
svn path=/trunk/KDE/kdebase/apps/; revision=778095
2008-02-22 13:56:16 +00:00
Peter Penz 1abc518e7a SVN_SILENT: updated comment with the Qt-bugtracker ID
svn path=/trunk/KDE/kdebase/apps/; revision=778039
2008-02-22 10:08:11 +00:00
Peter Penz d7321c1d9a Fixed wrong comments. Discussed with David Faure: installing an event filter works for the icons-view and details-view, but not for the column-view which uses QListView child widgets internally... We decided to leave it as it is.
svn path=/trunk/KDE/kdebase/apps/; revision=777838
2008-02-21 18:45:22 +00:00
Peter Penz e086d709d8 stay consistent with the QListView behavior: changed the current index also changes the selection
svn path=/trunk/KDE/kdebase/apps/; revision=777817
2008-02-21 17:34:14 +00:00
Peter Penz 518372394d * Install an event-filter for the view implementations. Whenever a view implementation gets the focus, it should request it's activation.
* Let the metadata widget only get the focus by clicking.

* Tried to install a similar filter for the wheel-event code duplication in the view-implementations, but the event filter is invoked _after_ the view implementation gets the wheel event... -> added a note the the 3 implementations as hint.

svn path=/trunk/KDE/kdebase/apps/; revision=777757
2008-02-21 14:01:40 +00:00
Peter Penz b34ed68daf don't let the selection toggle steal the keyboard focus of the view
svn path=/trunk/KDE/kdebase/apps/; revision=777738
2008-02-21 12:53:56 +00:00
Peter Penz 188754a3e5 Let the DolphinController be aware on which QAbstractItemView instance he is working. This allows to connect signals from the view implementations (icons view, details view, column view) directly to the slots of the DolphinController without a helper slot.
svn path=/trunk/KDE/kdebase/apps/; revision=777737
2008-02-21 12:49:11 +00:00
Peter Penz e287058acb Prevent code duplication by moving the duplications into the DolphinController.
Maybe it might be a good idea to let the DolphinController be aware also about his QAbstractItemView -> it might be possible to directly connect signals of the dolphin view implementations with the controller. I'll check this...

(I did not backport this cleanup as I think it has too many changes to be handled as bugfix)

CCMAIL: faure@kde.org 
CCMAIL: edulix@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=777719
2008-02-21 11:56:31 +00:00
Eduardo Robles Elvira c735913801 Bugfix: Currently, if you open dolphin, select a bunch of files, and right click and
select Open With > whatever, all the files are opened. Which is the right 
thing. However, if you hit enter to open those selected files, no file is 
opened. Currently, the file is only opened if there's only *one* file 
selected. The attached patch fixes this problem.


svn path=/trunk/KDE/kdebase/apps/; revision=777695
2008-02-21 09:55:08 +00:00
Script Kiddy ea5e9196b2 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=777485
2008-02-20 18:43:33 +00:00
Christian Ehrlicher 652194f729 LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGS
svn path=/trunk/KDE/kdebase/apps/; revision=776849
2008-02-18 21:51:54 +00:00
Script Kiddy c75a5de752 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=776784
2008-02-18 20:27:57 +00:00
Bill Egert ff32f4c1c4 No longer use Obsolete Member for QWidget:
topLevelWidget() => window() 

svn path=/trunk/KDE/kdebase/apps/; revision=776408
2008-02-18 01:06:50 +00:00
Peter Penz 51cbeaf512 * if the system font is changed during Dolphin is open, take care to update the used font of all views too (assuming that the user selected "system font" as font)
* store the font weight instead of a bool property "isBold"

Thanks to Rafael for the patch!

CCMAIL: ereslibre@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=776188
2008-02-17 15:50:06 +00:00
Peter Penz 98497a639a let F6 also select the whole text of the URL navigator to stay consistent with Konqueror and Firefox
BUG: 157589

svn path=/trunk/KDE/kdebase/apps/; revision=775977
2008-02-16 22:05:34 +00:00
Script Kiddy e4a77559f5 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=775970
2008-02-16 21:43:04 +00:00
Peter Penz 9ff4e1f5bf update the selection-toggle (+/-) when the selection has been changed "outside" by the rubberband or e. g. "Select All"
svn path=/trunk/KDE/kdebase/apps/; revision=775828
2008-02-16 18:53:28 +00:00
Peter Penz 9cc43beb59 Bypassed a bug in QTreeView::mouseMoveEvent() (see comment in code). Submitted a bug-report to Trolltech, bug tracker ID is still pending (will add the ID into the code as soon as I get it).
svn path=/trunk/KDE/kdebase/apps/; revision=775736
2008-02-16 14:37:13 +00:00