summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/datawidgetui.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-01fix includeschicken1-5/+0
2002-12-27juhu, this should be fully translatable now :)cniehaus1-118/+2
2002-12-27finally found that stupid bugcniehaus1-1/+2
2002-12-27go mickeyl gocniehaus1-112/+113
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-11-23move stuff around, use iterators, make things translatablecniehaus1-7/+121
2002-09-30fixed one typocniehaus1-0/+1
I tried to fix the layouting problem but I give up. /me is to lame
2002-09-23i18n-stuff + removed some headerscniehaus1-1/+1
2002-09-21damn, a include missingcniehaus1-0/+1
2002-09-21make Max happy ;)cniehaus1-1/+1
2002-09-20from now on I consider Oxygen as almost done :)cniehaus1-1/+1
* 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 cvscniehaus1-8/+17
2002-09-19* codecleanupcniehaus1-1/+1
* adding some const * if you click on a "element" you will now really get the information * removed obsolete class
2002-09-19* nothing is hardcoded anylonger (thanks Max for the .conf-hint)cniehaus1-11/+5
* removing obsolete includes * making the PSE-data-widget a QWidget instead of a QDialog * removing one obsolete slot * making oxyDW private
2002-09-18This is far better: I use 2 more classes, everything is far more OOcniehaus1-68/+8
2002-09-17Wow, Oxygen starts to become usable. The 2 added files are without any contentcniehaus1-2/+25
sofar, will start that tomorrow or so.
2002-09-17Heureka! It works. Took only 3 hours for 5 LOC. Supercniehaus1-2/+2
2002-09-17first attempt of a reimplementation of paintCellcniehaus1-1/+1
2002-09-16mmh, tried to derive QTableItem. Didn't work. Now my QTable-subclass isn'tcniehaus1-21/+35
working either... Will have a look tomorrow
2002-09-16ok, fixed the stupid bugs :)) Works now (click on "Data")cniehaus1-14/+45
2002-09-16ok, perhaps someone else is able to tell OPIE where my file is. I am sure not...cniehaus1-0/+40