summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2002-12-10no need for opieatd anymoresandman3-43/+2
2002-12-10/etc/resumeat is now in /var/run/resumeatsandman1-7/+8
2002-12-10slight bit of rearranging to ensure that the rtc time gets set if using -s ↵kergoth1-31/+42
regardless of whether resumeat contains a valid alarm
2002-12-10Todo depends on libopiezecke1-1/+1
This should solve most of the todolist installation problems
2002-12-10Shut up the compilerzecke4-12/+5
2002-12-08fixtille1-1/+4
2002-12-08added combo for default emailtille3-25/+44
not perfect but it should do its job (better than i expected in first place ;)
2002-12-08updatetille1-2/+1
2002-12-08do not close ab while in cardview, rather switch back to listviewtille2-2/+8
as the old version did
2002-12-08QPEApplication::showMainWidget only maximizes a QDialog if its width orsandman1-0/+1
height are >= 3/4 * desktop width/height ...
2002-12-08moved font menu to options due to wrapping of the toolbar when using ↵llornkcor1-8/+12
languages other than english that tend to have many characters in words :)
2002-12-07Removed libpreloadsandman4-158/+1
2002-12-07Just updatedeilers1-4/+4
2002-12-06Attempt to open /dev/rtc if /dev/misc/rtc fails, so it works in the nondevfs ↵kergoth1-2/+3
case.
2002-12-05fix beep so all sessions are the samellornkcor1-5/+3
2002-12-05fix beepingllornkcor1-0/+7
2002-12-05Modified OColorButton to pass color to color dialog. Impacts appearance, ↵drw1-32/+32
launcher settings and liquid settings.
2002-12-03Two additional functions preloaded to make HancomWord happy ...sandman2-2/+45
1) the old pointSizes() problem in the FontDatabase (bic change from qt/e 2.3.3 -> 2.3.4) 2) the QPalette for the text widget has to be adjusted (hancom uses QPainter::eraseRect(), which doesn't work with background pixmaps, like e.g. in liquid)
2002-12-01Added a fix for programs that have been compiled with old toolchains andsandman1-0/+6
are used together with shared libs produced by newer toolchains .. they might not have the __gmon_start__ symbol defined (e.g. neocal or hancom on a glibc 2.3.1 iPAQ with the latest libjpeg62)
2002-12-01whoopsllornkcor1-1/+1
2002-11-30Fixed a lot of usability stuff .. Some minor bugs were fixed, too ..eilers7-47/+68
2002-11-30More implementationzecke2-0/+100
2002-11-30Back from hospital with new powerzecke13-215/+310
This versions clean up m failure on templates with Qt... in todoview Implements Recurrance( backends to not safe it yet ) OPimState and Maintainer mode in some ways and much more This one also implements the OPimMainWindow specs and has a small Memu replacement to get the toolbar in one line
2002-11-29no longer include config.in from libffmpeg dirkergoth1-1/+0
2002-11-29Ensure libpreload gets builtkergoth1-0/+12
2002-11-29removed open with fileselector, cause I hate it. Fixes opening through docs ↵llornkcor2-26/+42
tab, and other annoyances
2002-11-28...eilers1-2/+7
2002-11-28Change of view caused jump to the first line of table->fixedeilers1-3/+3
2002-11-27Now version 0.1.1eilers1-1/+1
2002-11-27Extremely improved table updateeilers5-70/+109
2002-11-27fix for bug #494 which is imho a flat style bugharlekin2-4/+3
2002-11-27ability to show next days too addedharlekin6-18/+57
2002-11-27Still a lot of workeilers1-2/+10
2002-11-25Unable to read man pages, part 2 ... qwsSetDecoration is also staticsandman1-14/+11
2002-11-25fixes the DESTDIRsandman1-1/+1
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