1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
2006-03-16 KMobileTools 0.4.3.2
* Fixing compilation with gcc 4
* Fixing compilation on freebsd
* Change .desktop entry to be compliant with freedesktop.org standard
2005-03-21 KMobileTools 0.4.3.1
* Fixed closing by KSystemTray
* Fixed version number on the KSystemTray
* Changed email address
2005-03-18 KMobileTools 0.4.3
* Better support for Siemens Mobile Phones (Alexander Rensmann <zerraxys@gmx.net>)
* Fixed (finally) KDE 3.2 compilation
* Added configuration options for init strings
* Splitted +CBC and +CSQ commands, so if one fails the other continue
* Fixed AMD x86_64 compilation
* KTTSd now works also with non english languages
2005-01-31 KMobileTools 0.4.2
* Added some languages
* Compiles again on KDE 3.2
* Added patch for kttsd library change
* Some other little bug fixes
2004-12-07 KMobileTools 0.4.1
* Fixed init string (doesn't set volume low any more)
* Fixed "Hangup" to refuse when receiving calls
* Fixed memory slot detection when string contains "()" characters
* Removed update-status timer when no device is attached
* Added PDU SMS Support for both read and write (more compatibility with more phones, then)
* Fixed SMS detection for wrote SMS
* Fixed some encoding issues
* Added a new terminal, this time totally integrated with KMobileTools
* Fixed a lot of code on SMS functions
* Added a basic SMS Write slot selection
* Added a "First Time helper" message box (thanks to marmaris)
* Some new translations
* ...Some more bug&compatibility issues fixed
2004-10-08 KMobileTools 0.4.0
* Fixed device closing problem when exiting.
* Added SMS information into system tray tooltip and main window.
* Added KNotify client, now you get notified for incoming calls, new sms, low battery and charging complete.
* Fixed Phonebook code, now you've separated addressbook for KDE and KMobileTools, and you can sync them with KitchenSync.
* Fixed SMS code to add date/time on compatible phones, and optimized for motorola devices.
* Added serial terminal Seyon for debugging modem output.
* Fixed wait dialog for syncing addressbook to give a more fluid output.
* Added number->name conversion in GUIs, to have a more human readable behavour.
* Added code to detect SMS date/time in SMS List.
* Added support to more memory types from phone (for SMS and Phonebook).
* Configuration dialogs make memory slots autodetection.
* Multiple phone numbers support/selection.
* Added SMS saving support (for both single SMS and full SMS List).
* Fixed SMS List and PhoneBook list order id (by using trailing spaces).
* Fixed SMS List detection (sometimes it give "ERROR", but sms are present).
* Initial kttsd integration (sms speech support for now).
* Added UCS2 Support (seems like UTF16).
* Splitted internationalizations into a separate package.
* Fixed compilation issue with kde 3.2
2004-09-08 KMobileTools 0.3.1
* Fixed SMSList button text ("New SMS" instead of "Refresh List")
* Fixed some KDE version issues
* Added selectable number info in SMS List
* Added some nice effects to the TrayIcon tooltip
* Binded "ESC" key to "Close" button in the main window
2004-09-06 KMobileTools 0.3.0
* Fixed a bug that delete your KDE AddressBook when reading Phonebook from your mobile phone.
* Added import function to import mobile phone addressbook into KDE addressbook (yes, WITHOUT deleting it ;P).
* Added QThread use, now KMobileTools updates automatically your SMS list, and can have a "wait" dialog for slow operations. Application is now very responsive.
* Fixed SMS list, where selecting an outgoing message it was saying "Message from" instead of "to".
* Fixed another SMS List bug, SMS were truncated when they were containing a '\n' character.
* Added some translations, now we speak English, Italian, Spanish, German and Hungarian.
* Added DCOP interface for scripting.
* Added KUniqueApplication, now we can load only a single istance, and pass it arguments using DCOP.
* Added command line options to directly dial numbers.
|