summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2002-11-25Don't press save&quit before writing the log message .. here it is:sandman3-3/+3
Fix for bug #464: O-Menu doesn't close when hitting F11 (Menu) twice
2002-11-25*** empty log message ***sandman3-21/+10
2002-11-25Too dumb to read a man page .. QApplication::setFont is static .. justsandman1-6/+7
wondering why this ever worked ..
2002-11-24- added the new preload lib to the main Makefilesandman1-1/+1
- added the new preload lib to the launcher ipk control file
2002-11-24A small library that can be LD_PRELOADed to other applications by thesandman3-0/+110
launcher to force these applications to use the Opie style/font/window­ decoration settings. Could also be used for other things in the future...
2002-11-22tr and opie headerllornkcor2-17/+59
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-22i18n-decniehaus1-1/+2
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-22trllornkcor1-3/+3
2002-11-21better way to launch edit personal dataharlekin2-15/+2
2002-11-21using now QInterfacePtr as Simon suggested, and another leak fix in datebook ↵harlekin2-6/+7
plugin
2002-11-21danish i18ncniehaus3-7/+10
2002-11-21- delete the guiPart object in the destructorsimon2-0/+2
2002-11-21- do proper reference counting on the ObexInterface object. reviewed bysimon2-1/+5
sandman
2002-11-21applied one of Simons patches.cniehaus2-2/+2
2002-11-21nothing interestingeilers1-1/+1
2002-11-21The light sensor can now be calibrated "reverse" - less backlight in thesandman1-7/+7
dark and more backlight in the light
2002-11-20Dont build opiealarm when building for x86kergoth1-0/+1
2002-11-20Dont build zaurus batteryapplet unless target machine is zauruskergoth1-4/+1
2002-11-20Create sys v init script symlinks in postinst and remove in prerm rather ↵kergoth3-2/+11
than including the links in the ipk
2002-11-20Set DESTDIR to /bin rather than ../../bin/kergoth1-1/+1
2002-11-20Add opiealarm to new buildsystemkergoth1-0/+3
2002-11-20ipaq->root, ipaq/opiealarm->core/opiealarmkergoth1-1/+1
2002-11-19change popup parent from 0 to this. please testllornkcor1-2/+2
2002-11-19Minor bugfixeilers1-2/+4
2002-11-18Back to main tree. Back to main tree.eilers25-1972/+2122
Back to main tree. Waiting for moving to feature freeze ..
2002-11-17- enabled the Shutdown button in Shutdown-Settings on OZsandman2-11/+2
- enabled the LockKeyState indicator for iPAQs (to the right of the clock applet, since also iPAQs can have keyboards) - kergoth forgot a QT_QWS_EBX -> QT_QWS_SHARP - the launcher binary is now exactly the same on iPAQ and Zaurus
2002-11-16fix for filename pathsllornkcor1-0/+2
2002-11-15Fix #423 dealing with strike through and DueDate...zecke1-5/+15
2002-11-15Fix the DueDate button not beeing enabled when it shouldzecke1-0/+1
2002-11-12sync with op2llornkcor2-96/+74
2002-11-10update maintainerllornkcor1-2/+2
2002-11-10fixes for sharp rom versionllornkcor1-14/+20
2002-11-09caption fixllornkcor1-2/+2
2002-11-09various fixes.. saveAs and quit stuffllornkcor2-148/+137
2002-11-09fixes and options. commandline now works a bit more sane, and makes new file ↵llornkcor3-71/+153
if not found
2002-11-09small changesllornkcor2-9/+13
2002-11-09fix for #435llornkcor1-6/+13
2002-11-08change horz scroll position for when using left scrollllornkcor1-1/+5
2002-11-08option for beepllornkcor3-39/+47
2002-11-07Fix for Opie/X11zecke1-1/+1
COP is not dependant on QWS There is always a QT_NO_COP ;)
2002-11-07Fix wrong include statementzecke1-1/+1
2002-11-06Add X11..kergoth37-38/+38
2002-11-06Add -DFPM_* to CXXFLAGS as wellkergoth1-0/+3
2002-11-06Removed ifs within the sources line, qmake doesnt like that at -all- .. need ↵kergoth2-4/+2
to find a workaround to pass .pro changes based on config system..
2002-11-06libmad opts from root configure script. this is so much cleaner :)kergoth1-1/+6
2002-11-06Set embeddedkonsole compile params .. converting configure script stuffs overkergoth1-0/+2