Commit Graph

1347 Commits

Author SHA1 Message Date
Niklas Bölter
dc3e045817 Fixed stupid oversight by dumb idiot 2010-11-20 22:57:45 +01:00
Niklas Bölter
c6cd56c7e7 Merge branch 'master' of evefit.org:pyfa 2010-11-20 22:44:51 +01:00
Niklas Bölter
958518a67f Fixed background color of items for GTK 2010-11-20 22:43:48 +01:00
cncfanatics
90d71d7eef Merge branch 'master' of evefit.org:pyfa 2010-11-20 22:39:47 +01:00
cncfanatics
acc15e236f More fleet work, add icons and all 2010-11-20 22:39:24 +01:00
Niklas Bölter
efeb24cc3b Fixed some old references to gui.fittingView 2010-11-20 22:30:49 +01:00
Niklas Bölter
32d57a80f2 Revert "Fixed silly oversight from cncfanatics :O"
This reverts commit 50cfab8649.
2010-11-20 22:26:43 +01:00
Niklas Bölter
50cfab8649 Fixed silly oversight from cncfanatics :O 2010-11-20 22:22:21 +01:00
Niklas Bölter
36fcedde19 Fixed minor display issues on Mac OS X including a silly hack 2010-11-20 21:49:42 +01:00
cncfanatics
2b5d6fb876 Few fixes 2010-11-20 21:05:17 +01:00
cncfanatics
19f537b12f Merge branch 'master' of evefit.org:pyfa 2010-11-20 20:46:32 +01:00
cncfanatics
6e1b789fb2 Move some view handling stuff around and do initial work on the
fleetBrowser
2010-11-20 20:32:47 +01:00
HomeWorld
afed4daf67 Fit add when no tabs available bug fix (create an empty tab first or we will end up with orphan fittingviews) / little cleanup in mainframe.py / added GetPageCount method to PFNotebook 2010-11-20 21:05:01 +02:00
Corollax
c8022f333e Refactored toClipboard() and fromClipboard()
They are now handy-dandy functions in util.py. Huzzah! =D
2010-11-20 07:44:34 -06:00
Corollax
0a5fd3119d Fixed a bug with the Selected Ammo pattern
Apparently is != ==

Please define what "is" is. </BillClinton>
2010-11-20 07:18:48 -06:00
Corollax
c2f115b310 Make the Uniform damage pattern show up
But don't let it be deletable
2010-11-20 07:08:56 -06:00
Corollax
e433af751d Cleaned up the format string
Much more readable now, but still not perfect :\
2010-11-20 07:04:44 -06:00
Corollax
e4ae3e4417 Added status updates!
That was surprisingly easy O,o
2010-11-20 06:56:04 -06:00
Corollax
24b7c50b0a Added import/export support
Export works swimmingly, but import is slow and I can't figure out why.
2010-11-20 06:48:17 -06:00
Corollax
0b191623ad Export is now working. Import in progress.
Partial commits are good? Easy to revert, yes? I hope? :(
2010-11-20 05:11:27 -06:00
HomeWorld
bba6155cc3 Added FleetItem core, no extra functionality yet (copy/rename/remove) 2010-11-19 19:03:43 +02:00
HomeWorld
8d73172996 Removed unused objects in shipbrowser 2010-11-19 18:10:21 +02:00
HomeWorld
aa2d9f8a7a Workaround for shitty wxMac (or osx, who knows) 2010-11-19 18:04:22 +02:00
HomeWorld
3d57336cc4 Revert "Debug code for preview (wxmac)"
This reverts commit bfdfffd24d.
2010-11-19 17:50:33 +02:00
HomeWorld
61dee2491b Revert "Added debug print for SHOW EVT (wxmac)"
This reverts commit 8a7d8afffc.
2010-11-19 17:50:14 +02:00
HomeWorld
8a7d8afffc Added debug print for SHOW EVT (wxmac) 2010-11-19 17:43:30 +02:00
HomeWorld
bfdfffd24d Debug code for preview (wxmac) 2010-11-19 17:40:22 +02:00
HomeWorld
11ae1f582b Proto for FleetItem Widget 2010-11-19 17:38:09 +02:00
HomeWorld
530ff1a80b Renamed PfListPane 2010-11-19 16:42:46 +02:00
HomeWorld
bc02f21327 Merge branch 'master' of evefit.org:pyfa 2010-11-19 16:36:08 +02:00
HomeWorld
9f74bd0f68 Moved shipbrowser specific code out of PFListPane 2010-11-19 16:35:58 +02:00
Corollax
ba6d370a0e Made some limited progress on the damage editor
Can't keep my eyes open anymore :(
2010-11-19 08:32:36 -06:00
cncfanatics
fcd98318a2 Move ListPane to its own file, rename to PFListPane 2010-11-19 15:18:43 +01:00
cncfanatics
67c750a142 Some tweaks, changes and additions to the about box 2010-11-19 14:52:46 +01:00
cncfanatics
011cb51363 Merge branch 'master' of evefit.org:pyfa
Conflicts:
	eos
2010-11-19 14:46:13 +01:00
cncfanatics
768f9c9471 Add fleet browser, view and service (basic skeleton) 2010-11-19 14:43:01 +01:00
HomeWorld
628b80e515 Dont call SetDoubleBuffered at all unless needed 2010-11-19 14:51:52 +02:00
HomeWorld
967d0cc137 Use methods compatible with wx.notebook for stuff 2010-11-19 14:46:05 +02:00
HomeWorld
7939d302e1 Make sure the window have size 0,0 at creation time or it will look nasty till it gets reparented 2010-11-19 14:36:35 +02:00
Corollax
77f1c6d347 Merge branch 'master' of evefit.org:pyfa 2010-11-19 06:33:13 -06:00
HomeWorld
b47a2c463e Fixed CTRL+W bind 2010-11-19 14:33:05 +02:00
Corollax
c4b9773bc2 Added ctrl+t support to add a tab.
Darriele used a different name for the AddTab function, so I just had to change one the call in multiSwitch :)
2010-11-19 06:32:18 -06:00
HomeWorld
88d66289da Cleaned up Widget List Pane 2010-11-19 14:22:48 +02:00
HomeWorld
6ea1734948 Merge branch 'master' of evefit.org:pyfa 2010-11-19 14:11:42 +02:00
HomeWorld
4ad60373e5 Minor cleanup (made possible to subclass ListPane without too much hassle) 2010-11-19 14:11:34 +02:00
Corollax
b76b3fbd50 Tweaked height of the additions pane
Also removed a commented out line.
2010-11-19 06:02:14 -06:00
Corollax
6717ce19ac Merge branch 'master' of evefit.org:pyfa 2010-11-19 05:59:21 -06:00
Corollax
53ffee5fd2 Removed commented out code
Comments are for english, not code. Use git to handle that.
2010-11-19 05:58:02 -06:00
Corollax
d17d5428b5 Comments are for comments, not for old lines
Remove unnecessary lines, don't comment them out.
2010-11-19 05:47:58 -06:00
HomeWorld
b3d9d80c84 Merge branch 'master' of evefit.org:pyfa 2010-11-19 13:44:12 +02:00