lp://staging/gmusic-player
- Get this branch:
- bzr branch lp://staging/gmusic-player
Branch information
- Location:
- http://dev.skewedaspect.com/bzr/gmusic/trunk
- Last mirrored:
- Next mirror:
- Disabled
Updating branch...
Launchpad is processing new changes to this branch which will be available in a few minutes. Reload to see the changes.
Recent revisions
- 38. By Chris Case
-
Found a work around for the bug with flash 11. Basically, QtWebKit doesn't initialize the gobject threads, so we have to do this manually. Unfortunately, this causes a segfault on exit under Pyside. I will file a bug report with Pyside regarding that...
- 37. By David H. Bronke
-
Added the ability to pass an instance of the appropriate Qt base class in to loadUi. Now this needs to be done for PySide as well.
- 35. By David H. Bronke
-
Removed extraneous warning (that should not be a warning if PyQt is preferred) and set QtUiTools to an empty object when using PyQt, since it doesn't exist there. (though this should be double-checked)
- 34. By David H. Bronke
-
Corrected formatting for PEP 8, made 'prefer' non-case-sensitive, made it exit with an error status (1) instead of the default when it can't find either Qt library, moved global declarations outside of try clauses, and removed incorrect error when PyQt couldn't be imported. (it would previously log that it couldn't import either PySide or PyQt4 if PyQt was preferred and only PySide is importable)
- 33. By Chris Case
-
Added support for cleaning up local socket connections in the event of a crash, or running under PyQt4. (Which is the equivalent of a crash, it seems.)
- 32. By Chris Case
-
Added window icon, and added behavior to tryicon: when double clicked, it toggles the player window's visibility.
- 29. By Chris Case
-
Fixed bug with logging; recent changes to gmusic.py rearranged code blocks. This put the code finding the logging path out of order, and caused an error.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)