summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/ofileselectoritem.h
AgeCommit message (Collapse)AuthorFilesLines
2002-10-28This will probably not compile.. i did not even try to compile itzecke1-0/+5
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-09-15Ok the demand for filters, listers and views were great so I'm currentlyzecke1-0/+30
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