┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/infosidebarpage.cpp
AgeCommit message (Collapse)Author
2007-04-30PreviewJob API change (KFileItems by value)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=659426
2007-04-22reactivated info sidebar again and temporary removed the code which resets ↵Peter Penz
the URL after starting Dolphin svn path=/trunk/KDE/kdebase/apps/; revision=656979
2007-04-13compilation fixSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=653564
2007-04-09adapt Dolphin to kdelibs coding style ↵Peter Penz
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using: astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad=oper --unpad=paren \ --one-line=keep-statements --convert-tabs \ --indent-preprocessor \ `find -type f -name '*.cpp'` `find -type f -name '*.h'` svn path=/trunk/KDE/kdebase/apps/; revision=651981
2007-04-09Dolphin is now KBookmark* free.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=651766
2007-04-04Use the Qt layout facilities correctly to align widgets in the information ↵Robert Knight
side bar towars the top. Fixes comment-box being huge when KMetaData is available. svn path=/trunk/KDE/kdebase/apps/; revision=650506
2007-03-26KDEDesktopMimeType -> KDesktopFileActionsDavid Faure
svn path=/trunk/KDE/kdebase/libkonq/; revision=646598
2007-03-25Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=646256
2007-03-22Prevent dolphin from crashing when selecting several files and theLuca Gugelmann
knep{daemon,coreservices} are not running. svn path=/trunk/KDE/kdebase/apps/; revision=645589
2007-03-22less KDE 3 dependenciesDaniel Molkentin
svn path=/trunk/KDE/kdebase/apps/; revision=645388
2007-03-20make this include optionalDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=644550
2007-03-20Improved KMetaData integration. The Dolphin info sidebar now uses KMetaData ↵Sebastian Trueg
to allow file rating, commenting, and tagging. This commit is indended to show what can be done with KMetaData in an easy way. The GUI is not perfect yet. svn path=/trunk/KDE/kdebase/apps/; revision=644510
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