summaryrefslogtreecommitdiff
path: root/libopie/ofileselector.h
AgeCommit message (Collapse)AuthorFilesLines
2004-02-02Add some API Docuzecke1-1/+61
2003-08-08Merging all changes from BRANCH_1_0.eilers1-263/+99
2003-04-16API docu fixes...zecke1-7/+10
if using \fn infront of a function make sure to name the right function ljp please see my comment in oticker about constness
2003-04-13Jumbo API documentation updatezecke1-0/+2
and some API fixed ColorDialog is now OColorDialog!!! keep the namespace tidy! ColorPopupMenu is now OColorPopupMenu!!! keep the namespace tidy ColorDialog TT couldn't break bc we can so make it const QColor& OTimePicker add some convience methods more I might have forgot
2002-11-03Patch by Simon Hausmann to suit gcc3 needszecke1-1/+1
many thanks
2002-06-26Improve mimetype handlingzecke1-16/+61
API is now fixed 2 Bugs outstanding though
2002-05-02Here is the rewrite of ofileselectorzecke1-17/+22
Mostly the layout was fixed and it should be much easier to understand whats going on It also got more functionality with less code Next is MultipleSelections, Open Dir mode save dir mode and installingViews
2002-04-27backward compability functions and TODO updatezecke1-15/+40
2002-04-27Move FileItem class from the header into an anonymous namespacezecke1-48/+1
2002-04-24fixed requested mimetype- for now.. still needs workllornkcor1-2/+2
2002-04-24fixed location combo showing redundant directories and multiple seperatorsllornkcor1-6/+9
2002-04-11OFileSelector const QStringList -> const QSTringList&zecke1-3/+4
OFileDialog initial version the layout is broken but don't ask me. I played with the parent played with manual relayouting. Currently the setYesCancelVisisble crashes but that's ok for now OFileDialog provides static methods for OpenFileName, SaveFileName and DIrFileName Multiple selection will follow Maybe a dwarf fixes the problems for me overnight
2002-04-01Almost done ||zecke1-1/+3
2002-04-01Almost donezecke1-2/+7
2002-03-31more functionalityzecke1-8/+29
2002-03-30This time thanks to tronical (Simon Hausmann) for reviewing the interfacezecke1-3/+8
the selector is almost done so better start porting to it A dialog will come when beeing done with the real widget
2002-03-30nightly commitszecke1-22/+78
A improved interface thanks to jowenn and some more implementation Actually I don't understand why it's not yet finished ;)
2002-03-29interface updates. and some more implementationzecke1-0/+12
2002-03-27updateszecke1-1/+5
2002-03-27here comes the skeleton of the new fileselector.zecke1-16/+49
Please comment on the api? Sissi are you reading this? Please send me input
2002-03-26- here comes the header of the new opie fileselectorzecke1-0/+139
- basicly I'm committing to let other people check if they like the api or not