mevemon
2010-04-28 Ryan Campbellfixed a missing dependency for fremantle v0.2-1
2010-04-27 Ryan CampbellUpdated Diablo to use models.py
2010-04-27 Ryan CampbellSeparated out the model code from the gui code
2010-04-27 Ryan Campbellstreamlined the build process
2010-04-26 Ryan Campbellfixed a typo in debian/control
2010-04-26 Ryan Campbelladded a description in debian/control
2010-04-25 Ryan CampbellCompile the .py files to .pyc
2010-04-25 Ryan Campbelladded a few more things to .gitignore
2010-04-25 Ryan CampbellAdded python2.5-gobject as a dependency, since that...
2010-04-25 Ryan Campbellfixed a few more bugs in the packaging
2010-04-25 Ryan CampbellCreated a quick (hacky) way to easily build packages...
2010-04-24 Ryan Campbellfixed a missing change in diablo
2010-04-24 Ryan CampbellRemoved Help button from settings dialog. We didnt...
2010-04-23 Ryan Campbellfixed a minor bug in the Makefile v0.1
2010-04-23 Ryan Campbellfixed the debian/control file
2010-04-23 Ryan CampbellFixed a few packaging issues
2010-04-23 Ryan CampbellStop using py2deb, it seems more flexible this way
2010-04-23 Ryan Campbelldon't hardcode the home dir in fetchimg.py
2010-04-23 Ryan Campbellstarted packaging work
2010-04-22 Ryan CampbellFixed the date formatting for the skill in training
2010-04-22 Danny CampbellMerged Fremantle UI changes into Diablo.
2010-04-21 Ryan CampbellWe now show the skill that is being trained
2010-04-21 Ryan Campbellfixed bugs in refresh button
2010-04-21 Ryan Campbellgot the refresh button working in the character window
2010-04-21 Ryan Campbellsome more cleanup of fremantle UI
2010-04-21 Ryan Campbellstarted splitting up UI windows into classes
2010-04-21 Danny CampbellAdded Pango markup to Diablo UI.
2010-04-21 Danny CampbellGeneral cleanup in Diablo UI.
2010-04-21 Ryan Campbell use Pango to control the font for the character sheet
2010-04-21 Danny CampbellFixed character window in Diablo UI.
2010-04-21 Danny CampbellMerge branch 'master' of https://vcs.maemo.org/git...
2010-04-21 Danny CampbellAdded scrolling to Diablo UI.
2010-04-21 Danny CampbellAdded scrolling to Diblo UI.
2010-04-21 Ryan Campbelladded descrioption file
2010-04-21 Ryan Campbelladded attributes to character sheet
2010-04-21 ryanadded our new website to the About dialog
2010-04-21 Danny CampbellAdded skill tree to Diablo UI. Not yet scrollable.
2010-04-20 Ryan CampbellMerge branch 'master' of https://vcs.maemo.org/git...
2010-04-20 ryanAdded scrollable skill list in character window.
2010-04-20 Danny CampbellYet another test.
2010-04-20 mothraTesting new repo.
2010-04-20 Ryan Campbellremoved the wecome file
2010-04-20 Ryan CampbellMerge branch 'master' of https://vcs.maemo.org/git...
2010-04-20 Ryan Campbellmoved the code into src/ and added LICENSE file
2010-04-20 Ryan Campbelladded license header to our code
2010-04-20 Ryan Campbellgrab the real char info from the eve api
2010-04-20 Danny Campbell- Added progress bar in Diablo UI.
2010-04-20 Danny CampbellRemoved the UI's dependance on having a valid working...
2010-04-20 Danny CampbellAdded character window to Diablo UI.
2010-04-20 rootwelcome
2010-04-20 Ryan Campbelladded a progress indicator in fremantle
2010-04-20 Ryan Campbellfixed a bug in get_account_balance() and started the...
2010-04-20 Ryan Campbellmodified some lines that were way over 80 characters...
2010-04-19 Ryan Campbellfixed a bug with the id2name and name2id conversion
2010-04-19 Ryan Campbellfixed a few errors from the last commit
2010-04-19 Ryan Campbelladded a few useful functions to mevemon class in prepar...
2010-04-19 Ryan Campbellonly call auth() once, and make it a member of mevemon...
2010-04-19 Ryan Campbellbuilding the character sheet, including figuring out...
2010-04-19 Ryan Campbellsome cleanup and start of character window
2010-04-17 Danny CampbellAdded basic caching functionality, stole it from apites...
2010-04-17 Danny CampbellAdded support for multiple image sizes. Changed imgfetc...
2010-04-17 Danny CampbellHooked up imgfetch to the controller. Minor cleanups.
2010-04-17 Danny CampbellAdded Diablo refresh code. imgfetch.py added, contains...
2010-04-17 Ryan Campbellgot the 'Refresh' menu item working
2010-04-17 Ryan Campbelluse get_characters() function in fremantle gui
2010-04-17 Danny CampbellAdded get_characters() function in controller. Very...
2010-04-16 Danny CampbellAdded Ry's character portrait/name code to Diablo UI.
2010-04-16 Ryan CampbellChanged main screen to use gtktreeview isntead of a...
2010-04-16 Danny CampbellDeleted data/ dir because all the code I wrote can...
2010-04-16 Danny Campbelladded code to extract skill data from MySQL version...
2010-04-16 Ryan Campbellfixed some tabbing in the diablo gui
2010-04-16 Danny CampbellAdded gconf support for Diablo.
2010-04-16 Ryan Campbelladded some code to store and retrieve credentials from...
2010-04-16 Ryan Campbellprevious commit didnt work, this seems to
2010-04-16 Ryan Campbelladded try..except block around imports
2010-04-16 Ryan Campbellfixed some weird tab issues
2010-04-16 Danny Campbellgot the basic functionality working on Diablo.
2010-04-15 Ryan Campbellworking on settings dialog.
2010-04-15 Ryan Campbellmade it a bit easier to have different guis (fremantle...
2010-04-15 Ryan Campbellfixed some bugs created when splitting into gui and...
2010-04-15 Ryan Campbellseperated gui and controller
2010-04-15 Ryan Campbellfirst commit, starting fremantle gui