summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-23update oxygen.ts (I fixed a serious i18n-bug in Oxygen)cniehaus16-32/+7080
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-23kill all elements > 109cniehaus1-143/+0
2002-11-22uses libwellenreiter nowmjm4-28/+27
2002-11-22ripped stuff from daemon and generalized it for libary usagemjm6-0/+209
2002-11-22Added some code for backward compatibility .. this enabled tkc apps withsandman1-0/+5
custom window decoration to work on Opie (the X and OK button have a 1 pixel offset though, but I can't do anything about it)
2002-11-22Show iconsjowenn2-8/+25
2002-11-22Remove returnbenmeyer2-8/+4
2002-11-22In theory open and restricted networks should be set now.benmeyer2-6/+12
2002-11-22non adv features only,tille1-23/+25
any adv user using translations, he?
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-22Fixed WEP bugsbenmeyer4-92/+76
2002-11-22changed to 1.5andyq1-1/+1
2002-11-22Added verbose_wget flags (doesn't yet work properly though coz ipkg is ↵andyq4-132/+163
sending crap)
2002-11-22added verbose_wget flag (doesn't work properly yet) andandyq2-3/+17
made status file updating quicker
2002-11-22tr and opie headerllornkcor2-17/+59
2002-11-22Last big update for today. Ok, only minor changes but a lot mails tocniehaus42-403/+201
the list...
2002-11-22one (hopefully) last i18n-fixcniehaus1-1/+1
2002-11-22More i18n-fixescniehaus2-8/+2
@@ -333,9 +333,7 @@ void AddressbookWindow::setDocument( con switch( QMessageBox::information( this, tr ( "Right file type ?" ), - tr( "The selected File" ) + ( "\n" ) + - tr ("does not end with \".vcf\" ") + ( "\n" ) + - tr ( "Do you really want to open it?" ), + tr( "The selected file \n does not end with \".vcf\" \n. Do you really want to open it?" ), tr( "&Yes" ), tr( "&No" ), QString::null, 0, // Enter == button 0 2 ) ) { // Escape == button 2 @@ -809,7 +807,7 @@ void AddressbookWindow::slotWrapAround() qWarning("Got wrap signal !"); // if ( doNotifyWrapAround ) // QMessageBox::information( this, tr( "End of list" ), -// tr( "End of list. Wrap around now.. !" ) + "\n" ); +// tr( "End of list. Wrap around now...!" ) + "\n" ); } @@ -24,10 +24,6 @@ </sizepolicy> </property> <property stdset="1"> - <name>caption</name> - <string>MyDialog1</string> - </property> - <property stdset="1"> <name>sizeGripEnabled</name> <bool>true</bool> </property>
2002-11-22i18n-bug. With the other way you can't translate in all languagescniehaus1-2/+1
@@ -800,8 +800,7 @@ void AddressbookWindow::slotNotFound() { qWarning("Got notfound signal !"); QMessageBox::information( this, tr( "Not Found" ), - tr( "Unable to find a contact for this" ) + "\n" - + tr( "search pattern !" ) ); + tr( "Unable to find a contact for this \n search pattern!" ) ); }
2002-11-22update after the i18n-bugfixescniehaus39-47/+168
2002-11-22i18n-dacniehaus4-11/+973
2002-11-22i18n-decniehaus2-2/+4
2002-11-22Rest of the fix for BR #465cniehaus1-1/+1
2002-11-22German updates, partly fixes BR #465cniehaus2-2/+4
2002-11-22This is the way tr() should be used. Now even RTL-languages and suchcniehaus1-1/+1
are supported @@ -53,7 +53,7 @@ void DateBookWeekLstHeader::setDate(cons int year,week; calcWeek(d,week,year,onMonday); - labelWeek->setText("W: " + QString::number(week)); + labelWeek->setText(tr( "W: %1" ).arg( ( QString::number(week)) ) ); QDate start=date; QDate stop=start.addDays(6);
2002-11-22- properly namespace the input methods. fixes symbols clashes at run-timesimon20-25/+94
with names like 'Keyboard' or 'KeyboardConfig' . the qcom interface objects are in an anonymous namespace now and the actual keyboard implementations are in Dvorak, JumpX, etc. namespaces. What's left is to solve the symbol clashes of the multiply compiled pickboard classes. I'll leave that one (as part of the patch posted yesterday) for another day for review. This part (namespacing) sounds like a safe bet to me though, so comitting now. (got no comments anyway)
2002-11-22Make sure update frequency is initialized 1st time in (thanks to Simon)drw1-2/+2
2002-11-22trllornkcor1-3/+3
2002-11-22Hopefully corrects bug #467drw1-3/+10
2002-11-22some additionsfbarros42-537/+615
2002-11-21support for the new H3900 iPAQ in the iPAQ keyfilter. Since HP thinks it issandman1-37/+35
funny to change the screen rotation on every model, I have also restructured the keyfilter to make it more readable.
2002-11-21Added some dummy icons (press "Start Scanning") to get a basicmickeyl5-11/+71
idea of the main Net-Sniff window.
2002-11-21Adde a QWS_DISPLAY= line for iPAQ 39xxsandman1-0/+1
2002-11-21Removedandyq2-183/+0
2002-11-21Re-applied patch for gcc3.2andyq10-41/+37
2002-11-21- progress bars are now also themed (same hack/workaround, that is used insandman2-18/+124
liquid) - some speed optimizations
2002-11-21- pixmaps in in menubars are now drawn (this is uncommon, but resulted insandman3-51/+112
blank icons in nethack for example) - small size optimization - updated the QPL diff
2002-11-21icons for wellenreitermax3-0/+0
2002-11-21Package sections default to N/A unless they are set (description, etc), ↵andyq3-3/+17
changed LinkToRoot to Link To Root, and couple of other small fixes
2002-11-21categoryfilter. addedharlekin1-0/+2
2002-11-21Changed debug message slightlyandyq1-1/+2
2002-11-21Fixed bug where installed and local ipkg servers weren't shown (hopefully)andyq2-1/+3
2002-11-21usualharlekin2-0/+3
2002-11-21- new tab for the log windowmickeyl5-15/+92
- main.cpp fix - started work on scanlistitem
2002-11-21- ln -s ../../libopie/$generatedHeader $generatedHeader; done )simon1-1/+1
+ ln -sf ../../libopie/$generatedHeader $generatedHeader; done )
2002-11-21usualharlekin1-0/+2
2002-11-21usualharlekin7-0/+8