summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-02update, removed sheetqt and added de/opie-sheetcniehaus45-13688/+142
2003-01-02Danish translations. I'm back in the lead... ;)mellen1-110/+110
2003-01-02Updated Danish translations after fixes.mellen1-14/+14
2003-01-02- ignoresimon1-0/+1
2003-01-02update after Tais' typofixescniehaus12-430/+766
2003-01-02Fix some typos, as usual: found by Tais (tm)cniehaus2-15/+15
- QMessageBox::warning(this, tr("OContacts"), + QMessageBox::warning(this, tr("Contacts"), - cmbCountry->insertItem( tr ( "Afganistan" ) ); + cmbCountry->insertItem( tr ( "Afghanistan" ) ); - cmbCountry->insertItem( tr ( "Antartica" ) ); + cmbCountry->insertItem( tr ( "Antarctica" ) ); - cmbCountry->insertItem( tr ( "Armania" ) ); + cmbCountry->insertItem( tr ( "Armenia" ) ); - cmbCountry->insertItem( tr ( "Boliva" ) ); + cmbCountry->insertItem( tr ( "Bolivia" ) ); - cmbCountry->insertItem( tr ( "Camaroon" ) ); + cmbCountry->insertItem( tr ( "Cameroon" ) ); - cmbCountry->insertItem( tr ( "Gahna" ) ); + cmbCountry->insertItem( tr ( "Ghana" ) ); - cmbCountry->insertItem( tr ( "Guadelupe" ) ); + cmbCountry->insertItem( tr ( "Guadeloupe" ) ); - cmbCountry->insertItem( tr ( "Guinea-bissau" ) ); + cmbCountry->insertItem( tr ( "Guinea-Bissau" ) ); - cmbCountry->insertItem( tr ( "Jamacia" ) ); + cmbCountry->insertItem( tr ( "Jamaica" ) ); - cmbCountry->insertItem( tr ( "Kribati" ) ); + cmbCountry->insertItem( tr ( "Kiribati" ) ); - cmbCountry->insertItem( tr ( "Kyrgystan" ) ); + cmbCountry->insertItem( tr ( "Kyrgyzstan" ) ); - cmbCountry->insertItem( tr ( "Palestinian Territory" ) ); + cmbCountry->insertItem( tr ( "Palestinian Sovereign Areas" ) ); - cmbCountry->insertItem( tr ( "Pitcairn" ) ); + cmbCountry->insertItem( tr ( "Pitcairn Islands" ) ); - cmbCountry->insertItem( tr ( "Viet Nam" ) ); + cmbCountry->insertItem( tr ( "Vietnam" ) );
2003-01-02hehe, /me leads againcniehaus3-122/+125
2003-01-02Lots of Danish translations.mellen1-340/+350
2003-01-02Detailview cleanup..eilers2-90/+154
2003-01-02More Danish translations.mellen1-65/+65
2003-01-01updatecniehaus97-1289/+3490
2003-01-01Added QWhatsThis and some code optimizations to reduce executable size.drw3-33/+59
2003-01-01load the methodscniehaus1-4/+9
2003-01-01- ignore dsosimon1-0/+1
2003-01-01 T ORecordList<T>::operator[]( uint i ) {simon2-2/+2
- if ( i < 0 || (i+1) > m_ids.count() ) + if ( i >= m_ids.count() ) -> fix warning and simplify :)
2003-01-01Alot of danish translations.mellen1-77/+108
2003-01-01Danish *hic* translations.mellen1-8/+8
2003-01-01Danish translations.mellen1-5/+5
2003-01-01Danish translation.mellen1-1/+1
2002-12-31- catch with latest changes in libwellenreitermickeyl10-33/+109
- GUI now identifies and displays device manufacturers - GUI now displays the number of received beacons for each device
2002-12-31add a QStringList groupList ( ) const method for carsten :)sandman1-0/+1
[inline for Sharp BC]
2002-12-31global definitions filemjm1-0/+31
2002-12-31updated to new library functions and changes.mjm2-6/+10
Now uses wl_types.hh from lib.
2002-12-31smaller updates (sockaddr_in structures,...)mjm2-3/+30
added short info for wl_types.hh
2002-12-31wl_recv was more or less broken because of missing socket structure, fixed.mjm5-41/+45
general cleanup. GUI has to be updated in functions wl_setupsock and wl_recv
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-30AppsKey is deactivated by defaultsandman1-0/+1
2002-12-30getting rid of some qDebugs to make the startup a bit more quietsandman2-4/+3
2002-12-30removed the "Width 240" qWarning()sandman1-1/+1
2002-12-30removed the .png from the icon namesandman1-1/+1
2002-12-30 - rewrote the SCAP part (doesn't need netcat anymore now)sandman2-211/+228
- cleaned up the code - reworked the GUI a bit
2002-12-30minor GUI fixsandman1-1/+1
2002-12-30forgot the remove opie-keyboard from the dependency listsandman1-1/+1
2002-12-30Use OTabWidget & OColorButtons in config dialog for consistency w/other apps ↵drw6-99/+47
(reduces executable size by ~4k as well).
2002-12-30New config dialog iconsdrw2-0/+0
2002-12-29Correctly display message when unable to get weather info & add qwhatsthis ↵drw2-4/+10
to configuration widget.
2002-12-29Need these too...drw2-0/+398
2002-12-29More updates to edit task dialog. Rearranged info on 1st 2 tabs so it is ↵drw7-460/+95
grouped a little more logically, and also renamed these tabs.
2002-12-29Get rid of one edit task dialog tab icon, add anotherdrw2-0/+0
2002-12-29read in config, write configcniehaus2-9/+56
2002-12-29updates by maplecniehaus26-246/+318
2002-12-29Power warning changes:sandman3-21/+35
- interval can now be in the range (0 [Never] ... 300 [5min] ) - some code cleanup in the launcher
2002-12-29Ethernet Manufacturer Databasemickeyl1-0/+4739
2002-12-29added a manufacturer database classmickeyl7-5/+141
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-29add ODictcniehaus1-0/+7