summaryrefslogtreecommitdiff
path: root/libopie/ofiledialog.cc
AgeCommit message (Collapse)AuthorFilesLines
2004-03-01fix includeschicken1-3/+0
2003-08-08Merging all changes from BRANCH_1_0.eilers1-11/+70
2003-04-13Jumbo API documentation updatezecke1-0/+40
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-06-26Improve mimetype handlingzecke1-9/+9
API is now fixed 2 Bugs outstanding though
2002-04-12Add OFileDialog to the .prozecke1-4/+10
OFileDialog is now working resize it when not used by the static methods OFileSelector some bugfixes. Some bugs are not yet fixed (the switching from views can segfault )
2002-04-11OFileSelector const QStringList -> const QSTringList&zecke1-0/+110
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