mevemon
14 years agofixed a few errors from the last commit
Ryan Campbell [Mon, 19 Apr 2010 19:02:15 +0000 (13:02 -0600)]
fixed a few errors from the last commit

14 years agoadded a few useful functions to mevemon class in preparation for getting info for...
Ryan Campbell [Mon, 19 Apr 2010 16:56:43 +0000 (10:56 -0600)]
added a few useful functions to mevemon class in preparation for getting info for the character window

14 years agoonly call auth() once, and make it a member of mevemon class.
Ryan Campbell [Mon, 19 Apr 2010 16:13:26 +0000 (10:13 -0600)]
only call auth() once, and make it a member of mevemon class.

refresh self.auth when the settings are changed.

I'm not sure if this makes any REAL difference, but it seems a bit
redundant to call auth() every time we want to do something with the
eveapi.

14 years agobuilding the character sheet, including figuring out which character was selected
Ryan Campbell [Mon, 19 Apr 2010 05:38:06 +0000 (23:38 -0600)]
building the character sheet, including figuring out which character was selected

14 years agosome cleanup and start of character window
Ryan Campbell [Mon, 19 Apr 2010 04:46:23 +0000 (22:46 -0600)]
some cleanup and start of character window

14 years agoAdded basic caching functionality, stole it from apitest.py (definitely still needs...
Danny Campbell [Sat, 17 Apr 2010 07:12:58 +0000 (01:12 -0600)]
Added basic caching functionality, stole it from apitest.py (definitely still needs work, though).

14 years agoAdded support for multiple image sizes. Changed imgfetch to fetchimg.
Danny Campbell [Sat, 17 Apr 2010 05:53:45 +0000 (23:53 -0600)]
Added support for multiple image sizes. Changed imgfetch to fetchimg.

14 years agoHooked up imgfetch to the controller. Minor cleanups.
Danny Campbell [Sat, 17 Apr 2010 04:57:10 +0000 (22:57 -0600)]
Hooked up imgfetch to the controller. Minor cleanups.

14 years agoAdded Diablo refresh code. imgfetch.py added, contains function portrait_filename...
Danny Campbell [Sat, 17 Apr 2010 04:42:34 +0000 (22:42 -0600)]
Added Diablo refresh code. imgfetch.py added, contains function portrait_filename( char_id ). This function downloads the portrait if necessary.

14 years agogot the 'Refresh' menu item working
Ryan Campbell [Sat, 17 Apr 2010 04:21:31 +0000 (22:21 -0600)]
got the 'Refresh' menu item working

Also, made the character list refresh after changing the settings.

14 years agouse get_characters() function in fremantle gui
Ryan Campbell [Sat, 17 Apr 2010 03:59:24 +0000 (21:59 -0600)]
use get_characters() function in fremantle gui

14 years agoAdded get_characters() function in controller. Very rough, needs work.
Danny Campbell [Sat, 17 Apr 2010 03:01:42 +0000 (21:01 -0600)]
Added get_characters() function in controller. Very rough, needs work.

14 years agoAdded Ry's character portrait/name code to Diablo UI.
Danny Campbell [Fri, 16 Apr 2010 23:42:09 +0000 (17:42 -0600)]
Added Ry's character portrait/name code to Diablo UI.

14 years agoChanged main screen to use gtktreeview isntead of a table of buttons.
Ryan Campbell [Fri, 16 Apr 2010 22:52:13 +0000 (16:52 -0600)]
Changed main screen to use gtktreeview isntead of a table of buttons.

Also, hacked up a demo of the character list.

14 years agoDeleted data/ dir because all the code I wrote can be done by eveapi.py
Danny Campbell [Fri, 16 Apr 2010 21:59:59 +0000 (15:59 -0600)]
Deleted data/ dir because all the code I wrote can be done by eveapi.py

14 years agoadded code to extract skill data from MySQL version of CCP database dump, as well...
Danny Campbell [Fri, 16 Apr 2010 13:22:19 +0000 (07:22 -0600)]
added code to extract skill data from MySQL version of CCP database dump, as well as a class to fetch skill information from the resultant SQLite database.

14 years agofixed some tabbing in the diablo gui
Ryan Campbell [Fri, 16 Apr 2010 06:09:24 +0000 (00:09 -0600)]
fixed some tabbing in the diablo gui

14 years agoAdded gconf support for Diablo.
Danny Campbell [Fri, 16 Apr 2010 05:58:26 +0000 (23:58 -0600)]
Added gconf support for Diablo.

14 years agoadded some code to store and retrieve credentials from gconf
Ryan Campbell [Fri, 16 Apr 2010 05:33:54 +0000 (23:33 -0600)]
added some code to store and retrieve credentials from gconf

14 years agoprevious commit didnt work, this seems to
Ryan Campbell [Fri, 16 Apr 2010 04:56:31 +0000 (22:56 -0600)]
previous commit didnt work, this seems to

14 years agoadded try..except block around imports
Ryan Campbell [Fri, 16 Apr 2010 04:38:25 +0000 (22:38 -0600)]
added try..except block around imports

14 years agofixed some weird tab issues
Ryan Campbell [Fri, 16 Apr 2010 04:16:49 +0000 (22:16 -0600)]
fixed some weird tab issues

14 years agogot the basic functionality working on Diablo.
Danny Campbell [Fri, 16 Apr 2010 03:11:05 +0000 (21:11 -0600)]
got the basic functionality working on Diablo.

14 years agoworking on settings dialog.
Ryan Campbell [Thu, 15 Apr 2010 23:42:27 +0000 (17:42 -0600)]
working on settings dialog.

also, fixed last commit that didn't actually commit everything

14 years agomade it a bit easier to have different guis (fremantle or diablo)
Ryan Campbell [Thu, 15 Apr 2010 19:59:12 +0000 (13:59 -0600)]
made it a bit easier to have different guis (fremantle or diablo)

14 years agofixed some bugs created when splitting into gui and controller
Ryan Campbell [Thu, 15 Apr 2010 19:52:58 +0000 (13:52 -0600)]
fixed some bugs created when splitting into gui and controller

14 years agoseperated gui and controller
Ryan Campbell [Thu, 15 Apr 2010 19:50:40 +0000 (13:50 -0600)]
seperated gui and controller

14 years agofirst commit, starting fremantle gui
Ryan Campbell [Thu, 15 Apr 2010 18:59:49 +0000 (12:59 -0600)]
first commit, starting fremantle gui