summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen
AgeCommit message (Collapse)AuthorFilesLines
2003-06-04sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-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-24include path correction, use opiedir rather than relative.kergoth1-1/+1
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-13remove : for carstentille1-1/+1
2003-01-03fixing "content-bug"cniehaus1-84/+84
2002-12-30add a constcniehaus2-2/+2
2002-12-28small fixcniehaus1-1/+1
2002-12-27juhu, this should be fully translatable now :)cniehaus7-128/+132
2002-12-27finally found that stupid bugcniehaus2-7/+4
2002-12-27go mickeyl gocniehaus4-117/+124
2002-12-26adding a nice feature: now the user sees which element he is looking atcniehaus3-13/+17
2002-12-26Fixing stupid numerationbugcniehaus1-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-14addLanguage rulescniehaus1-0/+1
2002-12-10Add -lstdc++ to LIBS explicitly for apps that require it, as we no longer ↵kergoth1-1/+1
link with g++.
2002-12-01perhaps tille finds some time for debugging thiscniehaus2-2/+13
2002-12-01is that the way it should be, Holger?cniehaus2-1/+11
2002-12-01typoscniehaus2-4/+4
2002-11-23only display the elements that exist ;)cniehaus1-1/+1
2002-11-23move stuff around, use iterators, make things translatablecniehaus6-127/+131
2002-11-22*** empty log message ***tille1-0/+3
2002-11-22mmh, how do I now use these information?cniehaus3-3/+127
Well, I fixed 3 content-bugs :))
2002-11-20why the hell is my layout not working?cniehaus2-6/+4
2002-11-19some wishestille1-1/+7
2002-11-17added atom symbols in tabletille3-5/+13
2002-11-17Patrick and I will now create a nice TODOcniehaus1-0/+11
2002-11-17s/dk/da and added a \cniehaus1-2/+2
2002-11-15dkcniehaus1-0/+1
2002-11-14namespace and include fix for uses of iostream in STLkergoth1-1/+1
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-3/+3
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-10-30should work nowtille1-1/+1
2002-10-25now ipkg contains the data too ;)tille1-1/+1
2002-09-30fixed one typocniehaus5-4/+15
I tried to fix the layouting problem but I give up. /me is to lame
2002-09-23i18n-stuff + removed some headerscniehaus5-32/+21
2002-09-21fixing some things. *grr*cniehaus1-9/+8
2002-09-21Now that I understand Harlekin I like his idea: Tabscniehaus5-199/+115
2002-09-21Fix for the PSE (make it bunt)cniehaus1-1/+2
2002-09-21damn, a include missingcniehaus1-0/+1
2002-09-21make Max happy ;)cniehaus1-1/+1
2002-09-21oopscniehaus1-1/+1
2002-09-21add other languagescniehaus1-0/+14
2002-09-21* moving oxygendata and kmolweightscniehaus4-2027/+36
* fixing the datafile-problems (thanks to Max)
2002-09-20from now on I consider Oxygen as almost done :)cniehaus4-20/+42
* the strange display-bug in the QTable is fixed. Now there are really only two colums and not a million or so * now the alingment is correct. I reimplemented virtual void alignment() in a class derived from QTableItem * s/setElement( 1 )/setElement( 0 )/ as that method starts with 0 and not 1 Credits to Robert Gogolok who did most of the reimplementation of the alignment.
2002-09-20before starting to hack QTableItem I wanted to have a safe point in cvscniehaus11-11/+121
2002-09-20fixing the colors. THis looks almost cool :)cniehaus4-6/+22