Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-01-03 | @@ -841,7 +841,7 @@ AR=217.3 | cniehaus | 1 | -2/+2 |
[57] Symbol=La Weight=138.9055 -Block=f +Block=d acidbeh=0 az=0 date=1839 @@ -1321,7 +1321,7 @@ AR=223 [89] Symbol=Ac Weight=227.0278 -Block=f +Block=d acidbeh=0 az=3 date=1899 | ||||
2003-01-03 | Comment Change | benmeyer | 1 | -4/+2 |
2003-01-03 | Fixed setup/settings changes | benmeyer | 2 | -2/+2 |
2003-01-03 | Now it shows how many days are left until birthday/anniversary ! | eilers | 1 | -4/+26 |
2003-01-03 | Now compile the new addressbook plugin.. | eilers | 1 | -0/+1 |
2003-01-03 | NEW: This plugin shows the next birthdays and anniversaries for the next | eilers | 11 | -0/+589 |
n days ! | ||||
2003-01-03 | Bugfix for calculating data diffs.. | eilers | 2 | -36/+78 |
2003-01-03 | - fix path | simon | 1 | -2/+2 |
2003-01-02 | updates from Maple | cniehaus | 42 | -1118/+1038 |
2003-01-02 | italian updates | daniele | 11 | -330/+369 |
2003-01-02 | Name changes | benmeyer | 2 | -2/+2 |
2003-01-02 | Done | benmeyer | 1 | -8/+0 |
2003-01-02 | Rename | benmeyer | 1 | -1/+1 |
2003-01-02 | Improved query by example: Search by date is possible.. First step | eilers | 4 | -68/+226 |
for a today plugin for birthdays.. | ||||
2003-01-02 | Letterpicker now works for lowercase names.. | eilers | 2 | -5/+13 |
2003-01-02 | the first content arrives | cniehaus | 5 | -2/+114 |
2003-01-02 | fixes for i18n | cniehaus | 1 | -17/+17 |
2003-01-02 | I hope this works better on the pda. The previous solution just worked on | eilers | 1 | -3/+7 |
my desktop pc .. | ||||
2003-01-02 | update, removed sheetqt and added de/opie-sheet | cniehaus | 45 | -13688/+142 |
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 |