Peter Penz
4f951f75e2
use flat buttons for the information sidebar page (TODO: this code has been duplicated from URLNavigatorButton)
...
svn path=/trunk/playground/utils/dolphin/; revision=609309
2006-11-30 05:39:24 +00:00
Kevin Ottens
b1d5b6b746
Get ride of the sidebar and use dockwidgets instead.
...
Default is now three panes, but the dockwidgets can be stacked, etc. to
the user convenience.
There's a slight loss in feature since I disabled dockwidgets hiding,
it's simply because some rework is still needed in kdelibs and Qt to
make them work correctly.
svn path=/trunk/playground/utils/dolphin/; revision=609186
2006-11-29 18:09:26 +00:00
Holger Freyther
91c5f52d87
Add a "New Window" option to Dolphin
...
svn path=/trunk/playground/utils/dolphin/; revision=609048
2006-11-29 12:31:16 +00:00
Holger Freyther
9a4a17dd4d
Changes to Undo/Redo in regard to ProgressIndicator
...
It was not important to know where the operation was
executed, it is important where undo/redo was clicked
and this solely indicates where the progress should be
shown.
Now undo/redo get the MainWindow and can pass that to
ProgressIndicator.
I'm about to revive m_progressIndicator again
svn path=/trunk/playground/utils/dolphin/; revision=609020
2006-11-29 09:30:41 +00:00
Holger Freyther
9b9bad8abe
Do not crash with the null pointer, this is a hack/workaround as we
...
will switch to KonqUndoManager anyway. The difficulty is we would
need one UndoManager for DolphinMainWindow which we won't do/have with
KonqUndoManager so I avoid wasting my time cleaning up this bit, so
progress information might be a bit wrong in regards to the amount of
total steps...
svn path=/trunk/playground/utils/dolphin/; revision=608947
2006-11-29 00:20:32 +00:00
Holger Freyther
f31a541925
Make it (almost) possible to have more than one Dolphin KMainWindow
...
Create a DolphinApplication, holding DolphinMainWindows and update
the code to use the DolphinView to get the MainWindow, or get a ptr
to the MainWindow directly. Or if all windows are effected go through
the DolphinApplication to update every mainwindow.
The UndowManager and ProgressIndicator have a rather strange relationship
and will need some more attention but as UndoManager will be killed
anyway I have skipped this.
More cleanup, debugging and thinking is needed.
svn path=/trunk/playground/utils/dolphin/; revision=608945
2006-11-29 00:02:19 +00:00
Dominik Haumann
68e81f7280
port to Qt4
...
svn path=/trunk/playground/utils/dolphin/; revision=608861
2006-11-28 17:49:49 +00:00
Dominik Haumann
c86d00c8be
port to Qt4
...
svn path=/trunk/playground/utils/dolphin/; revision=608854
2006-11-28 17:22:02 +00:00
Script Kiddy
d3648471e0
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/playground/utils/dolphin/; revision=608802
2006-11-28 13:47:39 +00:00
Laurent Montel
46762a81b9
Compile++
...
svn path=/trunk/playground/utils/dolphin/; revision=608457
2006-11-27 16:12:01 +00:00
Script Kiddy
6839b99e1c
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/playground/utils/dolphin/; revision=608402
2006-11-27 14:14:12 +00:00
David Faure
5f1b6f8994
Enabled delayed mimetypes
...
svn path=/trunk/playground/utils/dolphin/; revision=608300
2006-11-27 12:27:25 +00:00
Script Kiddy
f6cabec7a7
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/playground/utils/dolphin/; revision=608066
2006-11-26 16:09:01 +00:00
Laurent Montel
a15c14e782
Clean up
...
svn path=/trunk/playground/utils/dolphin/; revision=607924
2006-11-26 10:50:13 +00:00
Holger Freyther
1d03eac7fc
Update the ActiveView in DolphinIconsView similiar to DolphinView::mouseReleaseEvent
...
svn path=/trunk/playground/utils/dolphin/; revision=607853
2006-11-25 23:23:08 +00:00
Holger Freyther
8fa346cd4b
Automatically relayout the items on window resizing
...
svn path=/trunk/playground/utils/dolphin/; revision=607845
2006-11-25 22:44:05 +00:00
Kevin Ottens
09c69ff811
Setting the right parent definitely helps. :-)
...
svn path=/trunk/playground/utils/dolphin/; revision=607770
2006-11-25 17:46:22 +00:00
Kevin Ottens
c1af91aab1
Let's remove the connect errors because of the KJob/KIO::Job split.
...
svn path=/trunk/playground/utils/dolphin/; revision=607764
2006-11-25 17:30:07 +00:00
Kevin Ottens
92d346ae78
AFAIK the last character is at length()-1.
...
svn path=/trunk/playground/utils/dolphin/; revision=607758
2006-11-25 17:18:38 +00:00
Script Kiddy
95febf9b0f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/playground/utils/dolphin/; revision=607707
2006-11-25 13:33:52 +00:00
Peter Penz
f271d952ec
Assure that the grid size for Icons View, Details View and Previews View has some proper default values.
...
svn path=/trunk/playground/utils/dolphin/; revision=607518
2006-11-24 22:28:49 +00:00
Peter Penz
0e3d1576d5
Initial step for moving to KDirModel. Large code parts have been deleted, as a step by step migration makes no sense. Check KDE3 version of Dolphin as reference how things have been done before.
...
svn path=/trunk/playground/utils/dolphin/; revision=607513
2006-11-24 22:10:33 +00:00
Peter Penz
c2c719839c
Migrated the ViewPropertiesDialog to Qt4.
...
svn path=/trunk/playground/utils/dolphin/; revision=607475
2006-11-24 19:43:24 +00:00
Peter Penz
4ff8dbf5e9
Get rid of using deprecated Q3Button::drawButton() interface. Now the URL navigator looks nearly as nice as within the Qt3version again :-)
...
svn path=/trunk/playground/utils/dolphin/; revision=607457
2006-11-24 18:34:52 +00:00
David Faure
47fa21aff1
Some suggestions in comments to avoid porting code when we can share existing ported code instead.
...
svn path=/trunk/playground/utils/dolphin/; revision=607265
2006-11-23 21:50:16 +00:00
Laurent Montel
7fbae44527
Fix i18n
...
svn path=/trunk/playground/utils/dolphin/; revision=607156
2006-11-23 13:10:00 +00:00
Laurent Montel
9d26e139f8
Clean up
...
Add Message.sh to generate translation
svn path=/trunk/playground/utils/dolphin/; revision=607130
2006-11-23 09:54:10 +00:00
Laurent Montel
9f3b083b3a
Byebye q3frame
...
svn path=/trunk/playground/utils/dolphin/; revision=607129
2006-11-23 09:51:15 +00:00
Laurent Montel
edb2c4ad62
Byebye Q3H(V)Box
...
svn path=/trunk/playground/utils/dolphin/; revision=607111
2006-11-23 07:54:24 +00:00
Peter Penz
7fec7ff9a0
As KURL has been renamed to KUrl all classes and methods, which use the term 'URL', have been converted to use 'Url' instead (e. g. the class URLNavigator is called UrlNavigator now).
...
svn path=/trunk/playground/utils/dolphin/; revision=606991
2006-11-22 17:13:11 +00:00
Peter Penz
9075797f9b
fixed initialization of actions
...
svn path=/trunk/playground/utils/dolphin/; revision=606983
2006-11-22 16:06:47 +00:00
Script Kiddy
369dd3e58f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/playground/utils/dolphin/; revision=606956
2006-11-22 13:24:27 +00:00
Kevin Ottens
a08b5f8357
Avoid triggering the bookmark action when it's not appropriate.
...
svn path=/trunk/playground/utils/dolphin/; revision=606934
2006-11-22 12:22:41 +00:00
Kevin Ottens
63f6ef7656
Hmm, same mistakes... looks like a conversion script gone mad.
...
svn path=/trunk/playground/utils/dolphin/; revision=606929
2006-11-22 12:12:27 +00:00
Kevin Ottens
5d1f8dc517
Ah, now it runs.
...
svn path=/trunk/playground/utils/dolphin/; revision=606922
2006-11-22 11:42:15 +00:00
Kevin Ottens
9a5f54d83d
compile++
...
But crashes while listing folder...
svn path=/trunk/playground/utils/dolphin/; revision=606919
2006-11-22 11:34:19 +00:00
Laurent Montel
2aac5c21bd
Remove execute attribute
...
svn path=/trunk/playground/utils/dolphin/; revision=606908
2006-11-22 10:47:07 +00:00
Laurent Montel
48159508cc
Clean up
...
svn path=/trunk/playground/utils/dolphin/; revision=606906
2006-11-22 10:46:01 +00:00
Laurent Montel
20b58b6c03
Some port
...
Remove not necessary file
svn path=/trunk/playground/utils/dolphin/; revision=606884
2006-11-22 08:22:45 +00:00
Laurent Montel
6987f297e6
Port++
...
svn path=/trunk/playground/utils/dolphin/; revision=606882
2006-11-22 08:12:45 +00:00
Laurent Montel
c94162b9bf
Not necessary
...
svn path=/trunk/playground/utils/dolphin/; revision=606878
2006-11-22 07:54:13 +00:00
Kevin Ottens
c20f14478a
compile++
...
Welcome to Dolphin! Trying to help a bit with the porting. If I did
something wrong, feel free to blame me. :-)
CCMAIL: peter.penz@gmx.at
svn path=/trunk/playground/utils/dolphin/; revision=606802
2006-11-21 21:10:33 +00:00
Script Kiddy
e907cf38f2
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/playground/utils/dolphin/; revision=606712
2006-11-21 13:23:18 +00:00
Peter Penz
5252c12db4
commited initial version of Dolphin
...
svn path=/trunk/playground/utils/dolphin/; revision=606622
2006-11-21 06:02:05 +00:00