┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-12-07Use a KIO Job for applying the view properties recursively to sub directories.Peter Penz
svn path=/trunk/playground/utils/dolphin/; revision=611325
2006-12-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/playground/utils/dolphin/; revision=611273
2006-12-06Patch from Dominik Hauman: Assure that when splitting a view both views take ↵Peter Penz
50 % of the width. Also the flickering has been eliminated. svn path=/trunk/playground/utils/dolphin/; revision=611081
2006-12-06Finally! Dock widgets can be hidden from the view menu since Kevin Ottens
KActionCollection now can take QAction*. svn path=/trunk/playground/utils/dolphin/; revision=611064
2006-12-05Applying view properties recursively to sub directories works again (TODO: ↵Peter Penz
rewrite ViewPropsApplier completely as KJob implementation). svn path=/trunk/playground/utils/dolphin/; revision=610887
2006-12-04- compile with trunk kdelibsSimon Hausmann
svn path=/trunk/playground/utils/dolphin/; revision=610667
2006-12-04fixing more warningsZack Rusin
svn path=/trunk/playground/utils/dolphin/; revision=610636
2006-12-04set {spacing, margin} = 0 againDominik Haumann
svn path=/trunk/playground/utils/dolphin/; revision=610440
2006-12-04First step of cleaning up the view properties: inheriting of viewproperties ↵Peter Penz
does not work with the current approach of directoryviewpropertysettings.kcfg (2 nodes would be required for each directory, only one is used at the moment). Therefor the valid_for_subdirs property has been removed and the implementation model will be adjusted to match 1:1 to the users model. TODO: improve the viewpropertiesdialog be able to apply viewproperties recursively to sub directories. svn path=/trunk/playground/utils/dolphin/; revision=610383
2006-12-04the widget is double-buffered by default so don't triple-bufferZack Rusin
plus removing another depdecation warning svn path=/trunk/playground/utils/dolphin/; revision=610303
2006-12-04Use QWidget::contextMenuEvent() instead of directly listening to the right ↵Peter Penz
mouse button. svn path=/trunk/playground/utils/dolphin/; revision=610302
2006-12-04reducing a little bit the number of deprecation warningsZack Rusin
svn path=/trunk/playground/utils/dolphin/; revision=610300
2006-12-02reanimated the context menuPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=609962
2006-11-30use flat buttons for the information sidebar page (TODO: this code has been ↵Peter Penz
duplicated from URLNavigatorButton) svn path=/trunk/playground/utils/dolphin/; revision=609309
2006-11-29Get ride of the sidebar and use dockwidgets instead.Kevin Ottens
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-29Add a "New Window" option to DolphinHolger Freyther
svn path=/trunk/playground/utils/dolphin/; revision=609048
2006-11-29Changes to Undo/Redo in regard to ProgressIndicatorHolger Freyther
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-29Do not crash with the null pointer, this is a hack/workaround as weHolger Freyther
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-29Make it (almost) possible to have more than one Dolphin KMainWindowHolger Freyther
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-28port to Qt4Dominik Haumann
svn path=/trunk/playground/utils/dolphin/; revision=608861
2006-11-28port to Qt4Dominik Haumann
svn path=/trunk/playground/utils/dolphin/; revision=608854
2006-11-28SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/playground/utils/dolphin/; revision=608802
2006-11-27Compile++Laurent Montel
svn path=/trunk/playground/utils/dolphin/; revision=608457
2006-11-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/playground/utils/dolphin/; revision=608402
2006-11-27Enabled delayed mimetypesDavid Faure
svn path=/trunk/playground/utils/dolphin/; revision=608300
2006-11-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/playground/utils/dolphin/; revision=608066
2006-11-25Update the ActiveView in DolphinIconsView similiar to ↵Holger Freyther
DolphinView::mouseReleaseEvent svn path=/trunk/playground/utils/dolphin/; revision=607853
2006-11-25Automatically relayout the items on window resizingHolger Freyther
svn path=/trunk/playground/utils/dolphin/; revision=607845
2006-11-25Setting the right parent definitely helps. :-)Kevin Ottens
svn path=/trunk/playground/utils/dolphin/; revision=607770
2006-11-25Let's remove the connect errors because of the KJob/KIO::Job split.Kevin Ottens
svn path=/trunk/playground/utils/dolphin/; revision=607764
2006-11-25AFAIK the last character is at length()-1.Kevin Ottens
svn path=/trunk/playground/utils/dolphin/; revision=607758
2006-11-25SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/playground/utils/dolphin/; revision=607707
2006-11-24Assure that the grid size for Icons View, Details View and Previews View has ↵Peter Penz
some proper default values. svn path=/trunk/playground/utils/dolphin/; revision=607518
2006-11-24Initial step for moving to KDirModel. Large code parts have been deleted, as ↵Peter Penz
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-24Migrated the ViewPropertiesDialog to Qt4.Peter Penz
svn path=/trunk/playground/utils/dolphin/; revision=607475
2006-11-24Get rid of using deprecated Q3Button::drawButton() interface. Now the URL ↵Peter Penz
navigator looks nearly as nice as within the Qt3version again :-) svn path=/trunk/playground/utils/dolphin/; revision=607457
2006-11-23Some suggestions in comments to avoid porting code when we can share ↵David Faure
existing ported code instead. svn path=/trunk/playground/utils/dolphin/; revision=607265
2006-11-23Fix i18n Laurent Montel
svn path=/trunk/playground/utils/dolphin/; revision=607156
2006-11-23Clean upLaurent Montel
Add Message.sh to generate translation svn path=/trunk/playground/utils/dolphin/; revision=607130
2006-11-23Byebye q3frameLaurent Montel
svn path=/trunk/playground/utils/dolphin/; revision=607129
2006-11-23Byebye Q3H(V)BoxLaurent Montel
svn path=/trunk/playground/utils/dolphin/; revision=607111
2006-11-22As KURL has been renamed to KUrl all classes and methods, which use the term ↵Peter Penz
'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-22fixed initialization of actionsPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=606983
2006-11-22SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/playground/utils/dolphin/; revision=606956
2006-11-22Avoid triggering the bookmark action when it's not appropriate.Kevin Ottens
svn path=/trunk/playground/utils/dolphin/; revision=606934
2006-11-22Hmm, same mistakes... looks like a conversion script gone mad.Kevin Ottens
svn path=/trunk/playground/utils/dolphin/; revision=606929
2006-11-22Ah, now it runs.Kevin Ottens
svn path=/trunk/playground/utils/dolphin/; revision=606922
2006-11-22compile++Kevin Ottens
But crashes while listing folder... svn path=/trunk/playground/utils/dolphin/; revision=606919
2006-11-22Remove execute attributeLaurent Montel
svn path=/trunk/playground/utils/dolphin/; revision=606908
2006-11-22Clean upLaurent Montel
svn path=/trunk/playground/utils/dolphin/; revision=606906