Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -119/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+119 |
2004-09-10 | Add newlines, remove unused local variables, remove unused parameters, | zecke | 1 | -18/+18 |
add newlines at the end of file... | ||||
2004-04-22 | Fill the screen better on BigScreen | zecke | 2 | -101/+121 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-13 | Namespace changes for Apps | zecke | 1 | -0/+2 |
QAshMoney and Reader need to be valgrinded | ||||
2004-03-01 | fix includes | chicken | 7 | -18/+0 |
2004-02-26 | Some typos fixed | sudonix | 1 | -3/+3 |
2004-02-23 | Oxygen: libopie->libopie2 | drw | 4 | -11/+10 |
2004-02-14 | Clean-up of .cvsignore files | drw | 1 | -0/+2 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -2/+2 |
Maintainer, Files and Section fields) | ||||
2003-12-09 | Do not include stl if you don't use it | zecke | 1 | -1/+0 |
2003-10-27 | merge noncore/apps/* except | mickeyl | 4 | -43/+17 |
- advancedfm (ljp, please...) - odict (tille, please...) | ||||
2003-09-20 | merge control files with BRANCH | mickeyl | 1 | -1/+1 |
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 1 | -1/+1 |
2003-06-04 | sanitized | schurig | 1 | -1/+1 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 1 | -1/+1 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-04-20 | adding dutch to the .pro-files | cniehaus | 1 | -0/+1 |
2003-01-26 | Remove depends on a specific version.. it should be depending on >= or <= ↵ | kergoth | 1 | -1/+1 |
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency. | ||||
2003-01-24 | include path correction, use opiedir rather than relative. | kergoth | 1 | -1/+1 |
2003-01-16 | i18n for new buildsystem :) | kergoth | 1 | -0/+4 |
2003-01-13 | remove : for carsten | tille | 1 | -1/+1 |
2003-01-03 | fixing "content-bug" | cniehaus | 1 | -84/+84 |
2002-12-30 | add a const | cniehaus | 2 | -2/+2 |
2002-12-28 | small fix | cniehaus | 1 | -1/+1 |
2002-12-27 | juhu, this should be fully translatable now :) | cniehaus | 7 | -128/+132 |
2002-12-27 | finally found that stupid bug | cniehaus | 2 | -7/+4 |
2002-12-27 | go mickeyl go | cniehaus | 4 | -117/+124 |
2002-12-26 | adding a nice feature: now the user sees which element he is looking at | cniehaus | 3 | -13/+17 |
2002-12-26 | Fixing stupid numerationbug | cniehaus | 1 | -1/+1 |
@@ -40,7 +40,7 @@ dataWidgetUI::dataWidgetUI() : QWidget() int i = 0; for ( QStringList::Iterator it = names->begin() ; it != names->end() ; ++it,i++) { - dataCombo->insertItem( QString::number( i )+" - "+*it ); + dataCombo->insertItem( QString::number( i+1 )+" - "+*it ); } OxydataWidget *oxyDW = new OxydataWidget(this, "OxydataWidget_oxyDW", names); | ||||
2002-12-14 | addLanguage rules | cniehaus | 1 | -0/+1 |
2002-12-10 | Add -lstdc++ to LIBS explicitly for apps that require it, as we no longer ↵ | kergoth | 1 | -1/+1 |
link with g++. | ||||
2002-12-01 | perhaps tille finds some time for debugging this | cniehaus | 2 | -2/+13 |
2002-12-01 | is that the way it should be, Holger? | cniehaus | 2 | -1/+11 |
2002-12-01 | typos | cniehaus | 2 | -4/+4 |
2002-11-23 | only display the elements that exist ;) | cniehaus | 1 | -1/+1 |
2002-11-23 | move stuff around, use iterators, make things translatable | cniehaus | 6 | -127/+131 |
2002-11-22 | *** empty log message *** | tille | 1 | -0/+3 |
2002-11-22 | mmh, how do I now use these information? | cniehaus | 3 | -3/+127 |
Well, I fixed 3 content-bugs :)) | ||||
2002-11-20 | why the hell is my layout not working? | cniehaus | 2 | -6/+4 |
2002-11-19 | some wishes | tille | 1 | -1/+7 |
2002-11-17 | added atom symbols in table | tille | 3 | -5/+13 |
2002-11-17 | Patrick and I will now create a nice TODO | cniehaus | 1 | -0/+11 |
2002-11-17 | s/dk/da and added a \ | cniehaus | 1 | -2/+2 |
2002-11-15 | dk | cniehaus | 1 | -0/+1 |
2002-11-14 | namespace and include fix for uses of iostream in STL | kergoth | 1 | -1/+1 |
2002-11-06 | Add X11.. | kergoth | 1 | -1/+1 |
2002-11-05 | you know the drill | kergoth | 1 | -3/+3 |
2002-11-05 | Adding initial config.in files | kergoth | 1 | -0/+4 |