summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/ofileselector.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-11-03Patch by Simon Hausmann to suit gcc3 needszecke1-1/+2
many thanks
2002-10-31excludeFromRefresh() addedharlekin1-3/+5
2002-10-29the reverse getting of filenames is actually enabledzecke1-12/+3
There will be some code clean ups... but the interfaces should be fine now
2002-10-28Almost done with the new data flowzecke1-0/+2
only OFileSelector needs to adapt it now... Besides that make it compile with the new api Add a configure and a libopie.pro to actually build ofileselector and a MANIFEST to explain some basics of the now a days a bit bigger interface
2002-10-28This will probably not compile.. i did not even try to compile itzecke1-13/+12
on my machine I changed the data flow to be more extandable the Olister class is now playing a bigger role it's dependant on doing some assembly of the filepath and changedirs. It now has also to take care of the location bar
2002-10-13Fix a Crash when using All Files.. as name and default() returns 0lzecke1-7/+7
Fix a Crash in reparse when the chooser is not yet initialized
2002-10-06As promised here is the switchingzecke1-13/+89
It's working as expected I'll clean up it a bit fix some UI bugs and then put it into the libopie.pro
2002-10-05So now switching is about to be implemented the next commit will have a ↵zecke1-17/+17
completed OListe/OFileView switch
2002-09-29Hide the TypeCombo/CategorySelect we provide our own stuffzecke1-0/+2
2002-09-20OTodo know is the first implementation of OPimRecordzecke1-187/+158
2002-09-15ok basicly all old functions are available againzecke1-247/+36
what's now missing is the code switching Listers and views toggling the toolbar filter
2002-09-15Make it compile but it's not working yetzecke1-20/+36
2002-09-15Ok the demand for filters, listers and views were great so I'm currentlyzecke1-0/+1246
implementing it This OFileSelector will be in a different subdir but it'll be still linked into libopie. This makes it more easy to find all files which belong to the OFileSelector an OLister is able to list for example files and dirs ( OLocalLister ) a ftp lister a bluetooth lister whcich would show available devices a DocLnkSet lister for the Documents Tab a CrossReference lister a View is responsible for showing files to the user... and I renamed *.cc to *.cpp