┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/infosidebarpage.cpp
AgeCommit message (Collapse)Author
2007-03-14Fixed some minor coding guidelines issues (getFoo() -> foo(), ...) to be ↵Peter Penz
aligned with the kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style). The infosidebar code will be rewritten anyway, but copy/paste often is faster than light ;-) svn path=/trunk/KDE/kdebase/apps/; revision=642613
2007-03-12merge kdelibs-strigi: a new KFileMetaInfo implementationJos van den Oever
svn path=/trunk/KDE/kdebase/konqueror/; revision=641869
2007-03-10get rid of nasty separator at the top of the information sidebar (thanks to ↵Peter Penz
Luca Gugelmann for the patch!) svn path=/trunk/KDE/kdebase/apps/; revision=641274
2007-02-23Change the behavior of the info sidebar to show the preview of the current ↵Oscar Blumberg
selection. svn path=/trunk/KDE/kdebase/apps/; revision=636423
2007-02-22* Starts to add Nepomuk supports to dolphin (currently, only annotations are ↵Oscar Blumberg
supported) * Little changes in InfoSidebarPage (no more multiple label for infos & Q3Layout>QLayout) * Support infos for multiple files (only total size, what else ?) svn path=/trunk/KDE/kdebase/apps/; revision=636272
2007-02-20portingStephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=635532
2007-02-20I hope this compiles betterStephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=635522
2007-02-20compile some moreStephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=635518
2007-02-01Fix compileStefan Gehn
deprecated-- svn path=/trunk/playground/utils/dolphin/; revision=629105
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-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-04fixing more warningsZack Rusin
svn path=/trunk/playground/utils/dolphin/; revision=610636
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-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-23Fix i18n Laurent Montel
svn path=/trunk/playground/utils/dolphin/; revision=607156
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-22compile++Kevin Ottens
But crashes while listing folder... svn path=/trunk/playground/utils/dolphin/; revision=606919
2006-11-22Some portLaurent Montel
Remove not necessary file svn path=/trunk/playground/utils/dolphin/; revision=606884
2006-11-21commited initial version of DolphinPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=606622