summaryrefslogtreecommitdiff
path: root/noncore/apps
AgeCommit message (Collapse)AuthorFilesLines
2003-01-04ok, now we have no more memleaks (I valgrind'ed and gdb'ed) and some morecniehaus3-11/+24
feature are working.
2003-01-04one typo ;)cniehaus2-3/+14
several bugfixes
2003-01-04- qWarning("emphty querysting");cniehaus3-12/+9
+ qWarning("empty querysting"); - DingWidget *ding = new DingWidget( vbox , querystring , browser_top, browser_bottom, activated_name); + DingWidget *ding = new DingWidget( querystring , browser_top, browser_bottom, activated_name ); That with some more changes even works
2003-01-04check for querystring and dictionarytille2-2/+11
and display msgbox
2003-01-03update tillecniehaus4-6/+30
2003-01-03clean uptille1-5/+9
2003-01-03display fixtille1-5/+6
2003-01-03minifixes to avoid clashes with tillecniehaus3-3/+16
2003-01-03got it :-Dtille1-1/+2
2003-01-03markup does not yet worktille2-12/+21
2003-01-03the real filecniehaus1-81274/+13478
2003-01-03works nowworks nowcniehaus2-4/+11
2003-01-03fixtille2-13479/+81275
2003-01-03impress tillecniehaus1-6/+13
2003-01-03path fix ;)tille2-2/+5
2003-01-03tillecniehaus5-12/+13502
2003-01-03I won't get a nobelprize for this code but at least it workscniehaus4-13/+62
2003-01-03fixing "content-bug"cniehaus1-84/+84
2003-01-02the first content arrivescniehaus5-2/+114
2003-01-02fixes for i18ncniehaus1-17/+17
2003-01-01load the methodscniehaus1-4/+9
2002-12-30add a constcniehaus2-2/+2
2002-12-30Use background color for alternating transaction lines (like todo does now).drw1-1/+1
2002-12-29read in config, write configcniehaus2-9/+56
2002-12-29probably the last commit for todaycniehaus3-2/+13
some more things working, still a lot missing
2002-12-29and now without segfault on exitcniehaus1-14/+14
2002-12-29more gui, started with the real codecniehaus3-9/+104
2002-12-29just in case my harddisk breaks ;) Still there is no real funktional code,cniehaus8-27/+182
only GUI-work
2002-12-28Well, the GUI is done, tomorrow comes the contentcniehaus8-0/+284
2002-12-28small fixcniehaus1-1/+1
2002-12-28moving to unsupportedllornkcor6-579/+0
2002-12-28- include string.h for memcpysimon1-0/+2
2002-12-28- include string.h for memcmpsimon1-0/+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-27i18n fixcniehaus1-4/+2
2002-12-27addllornkcor1-0/+3
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-26small fix for setting the directory in getOpenFileName, so it will return ↵llornkcor1-4/+6
the fullpath
2002-12-26fix docname settingllornkcor1-1/+4
2002-12-26hook up save and saveAsllornkcor2-3/+44
2002-12-26added setDocFile function to change the filename needs more workllornkcor2-6/+15
2002-12-22use ofontselector, and temp fix for dialog crashllornkcor3-11/+30
2002-12-22show config dialog maximizedllornkcor1-6/+6
2002-12-22add fileName to tab instead of BLAHllornkcor1-80/+81
2002-12-22void functions cant return a bool valuellornkcor1-3/+3
2002-12-20update - sorry it took so long. hope this works correctlyllornkcor46-1522/+4580
2002-12-17- i18n fixlet by Carstensimon1-2/+2