summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-28adding i18n-fixescniehaus1-4/+4
@@ -61,10 +61,10 @@ MainWindow :: MainWindow( QWidget *p, ch // Create the main menu menu = menuBar(); //new QMenuBar( this ); - menu->insertItem( "&Settings", settings ); - menu->insertItem( "&Edit", edit ); - menu->insertItem( "&Filter", filter ); - menu->insertItem( "&Help", help ); + menu->insertItem( tr( "&Settings" ), settings ); + menu->insertItem( tr( "&Edit" ), edit ); + menu->insertItem( tr( "&Filter" ), filter ); + menu->insertItem( tr( "&Help" ), help ); mgr = new DataManager(); mgr->loadServers();
2002-12-28@@ -37,7 +37,7 @@ MainWindow :: MainWindow( QWidget *p, chcniehaus1-1/+1
showMaximized(); #endif - setCaption( "AQPkg - Package Manager" ); + setCaption( tr( "AQPkg - Package Manager" ) ); // Create our menu help = new QPopupMenu( this );
2002-12-28added memsetsmjm1-1/+4
2002-12-28small fixcniehaus1-1/+1
2002-12-28moving to unsupportedllornkcor6-579/+0
2002-12-28securityfix for get_field, updated header filemjm2-9/+15
2002-12-28stupidity errormjm1-2/+2
2002-12-28cleanupmjm3-31/+23
2002-12-28- catch up with new filenames and include paths.mickeyl4-110/+9
- remove Makefile.in (who added this??)
2002-12-28buffer too small, fixedmjm1-1/+1
2002-12-28cleanupmjm4-19/+19
2002-12-28- include string.h for memcpysimon1-0/+2
2002-12-28- include string.h for memcmpsimon1-0/+1
2002-12-28catch up with new filenames and include paths.mickeyl2-4/+4
2002-12-27Changed the menu string from "Home" to "Desktop" -- this was decided atsandman1-1/+1
the Opie 1.0 meeting
2002-12-27pre-versionmjm3-0/+57
2002-12-27upgraded to new libfunctionsmjm3-24/+23
2002-12-27cleanup, new protocol, renaming of some functions, GUI has to update!mjm12-152/+164
2002-12-27Clean-up of advanced tab in edit task dialog. Next is QWhatsThis for everything.drw10-338/+213
2002-12-27Fixed bug where refresh lists would crashandyq1-1/+2
2002-12-27fix typocniehaus1-2/+2
2002-12-27Country ist nicht Bundesland .. ;)eilers1-3/+3
2002-12-27Fixing nullpointer crash if "emails" selectedeilers1-2/+6
2002-12-27save 1500 byte. Wowcniehaus1-109/+0
2002-12-27juhu, this should be fully translatable now :)cniehaus7-128/+132
2002-12-27Children and nickname was not shown .. fixed !eilers1-1/+27
2002-12-27Childrens are now shown in detail view..eilers2-0/+10
2002-12-27finally found that stupid bugcniehaus2-7/+4
2002-12-27german updatescniehaus8-137/+143
2002-12-27go mickeyl gocniehaus4-117/+124
2002-12-27i18n fixcniehaus1-4/+2
2002-12-27i18n-fixletcniehaus1-4/+0
2002-12-27update after mine and Tais' i18n-fixescniehaus65-270/+57
2002-12-27add 2 filescniehaus2-0/+57
2002-12-27*pst*cniehaus1-0/+2
2002-12-27addllornkcor1-0/+3
2002-12-26fix linebreakcniehaus1-3/+3
2002-12-26i18n-fixescniehaus3-12/+0
2002-12-26adding a nice feature: now the user sees which element he is looking atcniehaus3-13/+17
2002-12-26updates from maplecniehaus32-233/+256
2002-12-26be silentcniehaus1-0/+2
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-26@@ -15,10 +15,6 @@cniehaus1-4/+0
<height>367</height> </rect> </property> - <property stdset="1"> - <name>caption</name> - <string>RemapDlgBase</string> - </property> <property> <name>layoutMargin</name> </property>
2002-12-26updatedcniehaus8-32/+0
2002-12-26fixing a strage charcniehaus4-68/+68
2002-12-26update after several typofixescniehaus54-1915/+1897
2002-12-26Danish translations.mellen1-19/+31
2002-12-26another i18n-bug found and fixed by Taiscniehaus1-3/+2
2002-12-26zh_TW is backcniehaus2-3/+13
2002-12-26go away and move one subdir down ;)cniehaus1-10/+0