Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-01-02 | Danish translations. I'm back in the lead... ;) | mellen | 1 | -110/+110 |
2003-01-02 | Updated Danish translations after fixes. | mellen | 1 | -14/+14 |
2003-01-02 | - ignore | simon | 1 | -0/+1 |
2003-01-02 | update after Tais' typofixes | cniehaus | 12 | -430/+766 |
2003-01-02 | Fix some typos, as usual: found by Tais (tm) | cniehaus | 2 | -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-02 | hehe, /me leads again | cniehaus | 3 | -122/+125 |
2003-01-02 | Lots of Danish translations. | mellen | 1 | -340/+350 |
2003-01-02 | Detailview cleanup.. | eilers | 2 | -90/+154 |
2003-01-02 | More Danish translations. | mellen | 1 | -65/+65 |
2003-01-01 | update | cniehaus | 97 | -1289/+3490 |
2003-01-01 | Added QWhatsThis and some code optimizations to reduce executable size. | drw | 3 | -33/+59 |
2003-01-01 | load the methods | cniehaus | 1 | -4/+9 |
2003-01-01 | - ignore dso | simon | 1 | -0/+1 |
2003-01-01 | T ORecordList<T>::operator[]( uint i ) { | simon | 2 | -2/+2 |
- if ( i < 0 || (i+1) > m_ids.count() ) + if ( i >= m_ids.count() ) -> fix warning and simplify :) | ||||
2003-01-01 | Alot of danish translations. | mellen | 1 | -77/+108 |
2003-01-01 | Danish *hic* translations. | mellen | 1 | -8/+8 |
2003-01-01 | Danish translations. | mellen | 1 | -5/+5 |
2003-01-01 | Danish translation. | mellen | 1 | -1/+1 |
2002-12-31 | - catch with latest changes in libwellenreiter | mickeyl | 10 | -33/+109 |
- GUI now identifies and displays device manufacturers - GUI now displays the number of received beacons for each device | ||||
2002-12-31 | add a QStringList groupList ( ) const method for carsten :) | sandman | 1 | -0/+1 |
[inline for Sharp BC] | ||||
2002-12-31 | global definitions file | mjm | 1 | -0/+31 |
2002-12-31 | updated to new library functions and changes. | mjm | 2 | -6/+10 |
Now uses wl_types.hh from lib. | ||||
2002-12-31 | smaller updates (sockaddr_in structures,...) | mjm | 2 | -3/+30 |
added short info for wl_types.hh | ||||
2002-12-31 | wl_recv was more or less broken because of missing socket structure, fixed. | mjm | 5 | -41/+45 |
general cleanup. GUI has to be updated in functions wl_setupsock and wl_recv | ||||
2002-12-30 | add a const | cniehaus | 2 | -2/+2 |
2002-12-30 | Use background color for alternating transaction lines (like todo does now). | drw | 1 | -1/+1 |
2002-12-30 | AppsKey is deactivated by default | sandman | 1 | -0/+1 |
2002-12-30 | getting rid of some qDebugs to make the startup a bit more quiet | sandman | 2 | -4/+3 |
2002-12-30 | removed the "Width 240" qWarning() | sandman | 1 | -1/+1 |
2002-12-30 | removed the .png from the icon name | sandman | 1 | -1/+1 |
2002-12-30 | - rewrote the SCAP part (doesn't need netcat anymore now) | sandman | 2 | -211/+228 |
- cleaned up the code - reworked the GUI a bit | ||||
2002-12-30 | minor GUI fix | sandman | 1 | -1/+1 |
2002-12-30 | forgot the remove opie-keyboard from the dependency list | sandman | 1 | -1/+1 |
2002-12-30 | Use OTabWidget & OColorButtons in config dialog for consistency w/other apps ↵ | drw | 6 | -99/+47 |
(reduces executable size by ~4k as well). | ||||
2002-12-30 | New config dialog icons | drw | 2 | -0/+0 |
2002-12-29 | Correctly display message when unable to get weather info & add qwhatsthis ↵ | drw | 2 | -4/+10 |
to configuration widget. | ||||
2002-12-29 | Need these too... | drw | 2 | -0/+398 |
2002-12-29 | More updates to edit task dialog. Rearranged info on 1st 2 tabs so it is ↵ | drw | 7 | -460/+95 |
grouped a little more logically, and also renamed these tabs. | ||||
2002-12-29 | Get rid of one edit task dialog tab icon, add another | drw | 2 | -0/+0 |
2002-12-29 | read in config, write config | cniehaus | 2 | -9/+56 |
2002-12-29 | updates by maple | cniehaus | 26 | -246/+318 |
2002-12-29 | Power warning changes: | sandman | 3 | -21/+35 |
- interval can now be in the range (0 [Never] ... 300 [5min] ) - some code cleanup in the launcher | ||||
2002-12-29 | Ethernet Manufacturer Database | mickeyl | 1 | -0/+4739 |
2002-12-29 | added a manufacturer database class | mickeyl | 7 | -5/+141 |
2002-12-29 | probably the last commit for today | cniehaus | 3 | -2/+13 |
some more things working, still a lot missing | ||||
2002-12-29 | and now without segfault on exit | cniehaus | 1 | -14/+14 |
2002-12-29 | more gui, started with the real code | cniehaus | 3 | -9/+104 |
2002-12-29 | just in case my harddisk breaks ;) Still there is no real funktional code, | cniehaus | 8 | -27/+182 |
only GUI-work | ||||
2002-12-29 | add ODict | cniehaus | 1 | -0/+7 |
2002-12-28 | Well, the GUI is done, tomorrow comes the content | cniehaus | 8 | -0/+284 |