]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
18 years ago* fixed drag & drop issue in column view (dropping on files was not possible -> handl...
Peter Penz [Tue, 30 Oct 2007 19:44:55 +0000 (19:44 +0000)]
* fixed drag & drop issue in column view (dropping on files was not possible -> handled as viewport now)
* only show the hover-drop-indicator on directories (dropping on file-items is handled like dropping on the viewport)
* simplified signature of drop signal (source widget not required anymore)

svn path=/trunk/KDE/kdebase/apps/; revision=731129

18 years agoResults of setShortcut() auditing (QAction::setShortcut() gets called without this...
Hamish Rodda [Mon, 29 Oct 2007 11:03:37 +0000 (11:03 +0000)]
Results of setShortcut() auditing (QAction::setShortcut() gets called without this patch)

svn path=/trunk/KDE/kdebase/apps/; revision=730698

18 years agobuild with -pedantic
Volker Krause [Mon, 29 Oct 2007 10:36:31 +0000 (10:36 +0000)]
build with -pedantic

svn path=/trunk/KDE/kdebase/apps/; revision=730684

18 years agoIcon naming spec compliance (code changes):
Jakob Petsovits [Mon, 29 Oct 2007 08:35:29 +0000 (08:35 +0000)]
Icon naming spec compliance (code changes):
bookmark-folder -> folder-bookmarks
goto-page -> go-jump
www -> insert-link (doesn't yet exist in Oxygen)

svn path=/trunk/KDE/kdebase/apps/; revision=730639

18 years agoSimplify DolphinController: don't remember the show-preview state in the controller...
Peter Penz [Fri, 26 Oct 2007 19:02:33 +0000 (19:02 +0000)]
Simplify DolphinController: don't remember the show-preview state in the controller and add an unnecessary additional signal; instead just read the state from the DolphinView

svn path=/trunk/KDE/kdebase/apps/; revision=729726

18 years agoSimplify the DolphinController: The "show hidden files" state can be retrieved by...
Peter Penz [Fri, 26 Oct 2007 18:34:45 +0000 (18:34 +0000)]
Simplify the DolphinController: The "show hidden files" state can be retrieved by the DolphinView, there is no need introducing additional signals + states. Further cleanups will follow...

svn path=/trunk/KDE/kdebase/apps/; revision=729721

18 years agodrop the %m option of dolphin.desktop
Peter Penz [Fri, 26 Oct 2007 18:12:28 +0000 (18:12 +0000)]
drop the %m option of dolphin.desktop

BUG: 151313

svn path=/trunk/KDE/kdebase/apps/; revision=729718

18 years agoupdated documentation
Peter Penz [Fri, 26 Oct 2007 18:08:20 +0000 (18:08 +0000)]
updated documentation

svn path=/trunk/KDE/kdebase/apps/; revision=729716

18 years agodue to the recent tagging freeze this commit contains several fixes in one:
Peter Penz [Fri, 26 Oct 2007 17:36:16 +0000 (17:36 +0000)]
due to the recent tagging freeze this commit contains several fixes in one:

* the filterbar now also filters directories (works also in the column-view :-))

* The "Additional Information" menu entry now also works for showing/hiding the columns of the details view. This also implies that the columns for the details view can now be adjusted per directory -> we have now a consistent behavior between the icons view and details view. Still open: the view properties dialog must be fixed

* Don't show a "Nepomuk not available" error message when starting Dolphin and Nepomuk is not available.

* Fix issue that the information panel blocked the application because of parsing the full meta data of a huge file.

svn path=/trunk/KDE/kdebase/apps/; revision=729704

18 years ago* don't show a horizontal scrollbar in the places panel
Peter Penz [Wed, 24 Oct 2007 20:28:28 +0000 (20:28 +0000)]
* don't show a horizontal scrollbar in the places panel
* minor coding style update: replace 'listView' by 'placesView'

svn path=/trunk/KDE/kdebase/apps/; revision=728988

18 years agoKConfig* API overhaul. only cosmetics, so don't panic.
Oswald Buddenhagen [Wed, 24 Oct 2007 13:08:37 +0000 (13:08 +0000)]
KConfig* API overhaul. only cosmetics, so don't panic.

KConfigBase:
- remove separator argument from list entry reading/writing functions
- introduce {read,write}XdgListEntry()
- kill readPathListEntry(), add readPathEntry() overload
  instead. the default value is not optional any more, as it defines the
  return type. this is consistent with the readEntry() functions.
- rename clean() => markAsClean(), remove rollback()
- rename ConfigState => AccessMode, getConfigState() => accessMode()
- rename {entry,group}IsImmutable() => is{Entry,Group}Immutable()
- remove NLS alias to Localized

KConfig:
- remove setGroup() & group()
- reshuffle OpenFlag enum, introduce NoCascade for symmetry
- remove setExtraConfigFiles() alias to addConfigSources()

KConfigGroup:
- inherit KConfigBase::deleteGroup() overloads
- make convertToQVariant() private, it will probably change somehow

- KConfig & KConfigGroup: deprecate entryMap()
- remove bogus declarations: KConfigGroup::setReadDefaults(),
  KConfig::readEntryUntranslated()
- apidox
- reshuffle the declarations in the headers

svn path=/trunk/KDE/kdebase/apps/; revision=728852

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 24 Oct 2007 06:40:20 +0000 (06:40 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=728747

18 years agoremoved obsolete code: don't connect to nonexisting slots (thanks to Albert for...
Peter Penz [Wed, 24 Oct 2007 05:35:23 +0000 (05:35 +0000)]
removed obsolete code:  don't connect to nonexisting slots (thanks to Albert for pointing this out)

CCMAIL: aacid@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=728741

18 years agoFixed issue that within Konqueror changing the active column from the column-view...
Peter Penz [Tue, 23 Oct 2007 07:10:51 +0000 (07:10 +0000)]
Fixed issue that within Konqueror changing the active column from the column-view is ignored. From the hosts point of view this has to be handled like an URL change.

CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=728394

18 years agoSVN_SILENT: clean up from previous commit (would be nice to remember to save ;-)...
Matthew Woehlke [Mon, 22 Oct 2007 17:37:56 +0000 (17:37 +0000)]
SVN_SILENT: clean up from previous commit (would be nice to remember to save ;-)); this just removes commented-out code and adds a "what's going on" comment

svn path=/trunk/KDE/kdebase/apps/; revision=728202

18 years agouse NegativeBackground instead of yellow for alerts, don't change the foreground...
Matthew Woehlke [Mon, 22 Oct 2007 17:30:53 +0000 (17:30 +0000)]
use NegativeBackground instead of yellow for alerts, don't change the foreground (not necessary, would break with some color schemes)

svn path=/trunk/KDE/kdebase/apps/; revision=728201

18 years agoicon renamings:
Pino Toscano [Mon, 22 Oct 2007 15:58:52 +0000 (15:58 +0000)]
icon renamings:
- emptytrash -> trash-empty
- edit-trash -> user-trash

svn path=/trunk/KDE/kdebase/apps/; revision=728161

18 years agoReverts commit 726516. We have to report the URL changed to the outside
Kevin Ottens [Sat, 20 Oct 2007 17:05:16 +0000 (17:05 +0000)]
Reverts commit 726516. We have to report the URL changed to the outside
so that panels can react to the change correctly.

svn path=/trunk/KDE/kdebase/apps/; revision=727475

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 19 Oct 2007 06:33:28 +0000 (06:33 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=726885

18 years agoOn the Information panel the further information such as "Date", "Size", "Type" was...
Rafael Fernández López [Wed, 17 Oct 2007 22:16:31 +0000 (22:16 +0000)]
On the Information panel the further information such as "Date", "Size", "Type" was being cut off if it was being shrinked. That shouldn't happen. This prevents this
information to be hidden or cut off, and so this is always shown.

Albert: I also solved the previous bug you reported (places view not showing selected items at the first click) on a different commit

CCMAIL: peter.penz@gmx.at
CCMAIL: aacid@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=726522

18 years agoThis fixes the problem that when you click the first time on a place
Rafael Fernández López [Wed, 17 Oct 2007 21:58:52 +0000 (21:58 +0000)]
This fixes the problem that when you click the first time on a place
bookmarked it is not shown as selected, but if you click the second time
it is. Now this is fixed.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=726516

18 years agopolish look of column view:
Peter Penz [Tue, 16 Oct 2007 22:24:52 +0000 (22:24 +0000)]
polish look of column view:
- don't show a focused border above all columns
- provide a small gap between the columns
- assure that the background of inactive columns works well with more complex styles like Oxygen

CCMAIL: cbr@boemann.dk

svn path=/trunk/KDE/kdebase/apps/; revision=726042

18 years agolayout cleanups for the statusbar
Peter Penz [Tue, 16 Oct 2007 21:09:57 +0000 (21:09 +0000)]
layout cleanups for the statusbar

svn path=/trunk/KDE/kdebase/apps/; revision=726013

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 16 Oct 2007 06:15:12 +0000 (06:15 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=725777

18 years agoprevent flickering of status bar when changing between directories
Peter Penz [Mon, 15 Oct 2007 16:51:23 +0000 (16:51 +0000)]
prevent flickering of status bar when changing between directories

svn path=/trunk/KDE/kdebase/apps/; revision=725546

18 years agominor cleanups
Peter Penz [Mon, 15 Oct 2007 16:23:51 +0000 (16:23 +0000)]
minor cleanups

svn path=/trunk/KDE/kdebase/apps/; revision=725523

18 years agoUse a progress bar with custom text for showing the free disk space, otherwise the...
Peter Penz [Mon, 15 Oct 2007 15:59:57 +0000 (15:59 +0000)]
Use a progress bar with custom text for showing the free disk space, otherwise the custom widget just does not fit well into styles like Oxygen.

svn path=/trunk/KDE/kdebase/apps/; revision=725516

18 years agouse KGlobal::config() instead of parsing kdeglobals each time (thanks to David for...
Peter Penz [Mon, 15 Oct 2007 14:34:12 +0000 (14:34 +0000)]
use KGlobal::config() instead of parsing kdeglobals each time (thanks to David for the hint!)

svn path=/trunk/KDE/kdebase/apps/; revision=725485

18 years agoTake also in count if the rowcount was changed. Then everything needs to be recached...
Rafael Fernández López [Sun, 14 Oct 2007 23:45:28 +0000 (23:45 +0000)]
Take also in count if the rowcount was changed. Then everything needs to be recached again

svn path=/trunk/KDE/kdebase/apps/; revision=725218

18 years agoIf we are out of the screen and we will be, why keep asking when we know that no...
Rafael Fernández López [Sun, 14 Oct 2007 23:01:35 +0000 (23:01 +0000)]
If we are out of the screen and we will be, why keep asking when we know that no category will intersect from now with the viewport

svn path=/trunk/KDE/kdebase/apps/; revision=725213

18 years agoThe sorting on dolphinview is no more needed, it is done automatically by KCategorize...
Rafael Fernández López [Sun, 14 Oct 2007 22:51:02 +0000 (22:51 +0000)]
The sorting on dolphinview is no more needed, it is done automatically by KCategorizedSortFilterProxyModel when setCategorizedModel is changed.

Bug fixed for the categorized view: Details => Icons (with no categories) => Categorized was resulting in no items in the view or all items in the same position

svn path=/trunk/KDE/kdebase/apps/; revision=725212

18 years agominor layout fix
Peter Penz [Sat, 13 Oct 2007 22:42:44 +0000 (22:42 +0000)]
minor layout fix

svn path=/trunk/KDE/kdebase/apps/; revision=724950

18 years agoallow to configure whether file thumbnails should be embedded for the file preview...
Peter Penz [Sat, 13 Oct 2007 22:31:05 +0000 (22:31 +0000)]
allow to configure whether file thumbnails should be embedded for the file preview (on per default)

BUG: 150028

svn path=/trunk/KDE/kdebase/apps/; revision=724946

18 years agoFixed issue that the "Show 'Delete' command in context menu" setting is not remembere...
Peter Penz [Sat, 13 Oct 2007 22:00:56 +0000 (22:00 +0000)]
Fixed issue that the "Show 'Delete' command in context menu" setting is not remembered anymore.

CCMAIL: ereslibre@kde.org
BUG: 150783

svn path=/trunk/KDE/kdebase/apps/; revision=724942

18 years agomove reading of global settings also into GeneralSettingsPage::loadSettings()
Peter Penz [Sat, 13 Oct 2007 21:46:10 +0000 (21:46 +0000)]
move reading of global settings also into GeneralSettingsPage::loadSettings()

svn path=/trunk/KDE/kdebase/apps/; revision=724939

18 years agoIf grid size is changed, update correctly items position
Rafael Fernández López [Sat, 13 Oct 2007 14:07:46 +0000 (14:07 +0000)]
If grid size is changed, update correctly items position

svn path=/trunk/KDE/kdebase/apps/; revision=724802

18 years agoIf the categorizing has been enabled/disabled we need to update the scrollbar in...
Rafael Fernández López [Sat, 13 Oct 2007 03:12:38 +0000 (03:12 +0000)]
If the categorizing has been enabled/disabled we need to update the scrollbar in certain conditions

svn path=/trunk/KDE/kdebase/apps/; revision=724701

18 years agoOne loop instead of two is enough
Rafael Fernández López [Sat, 13 Oct 2007 02:54:11 +0000 (02:54 +0000)]
One loop instead of two is enough

svn path=/trunk/KDE/kdebase/apps/; revision=724700

18 years agoWith latest code at slotLayoutChanged is not more necessary
Rafael Fernández López [Sat, 13 Oct 2007 02:15:01 +0000 (02:15 +0000)]
With latest code at slotLayoutChanged is not more necessary
slotLayoutAboutToBeChanged. Reacts as it should when removing items

svn path=/trunk/KDE/kdebase/apps/; revision=724693

18 years agoEven better...
Rafael Fernández López [Fri, 12 Oct 2007 15:41:04 +0000 (15:41 +0000)]
Even better...

svn path=/trunk/KDE/kdebase/apps/; revision=724538

18 years agoThis makes the categorized view amazingly fast in directories with a huge number...
Rafael Fernández López [Fri, 12 Oct 2007 15:36:29 +0000 (15:36 +0000)]
This makes the categorized view amazingly fast in directories with a huge number of files (tested with a folder with 10000 files here)

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=724536

18 years agoDolphinPart: provide a way to switch between view modes in konqueror.
David Faure [Wed, 10 Oct 2007 23:01:35 +0000 (23:01 +0000)]
DolphinPart: provide a way to switch between view modes in konqueror.
Factorized those actions between dolphinmainwindow and dolphinpart (see new methods in dolphinview), and simplified mainwindow code by using the signal from the action group and the QVariant data of the actions (standard Qt4 solution for a group of actions).

svn path=/trunk/KDE/kdebase/apps/; revision=723871

18 years agoAllow filtering of items also for the column view. A filtering of directories is...
Peter Penz [Tue, 9 Oct 2007 22:32:54 +0000 (22:32 +0000)]
Allow filtering of items also for the column view. A filtering of directories is not done yet, but with the latest updates of the column view this could be added now (but it's more a question whether we really want this...).

svn path=/trunk/KDE/kdebase/apps/; revision=723536

18 years agocolumn view fixes:
Peter Penz [Tue, 9 Oct 2007 21:10:17 +0000 (21:10 +0000)]
column view fixes:
* assure that the history does not get messed up when changing the focus to an existing column
* fix issue that the status bar does not get updated when the focus is changed between the columns

svn path=/trunk/KDE/kdebase/apps/; revision=723519

18 years agoremove unused member
Peter Penz [Tue, 9 Oct 2007 18:04:02 +0000 (18:04 +0000)]
remove unused member

svn path=/trunk/KDE/kdebase/apps/; revision=723451

18 years agoremove unused PNG image (relict from KDE3 version of Dolphin)
Peter Penz [Tue, 9 Oct 2007 16:20:53 +0000 (16:20 +0000)]
remove unused PNG image (relict from KDE3 version of Dolphin)

svn path=/trunk/KDE/kdebase/apps/; revision=723419

18 years agoremove Dolphin specific service menus, Konqueror and Dolphin use now the same service...
Peter Penz [Tue, 9 Oct 2007 16:19:12 +0000 (16:19 +0000)]
remove Dolphin specific service menus, Konqueror and Dolphin use now the same service menus (thanks to David!)

svn path=/trunk/KDE/kdebase/apps/; revision=723418

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 8 Oct 2007 06:40:33 +0000 (06:40 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=722863

18 years agoExtracted the servicemenu code from KonqPopupMenu into KonqMenuActions, and used...
David Faure [Sun, 7 Oct 2007 21:12:46 +0000 (21:12 +0000)]
Extracted the servicemenu code from KonqPopupMenu into KonqMenuActions, and used it from both KonqPopupMenu and DolphinContextMenu.
 This isn't the port-to-ktrader yet, this will come later, but at least the code is factorized and the impl can be changed without affecting the dolphin+konqpopupmenu code
Should I also implement the "Open With..." actions in KonqMenuActions? Seems like another bit of similar code duplicated.
CCMAIL: peter.penz@gmx.at, aseigo@kde.org

Removed KonqBookmarkManager (was a two-liner call to KBookmarkManager)

svn path=/trunk/KDE/kdebase/apps/; revision=722668

18 years ago* assure that the columns of the colum-view get dimmed if the colum-view is inactive
Peter Penz [Sun, 7 Oct 2007 10:53:33 +0000 (10:53 +0000)]
* assure that the columns of the colum-view get dimmed if the colum-view is inactive
* updated documentation of DolphinController + minor cleanups

svn path=/trunk/KDE/kdebase/apps/; revision=722452

18 years agodon't use the directory lister directly
Peter Penz [Sat, 6 Oct 2007 18:10:26 +0000 (18:10 +0000)]
don't use the directory lister directly

svn path=/trunk/KDE/kdebase/apps/; revision=722142

18 years agoremove unneeded code
Peter Penz [Sat, 6 Oct 2007 18:02:29 +0000 (18:02 +0000)]
remove unneeded code

svn path=/trunk/KDE/kdebase/apps/; revision=722140

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 6 Oct 2007 07:33:36 +0000 (07:33 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=721873

18 years agofix issues when the split view is active and the inactive column view gets selected...
Peter Penz [Fri, 5 Oct 2007 23:17:18 +0000 (23:17 +0000)]
fix issues when the split view is active and the inactive column view gets selected: the request for activation is not done...

svn path=/trunk/KDE/kdebase/apps/; revision=721727

18 years agominor simplification
Peter Penz [Fri, 5 Oct 2007 23:16:20 +0000 (23:16 +0000)]
minor simplification

svn path=/trunk/KDE/kdebase/apps/; revision=721726

18 years agoextra ';'
Pino Toscano [Fri, 5 Oct 2007 22:58:23 +0000 (22:58 +0000)]
extra ';'

svn path=/trunk/KDE/kdebase/apps/; revision=721720

18 years agofixed most regressions due to the previous column-view refactoring
Peter Penz [Fri, 5 Oct 2007 22:32:13 +0000 (22:32 +0000)]
fixed most regressions due to the previous column-view refactoring

svn path=/trunk/KDE/kdebase/apps/; revision=721706

18 years agoMerge the KConfig branch. This are the 3 main modules (+kdeadmin), which are
Andreas Pakulat [Fri, 5 Oct 2007 22:21:25 +0000 (22:21 +0000)]
Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which are
needed now because friday is the last BC day. The rest of the modules will
follow as fast as my laptop allows.

svn path=/trunk/KDE/kdebase/apps/; revision=721704

18 years agoRefactored DolphinColumnWidget so that it does not need a hierarchical KDirLister...
Peter Penz [Fri, 5 Oct 2007 21:00:44 +0000 (21:00 +0000)]
Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLister. This simplifies the code a lot and also bypasses the current problems with the KDirLister cache when working on hierarchical directories in parallel. There are some minor regressions which will be fixed, but all in all some improvements are visible already:
- the loading of columns is a lot faster
- preview in columns is working
- no side effects in combination with the treeview-panel because of caching

svn path=/trunk/KDE/kdebase/apps/; revision=721678

18 years agoOops forgot this one... thanks for reminding Peter :)
Rafael Fernández López [Fri, 5 Oct 2007 10:39:15 +0000 (10:39 +0000)]
Oops forgot this one... thanks for reminding Peter :)

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=721486

18 years agoMerged KIO::JobFlags branch
David Faure [Fri, 5 Oct 2007 09:14:03 +0000 (09:14 +0000)]
Merged KIO::JobFlags branch

svn path=/trunk/KDE/kdebase/apps/; revision=721447

18 years agoRestoring the column view relies on the URL-history. It might be possible that the...
Peter Penz [Fri, 5 Oct 2007 06:33:48 +0000 (06:33 +0000)]
Restoring the column view relies on the URL-history. It might be possible that the view properties have been changed or deleted in the meantime, so it cannot be asserted that really a column view has been created.

svn path=/trunk/KDE/kdebase/apps/; revision=721374

18 years agoNice catch on keyboard navigation when RightToLeft is set... :)
Rafael Fernández López [Fri, 5 Oct 2007 02:01:16 +0000 (02:01 +0000)]
Nice catch on keyboard navigation when RightToLeft is set... :)

svn path=/trunk/KDE/kdebase/apps/; revision=721340

18 years agoOoops I had this one for testing purposes locally...
Rafael Fernández López [Fri, 5 Oct 2007 01:41:15 +0000 (01:41 +0000)]
Ooops I had this one for testing purposes locally...

svn path=/trunk/KDE/kdebase/apps/; revision=721338

18 years agoKDirLister openUrl parameters are now flags
Rafael Fernández López [Thu, 4 Oct 2007 21:12:09 +0000 (21:12 +0000)]
KDirLister openUrl parameters are now flags

svn path=/trunk/KDE/kdebase/apps/; revision=721256

18 years ago${CMAKE_SOURCE_DIR}/libkonq doesn't exist now
Laurent Montel [Thu, 4 Oct 2007 19:56:47 +0000 (19:56 +0000)]
${CMAKE_SOURCE_DIR}/libkonq doesn't exist now

svn path=/trunk/KDE/kdebase/apps/; revision=721208

18 years agoOur beloved qt-copy also has the patch applied
Rafael Fernández López [Thu, 4 Oct 2007 16:16:24 +0000 (16:16 +0000)]
Our beloved qt-copy also has the patch applied

svn path=/trunk/KDE/kdebase/apps/; revision=721115

18 years agoLet's do this in a safe way while we wait for the release team to reply telling if...
Rafael Fernández López [Thu, 4 Oct 2007 15:15:24 +0000 (15:15 +0000)]
Let's do this in a safe way while we wait for the release team to reply telling if we make Qt 4.3.2 a requirement for KDE 4.0

svn path=/trunk/KDE/kdebase/apps/; revision=721096

18 years agoallow to configre more than one additional information for the icons-view
Peter Penz [Thu, 4 Oct 2007 06:28:33 +0000 (06:28 +0000)]
allow to configre more than one additional information for the icons-view

svn path=/trunk/KDE/kdebase/apps/; revision=720957

18 years agocoding style nit-picking
Peter Penz [Thu, 4 Oct 2007 05:59:46 +0000 (05:59 +0000)]
coding style nit-picking

svn path=/trunk/KDE/kdebase/apps/; revision=720955

18 years agoChanges related to the smooth scrolling. We can enable it since icefox has submitted...
Rafael Fernández López [Thu, 4 Oct 2007 01:35:53 +0000 (01:35 +0000)]
Changes related to the smooth scrolling. We can enable it since icefox has submitted his "division by zero" to Qt, so it should be safe. If we experience any division by
zero or report, we just disable them commenting them out and with a comment to remind ourselves to uncomment them after.

The smooth scrolling is being combined with a good behavior when using the mouse wheel.

Some investigation on QListView found nice stuff for KCategorizedView.

Peter, I have the smooth scrolling for KDirOperator too, let me that one... I have binary incompatible changes merged there with this ones and I am committing everything
together on friday.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=720918

18 years agothere is no need anymore to check whether the KDirLister is currently loading before...
Peter Penz [Wed, 3 Oct 2007 22:33:47 +0000 (22:33 +0000)]
there is no need anymore to check whether the KDirLister is currently loading before invoking KDirModel::expandToUrl()

svn path=/trunk/KDE/kdebase/apps/; revision=720870

18 years agodisable the moving of columns
Peter Penz [Wed, 3 Oct 2007 21:47:47 +0000 (21:47 +0000)]
disable the moving of columns

svn path=/trunk/KDE/kdebase/apps/; revision=720855

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 3 Oct 2007 06:39:50 +0000 (06:39 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=720538

18 years agoUpdate my email address
Rafael Fernández López [Wed, 3 Oct 2007 00:44:18 +0000 (00:44 +0000)]
Update my email address

svn path=/trunk/KDE/kdebase/apps/; revision=720339

18 years agoAs the additional information can be shown in parallel, a combobox selection is not...
Peter Penz [Tue, 2 Oct 2007 22:11:18 +0000 (22:11 +0000)]
As the additional information can be shown in parallel, a combobox selection is not sufficient anymore. To prevent bug-reports for the beta 3 release, all items are explicitly marked as TODO temporary.

svn path=/trunk/KDE/kdebase/apps/; revision=720286

18 years agoAllow showing additional information like type, size and date in parallel for the...
Peter Penz [Tue, 2 Oct 2007 22:04:36 +0000 (22:04 +0000)]
Allow showing additional information like type, size and date in parallel for the icons view (thanks to Fredrik for the extension of KFileItemDelegate!).

svn path=/trunk/KDE/kdebase/apps/; revision=720283

18 years agoreplace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFileItem...
Peter Penz [Tue, 2 Oct 2007 19:03:03 +0000 (19:03 +0000)]
replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFileItem*> anymore since todays update of kfileitem.* in kdelibs

svn path=/trunk/KDE/kdebase/apps/; revision=720234

18 years agofix signal/slot
David Faure [Tue, 2 Oct 2007 12:22:47 +0000 (12:22 +0000)]
fix signal/slot

svn path=/trunk/KDE/kdebase/apps/; revision=720110

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 2 Oct 2007 06:39:53 +0000 (06:39 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=720019

18 years agoPort dolphin to the KFileItemDelegate API changes.
Fredrik Höglund [Mon, 1 Oct 2007 22:06:49 +0000 (22:06 +0000)]
Port dolphin to the KFileItemDelegate API changes.

svn path=/trunk/KDE/kdebase/apps/; revision=719796

18 years agoPorted KonqPopupMenu away from xmlgui to make things debuggable (we had code that...
David Faure [Mon, 1 Oct 2007 17:06:34 +0000 (17:06 +0000)]
Ported KonqPopupMenu away from xmlgui to make things debuggable (we had code that dynamically created XML, and then passed it for gui merging with KonqPopupMenu's own generated XML, that was too much magic and headaches).
There are now unit tests for KonqPopupMenu, and its code has a bit less magic hacks than before.
There is no more KonqPopupMenuPlugin though, but I'm happy to re-create it once there's a real use case for it.

svn path=/trunk/KDE/kdebase/apps/; revision=719676

18 years agoCode adaptation because of changes on libraries related to revision 719630
Rafael Fernández López [Mon, 1 Oct 2007 15:09:41 +0000 (15:09 +0000)]
Code adaptation because of changes on libraries related to revision 719630

svn path=/trunk/KDE/kdebase/apps/; revision=719642

18 years agoMaking KFileItemList value based.
Tobias Koenig [Mon, 1 Oct 2007 08:00:48 +0000 (08:00 +0000)]
Making KFileItemList value based.

svn path=/trunk/KDE/kdebase/apps/; revision=719514

18 years agocoding style nitpicking: remove space
Peter Penz [Sun, 30 Sep 2007 20:28:10 +0000 (20:28 +0000)]
coding style nitpicking: remove space

svn path=/trunk/KDE/kdebase/apps/; revision=719288

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 30 Sep 2007 06:18:34 +0000 (06:18 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=719026

18 years agoTest for what the error message says
Pascal Létourneau [Sat, 29 Sep 2007 19:01:43 +0000 (19:01 +0000)]
Test for what the error message says

svn path=/trunk/KDE/kdebase/apps/; revision=718814

18 years agoInit cwd with the current path (dolphin is a KUniqueApplication)
Pascal Létourneau [Sat, 29 Sep 2007 18:36:36 +0000 (18:36 +0000)]
Init cwd with the current path (dolphin is a KUniqueApplication)

svn path=/trunk/KDE/kdebase/apps/; revision=718808

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 29 Sep 2007 06:00:08 +0000 (06:00 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=718575

18 years agoIcons height is the same as the title
Rafael Fernández López [Fri, 28 Sep 2007 13:12:53 +0000 (13:12 +0000)]
Icons height is the same as the title

svn path=/trunk/KDE/kdebase/apps/; revision=718317

18 years agoremoved unused method expandSelectionParent (it is not invoked anymore since KDirList...
Peter Penz [Fri, 28 Sep 2007 07:18:37 +0000 (07:18 +0000)]
removed unused method expandSelectionParent (it is not invoked anymore since KDirLister::expandToUrl() is available)

svn path=/trunk/KDE/kdebase/apps/; revision=718182

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 28 Sep 2007 06:44:06 +0000 (06:44 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=718158

18 years agoInit the range before a value is set (via the signal valueChanged)
Pascal Létourneau [Thu, 27 Sep 2007 18:16:18 +0000 (18:16 +0000)]
Init the range before a value is set (via the signal valueChanged)

svn path=/trunk/KDE/kdebase/apps/; revision=717914

18 years agoassure that the decoration gets selected in the column-view even if the style has...
Peter Penz [Thu, 27 Sep 2007 16:12:37 +0000 (16:12 +0000)]
assure that the decoration gets selected in the column-view even if the style has not enabled this per default

svn path=/trunk/KDE/kdebase/apps/; revision=717801

18 years agoassure that the decoration gets selected in the details-view even if the style has...
Peter Penz [Thu, 27 Sep 2007 14:26:08 +0000 (14:26 +0000)]
assure that the decoration gets selected in the details-view even if the style has not enabled this per default

svn path=/trunk/KDE/kdebase/apps/; revision=717770

18 years agotemporary deactivate session restoring until it can be tested with a working desktop
Peter Penz [Thu, 27 Sep 2007 13:06:52 +0000 (13:06 +0000)]
temporary deactivate session restoring until it can be tested with a working desktop

svn path=/trunk/KDE/kdebase/apps/; revision=717741

18 years agouse inline keyword as suggested at http://www.parashift.com/c%2B%2B-faq-lite/inline...
Peter Penz [Thu, 27 Sep 2007 12:44:14 +0000 (12:44 +0000)]
use inline keyword as suggested at http://www.parashift.com/c%2B%2B-faq-lite/inline-functions.html#faq-9.9

svn path=/trunk/KDE/kdebase/apps/; revision=717738

18 years agoreactivate session management
Peter Penz [Thu, 27 Sep 2007 12:36:40 +0000 (12:36 +0000)]
reactivate session management

svn path=/trunk/KDE/kdebase/apps/; revision=717737

18 years agoupdated version for KDE 4.0 beta 3 release
Peter Penz [Thu, 27 Sep 2007 10:59:30 +0000 (10:59 +0000)]
updated version for KDE 4.0 beta 3 release

svn path=/trunk/KDE/kdebase/apps/; revision=717713

18 years ago* right-to-left layout fixes
Peter Penz [Thu, 27 Sep 2007 10:02:37 +0000 (10:02 +0000)]
* right-to-left layout fixes
* fixes to assure that active column stays visible

svn path=/trunk/KDE/kdebase/apps/; revision=717684