4
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix sending/receiving nudges. Only display that the nudge was sent if papyon says it's sent. More... over 14 years ago
Various cleanup More... over 14 years ago
Pass the proper parameter to aMSNMainLoop and use the correct aMSNCore in the qt4 aMSNMainLoop More... over 14 years ago
Updated the epydoc config to generate all inherited information in a class function list so when a user looks at the doc they will know everything that is available to the class. More... over 14 years ago
Added @type docstrings to amsn2.ui.base More... over 14 years ago
Add @type tags for amsn2.views More... over 14 years ago
Fix epydoc issue in amsn2.protocol.events.contact (All documenting and no programming makes alex -something-something-) More... over 14 years ago
Add @type docstrings to amsn2.core.conversation (Don't know how I forgot this one) More... over 14 years ago
Added @type docstrings to amsn2.protocol More... over 14 years ago
Added @type docstrings to amsn2.plugins More... over 14 years ago
Add @type docstrings for functions in files in amsn2.backend More... over 14 years ago
Added @type docstrings to all core files' functions More... over 14 years ago
@type docstrings for amsn2.core.account_manager More... over 14 years ago
Remove epydoc.prj since it doesn't seem to be using relative paths and my absolute paths will be useless to others. epydoc.config can be the primary method of generating epydoc html files. "epydoc --config epydoc.config" More... over 14 years ago
Fix plugins gui import More... over 14 years ago
Fix some epydoc fields in the web front end More... over 14 years ago
Added epydoc config file for commond-line users More... over 14 years ago
Updated epydoc project file More... over 14 years ago
Updated epydoc project and fixed a few main errors given by epydoc More... over 14 years ago
Add epydoc project file More... over 14 years ago
Replaced tabs with spaces on a couple lines in aMSNAccount.set_dp More... over 14 years ago
Remove borders, some annoying and bad looking lines, make DP transparent... More... over 14 years ago
Remove that skin switcher. Well add skins support later. More... over 14 years ago
Well, we wont need those anymore, because of my last commit. More... over 14 years ago
Avoid at all the need to compile the UI. Just let UIC to load it each time we start amsn2. This will fix the bug when making portable versions. More... over 14 years ago
PyQt4.uic was missing in the build script. More... over 14 years ago
Suppress the need of compiling the ui. Let uic do it instead. More... over 14 years ago
Stop using im.find_module() in all FEs More... over 14 years ago
Do not use imp.find_module as it wont work with packers. More... over 14 years ago
Use cxFreeze for Windows and Mac builds. More... over 14 years ago