1
I Use This!
Activity Not Available

News

Posted over 13 years ago by Marcus Lindblom Sonestedt ([email protected])
python: new branch: pyside - attempt to use PySide (LGPL) instead of PyQt (GPL or commercial) * Had to fix qApp handling to make unittest start * Re-factored settings (takes a file-like object instead of sys.argv) to avoid mocking ... [More] __builtins__.open * Renamed on_foo functions to avoid (IMO, wrongly stated) QMetaObject.connectByName warnings * Use correct version * Add @Slot decorators to make connect-by-name work?! * Re-build qrc file (now imports PySide) Caveats: * Mock tests do not work at all, see http://bugs.openbossa.org/show_bug.cgi?id=634 * Tray icon is blank. Probably some qt.conf issue with loading of plugins. python/.pydevproject python/setup.py python/src/bbicon/__init__.py python/src/bbicon/bbicon.py python/src/bbicon/bbicon_qrc.py python/src/bbicon/tests.py [Less]
Posted over 13 years ago by [email protected] (Marcus Lindblom Sonestedt)
python: new branch: pyside - attempt to use PySide (LGPL) instead of PyQt (GPL or commercial) * Had to fix qApp handling to make unittest start * Re-factored settings (takes a file-like object instead of sys.argv) to avoid mocking ... [More] __builtins__.open * Renamed on_foo functions to avoid (IMO, wrongly stated) QMetaObject.connectByName warnings * Use correct version * Add @Slot decorators to make connect-by-name work?! * Re-build qrc file (now imports PySide) Caveats: * Mock tests do not work at all, see http://bugs.openbossa.org/show_bug.cgi?id=634 * Tray icon is blank. Probably some qt.conf issue with loading of plugins. python/.pydevproject python/setup.py python/src/bbicon/__init__.py python/src/bbicon/bbicon.py python/src/bbicon/bbicon_qrc.py python/src/bbicon/tests.py [Less]
Posted over 13 years ago by marcusl
python: new branch: pyside - attempt to use PySide (LGPL) instead of PyQt (GPL or commercial) * Had to fix qApp handling to make unittest start * Re-factored settings (takes a file-like object instead of sys.argv) to avoid mocking ... [More] __builtins__.open * Renamed on_foo functions to avoid (IMO, wrongly stated) QMetaObject.connectByName warnings * Use correct version * Add @Slot decorators to make connect-by-name work?! * Re-build qrc file (now imports PySide) Caveats: * Mock tests do not work at all, see http://bugs.openbossa.org/show_bug.cgi?id=634 * Tray icon is blank. Probably some qt.conf issue with loading of plugins. python/src/bbicon/__init__.py (27 lines added, 10 lines removed) python/setup.py (4 lines added, 4 lines removed) python/.pydevproject (5 lines added, 5 lines removed) python/src/bbicon/bbicon_qrc.py (3 lines added, 3 lines removed) python/src/bbicon/tests.py (21 lines added, 25 lines removed) python/src/bbicon/bbicon.py (24 lines added, 35 lines removed) [Less]
Posted over 13 years ago by Marcus Lindblom Sonestedt
python: new branch: pyside - attempt to use PySide (LGPL) instead of PyQt (GPL or commercial) * Had to fix qApp handling to make unittest start * Re-factored settings (takes a file-like object instead of sys.argv) to avoid mocking ... [More] __builtins__.open * Renamed on_foo functions to avoid (IMO, wrongly stated) QMetaObject.connectByName warnings * Use correct version * Add @Slot decorators to make connect-by-name work?! * Re-build qrc file (now imports PySide) Caveats: * Mock tests do not work at all, see http://bugs.openbossa.org/show_bug.cgi?id=634 * Tray icon is blank. Probably some qt.conf issue with loading of plugins. python/.pydevproject python/setup.py python/src/bbicon/__init__.py python/src/bbicon/bbicon.py python/src/bbicon/bbicon_qrc.py python/src/bbicon/tests.py [Less]
Posted over 13 years ago by Marcus Lindblom Sonestedt ([email protected])
Added tag 0.3.2 for changeset 5232de5ead73 .hgtags
Posted over 13 years ago by Marcus Lindblom Sonestedt
Added tag 0.3.2 for changeset 5232de5ead73 .hgtags
Posted over 13 years ago by marcusl
Added tag 0.3.2 for changeset 5232de5ead73 .hgtags (1 lines added, 0 lines removed)
Posted over 13 years ago by [email protected] (Marcus Lindblom Sonestedt)
Added tag 0.3.2 for changeset 5232de5ead73 .hgtags ... [More] [Less]
Posted over 13 years ago by Marcus Lindblom Sonestedt
python: Update TODO python/TODO
Posted over 13 years ago by Marcus Lindblom Sonestedt ([email protected])
python: Update TODO python/TODO