Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-06-26 | Major pro file overhaul from davipt. Commited by me, since it touches | sandman | 1 | -0/+15 |
many core files ... please report bugs on this to davipt | ||||
2002-06-26 | OFileSelector is now a complete drop in replacement | zecke | 1 | -6/+30 |
of the QPE fileselector | ||||
2002-06-26 | done for now | zecke | 1 | -0/+6 |
2002-06-26 | Fix mimetype handling | zecke | 1 | -3/+55 |
2002-06-26 | added the bugs | zecke | 1 | -6/+4 |
2002-06-26 | Improve mimetype handling | zecke | 4 | -81/+192 |
API is now fixed 2 Bugs outstanding though | ||||
2002-06-25 | Request from ljp: alarm/key/tap sounds should now also work on "Unknown" | sandman | 2 | -29/+21 |
modells (this includes x86 simulation) | ||||
2002-06-23 | Simon thanks for the patch. Some clean ups. Patch provided by tronical | zecke | 1 | -2/+2 |
OAOAOAOAOAOAOAOAOAOAOAOAOBOBCVS: noncore/tools/remote/dvdgroupconf.cpp | ||||
2002-06-18 | Reimplemented OHwInfo as ODevice with enhanced capabilities | sandman | 5 | -134/+578 |
ODevice should replace custom-*.h in the future (iPAQ is finished) | ||||
2002-06-17 | Fix a possible crash when opening an empty file | zecke | 1 | -0/+2 |
2002-06-17 | Cross Referencing is possible by now | zecke | 2 | -0/+86 |
2002-06-16 | implement progress | zecke | 4 | -5/+37 |
2002-06-16 | Fixed typo in iPAQ detection routine .. model enum really works now | sandman | 1 | -1/+1 |
2002-06-15 | Summary support | zecke | 4 | -24/+121 |
2002-06-12 | New singleton class for getting info on hardware | sandman | 3 | -2/+134 |
(Zaurus detection is missing -- kergoth ?) | ||||
2002-06-11 | add the cpp files ;) | tille | 2 | -0/+1190 |
2002-06-10 | imported kprocess as oprocess | tille | 3 | -2/+928 |
2002-05-09 | Patch from Stefan Eilers to separate multiple categories by a , | zecke | 1 | -0/+5 |
2002-05-09 | add missing qregexp.h | dwmw2 | 1 | -0/+1 |
2002-05-09 | Add missing #include <qpainter.h> | dwmw2 | 1 | -0/+1 |
2002-05-07 | Moved ClickableLabel to libopie/OClickableLabel | hakan | 3 | -2/+120 |
2002-05-02 | Here is the rewrite of ofileselector | zecke | 2 | -897/+841 |
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-30 | - put the xml tree classes into the Opie namespace | simon | 3 | -0/+8 |
2002-04-30 | - no default arguments in method implementations | simon | 1 | -1/+1 |
2002-04-30 | Renamed QColorDialog to OColorDialog | drw | 3 | -40/+40 |
2002-04-27 | compile it for Max | zecke | 2 | -5/+5 |
2002-04-27 | View Interface | zecke | 3 | -1/+81 |
2002-04-27 | backward compability functions and TODO update | zecke | 2 | -15/+45 |
2002-04-27 | Move FileItem class from the header into an anonymous namespace | zecke | 2 | -49/+49 |
2002-04-27 | Fix automime and mime tested with textedit | zecke | 1 | -40/+49 |
2002-04-27 | Update TODO | zecke | 5 | -103/+3 |
Update todoevent.cpp I almost forgot about this \n -> <br> inside the RichText remove oconfig cause it was bogus. We can achieve the same with Config(path, Config::File ); | ||||
2002-04-26 | Make it a bitfield and add a d pointer | zecke | 1 | -1/+5 |
2002-04-25 | Add ColorPopupMenu and ColorDialog | drw | 5 | -3/+1173 |
2002-04-25 | Wrong path for pics/opie. | kergoth | 1 | -1/+1 |
2002-04-25 | This should fix the Umlaut problem | zecke | 1 | -0/+1 |
2002-04-24 | fixed requested mimetype- for now.. still needs work | llornkcor | 2 | -70/+69 |
2002-04-24 | fixed location combo showing redundant directories and multiple seperators | llornkcor | 2 | -27/+111 |
2002-04-24 | changed symlink icon location, changed mimetype combo action, added spacing ↵ | llornkcor | 2 | -81/+80 |
to bottom | ||||
2002-04-23 | ToDoEvent::richText() added | zecke | 2 | -0/+73 |
this patch came from Stefan Eilers is that the right place for it or does it belong into the todo app itself? | ||||
2002-04-18 | handle the importing( first reading ) of | zecke | 1 | -0/+4 |
Zaurus format correclty TodoList and Today should be fine now | ||||
2002-04-17 | include the current directory in the filename | zecke | 1 | -1/+1 |
2002-04-15 | updates? | zecke | 5 | -3/+63 |
too much to remember | ||||
2002-04-13 | PopupMenu for fontsize handling like on the Zaurus | zecke | 4 | -2/+158 |
2002-04-13 | multiple categories | zecke | 4 | -23/+46 |
2002-04-12 | fix the crash | zecke | 2 | -5/+6 |
2002-04-12 | Add OFileDialog to the .pro | zecke | 3 | -38/+20 |
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-12 | take parent size | harlekin | 1 | -0/+2 |
2002-04-11 | OFileSelector const QStringList -> const QSTringList& | zecke | 4 | -4/+192 |
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-01 | Almost done || | zecke | 2 | -2/+25 |
2002-04-01 | Almost done | zecke | 3 | -17/+183 |