openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Wammu
Settings
|
Report Duplicate
13
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 228 of 239
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[wammu @
[email protected]
/wammu--devel--1--patch-32] fix error reporting for not supported features - not supported features lead to exception report instead of being handled (bug #52)
Michal Čihař
More...
about 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-31] improve debian/control - use recommended way for home page (http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html#s-bpp-upstream-info)
Michal Čihař
More...
about 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-30] lets go 0.12! - new version is out, so increase devel version
Michal Čihař
More...
about 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-29] let's release - make this version 0.11 - update release date - this won't be in Debian archives :-(
Michal Čihař
More...
about 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-28] warn nicely about import error - if gammu module can not be imported, user will get proper message and not just traceback to terminal
Michal Čihař
More...
about 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-27] fix syntax error - oops, I should know how to code in python...
Michal Čihař
More...
about 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-26] fix guesed reads - while guessing we might hit maximal location, but we should not fail in this case
Michal Čihař
More...
about 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-25] fix VoiceTag - voice tag is int and not bool...
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-24] add VoiceTag support - included VoiceTag support that has just been added to python-gammu
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-23] use folder from AddSMS - AddSMS now returns folder, use its value, bug #42
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-22] do not use %py_requires - do not use %py_requires as it doesn't work on Fedora
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-21] search for /dev/rfcomm also - search for /dev/rfcomm device also (currently check only for AT there)
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-20] update requirements - require python-gammu 0.9 for SMS backups
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-19] sms backups - implement sms backups and import (bug# 11) - workaround displaying of broken messages (display only ascii part)
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-18] debian: do not hardcode python version - we want just default python and don't care about rest
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-17] debian update - targetted for upload to Debian - drop build depends, as they are actually not needed - use xpm icon in menu - prefer wxPython 2.6
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-16] udpate wammu.menu - add longtitle in menu file
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-15] update FSF address - FSF has moved, so address in license should point to their current location
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-14] debian has again new name for wxpython - let's support also current python-wxgtk* names
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-13] mark data as synced after editing - data has not been marked as synced after editing/creating - bug #30
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-12] bug #29 - fix unicode error while displaying some SMSes (bug #29)
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-11] prepare for 0.10 - mark version as 0.10 - write changelogs and NEWS
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-10] add icon to menu file - Debian menu file now contains pointer to icon
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-9] fix information reading - Synced flag was not set correctly for informations (bug #28)
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-8] clear display area when no data read - when no data were received from phone, list was cleared, but the browse area not, this is now fixed
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-7] handle exceptions in subthreads - post event from thread to main thread when exception occurs (bug #27)
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-6] correct Synced attribute for SMS - attribute Synced was not set correctly for SMSes, causing them to be displayed italics
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-5] fix reading of messages - reading of messages was broken since Synced introdution (bug #25)
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-4] drop ChangeLog
Michal Čihař
More...
over 19 years ago
[wammu @
[email protected]
/wammu--devel--1--patch-3] fix path to icons - use correct path to icons
Michal Čihař
More...
over 19 years ago
←
1
2
…
224
225
226
227
228
229
230
231
232
…
238
239
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree