┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-12-17- don't use deprecated KAction constructorsSimon Hausmann
svn path=/trunk/playground/utils/dolphin/; revision=614376
2006-12-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/playground/utils/dolphin/; revision=614370
2006-12-17Use KonqMimeData for the cut- and copy-operation instead of using bool ↵Peter Penz
property inside DolphinMainWindow. This assures that cut- and copy-operations also work within multiple Dolphin main windows. svn path=/trunk/playground/utils/dolphin/; revision=614351
2006-12-17Reanimated cut-, copy- and paste- functionality as preparation for moving to ↵Peter Penz
KonqUndoManager. svn path=/trunk/playground/utils/dolphin/; revision=614325
2006-12-15Update for using a proxy model: prevent accessing the model by model() and ↵Peter Penz
doing a cast do KDirModel afterwards. Instead the access to the KDirModel is done by a member variable. Still the proxy model does not seem to work and leads to a crash as soon as the QListView should work with the proxy model -> in the meantime in line 112 from DolphinView.cpp the KDirModel is used instead of the proxy model. svn path=/trunk/playground/utils/dolphin/; revision=613768
2006-12-15fix signal namesDominik Haumann
svn path=/trunk/playground/utils/dolphin/; revision=613749
2006-12-14Use QSortFilterProxyModel for sorting KFileItems (thanks to Fredrik for this ↵Peter Penz
hint!). TODO: the implementation does not work yet, as QSortFilerProxyModel::lessThan() is not invoked; I'm too tired currently for finding the root of this ;-) svn path=/trunk/playground/utils/dolphin/; revision=613747
2006-12-14Support 'select all' and 'invert selection' again.Peter Penz
svn path=/trunk/playground/utils/dolphin/; revision=613698
2006-12-14Support changing the sorting type and sort order (TODO: does not work yet as ↵Peter Penz
the implementation in KDirModel is empty yet). svn path=/trunk/playground/utils/dolphin/; revision=613696
2006-12-13Don't show the 'Show Preview' property inside the toolbar per default.Peter Penz
svn path=/trunk/playground/utils/dolphin/; revision=613031
2006-12-13Instead of having a the 3 view modes "icons", "details" and "previews" only ↵Peter Penz
2 view modes are used now: "icons" and "details". Whether a preview is shown or not is part of the directory view properties. This also means that it will be possible to show previews in the "details" view in future releases. svn path=/trunk/playground/utils/dolphin/; revision=613029
2006-12-11Do not abort/exit when accessing the string out of boundsHolger Freyther
svn path=/trunk/playground/utils/dolphin/; revision=612585
2006-12-10Use a QLinkedList instead of Q3PtrListHolger Freyther
svn path=/trunk/playground/utils/dolphin/; revision=612313
2006-12-10--deprecationHolger Freyther
svn path=/trunk/playground/utils/dolphin/; revision=612307
2006-12-08connect to the 'urlChanged' signal (the signal 'signalUrlChanged' is not ↵Peter Penz
available anymore) svn path=/trunk/playground/utils/dolphin/; revision=611620
2006-12-08Cleanup of signal/slot handling between the dolphin view and the main ↵Peter Penz
window: now the main window listens to the signals from the dolphin view and connects to private slots (previously the dolphin view connected to public slots of the main window). Also prevent naming all slots by the prefix 'slot', describe instead what the method does. svn path=/trunk/playground/utils/dolphin/; revision=611617
2006-12-08Update the FSF address to 51 Franklin Street (hopefully it is the right one)Holger Freyther
gnused rocks! svn path=/trunk/playground/utils/dolphin/; revision=611576
2006-12-07show busy indicator inside the progress bar when counting the directoriesPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=611372
2006-12-07Apply the view properties to sub directories without using a modal window. ↵Peter Penz
This allows the user to proceed with the work during the view properties are applied. svn path=/trunk/playground/utils/dolphin/; revision=611369
2006-12-07fixed layout issuesPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=611357
2006-12-07minor cosmetic update of the progress indicationPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=611347
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