summaryrefslogtreecommitdiff
path: root/libopie/ofileselector
AgeCommit message (Collapse)AuthorFilesLines
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 switchingzecke2-15/+95
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 ↵zecke4-17/+50
completed OListe/OFileView switch
2002-10-05Implemented the factoryzecke1-13/+31
now I can finally do switching
2002-10-05more steps to make ofileselector modularzecke9-47/+284
We now got the API for a factory so switching should work in future and we now got a OPixmapProvider which provides us with pixmaps.... So an ImageViewer could install a differen OPixmapProvider and a different OFileView to make Previewing work
2002-09-30Add missing files spotted by Robert Wittamszecke2-0/+64
2002-09-29Hide the TypeCombo/CategorySelect we provide our own stuffzecke1-0/+2
2002-09-20OTodo know is the first implementation of OPimRecordzecke3-245/+226
2002-09-15remove bogus fileszecke6-232/+0
2002-09-15add fileszecke10-0/+495
2002-09-15ok basicly all old functions are available againzecke6-270/+153
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 yetzecke6-41/+69
2002-09-15Ok the demand for filters, listers and views were great so I'm currentlyzecke10-0/+2296
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