Commit Graph

1768 Commits

Author SHA1 Message Date
cncfanatics
968de185ce Remove some unused imports 2010-11-22 21:12:40 +01:00
cncfanatics
04e6a60657 Merge branch 'master' of evefit.org:pyfa 2010-11-22 20:54:23 +01:00
cncfanatics
fcbecb37ca Rework of the shipBrowser drag system, make it extensible and reusable 2010-11-22 20:54:08 +01:00
cncfanatics
1b85b107c0 Some fleetView additions 2010-11-22 20:53:59 +01:00
Niklas Bölter
6c23b6e2c2 The mainFrame will now close when the last tab is closed 2010-11-22 20:49:45 +01:00
Niklas Bölter
448cc23afa Revert "Hideapp in case of wxDuck"
This reverts commit d5718d97f9.
2010-11-22 20:22:29 +01:00
HomeWorld
d5718d97f9 Hideapp in case of wxDuck 2010-11-22 21:19:51 +02:00
HomeWorld
83d7167195 Implemented fleet copy 2010-11-22 19:08:38 +02:00
HomeWorld
f08562c6eb Stuff that makes things pretty 2010-11-22 18:24:55 +02:00
HomeWorld
d65cb818fb Implemented fleet delete 2010-11-22 18:09:37 +02:00
HomeWorld
43cd0b2ce7 Leave window is unreliable - workaround 2010-11-22 17:40:14 +02:00
HomeWorld
1b45f30628 Fleet widget graphic stuff 2010-11-22 17:03:40 +02:00
HomeWorld
6475a8b6e3 Implemented list filtering 2010-11-22 14:57:17 +02:00
HomeWorld
e9730818ba Fleet Browser - Add/Select 2010-11-22 14:18:15 +02:00
HomeWorld
afe826a0cb FB Header skel 2010-11-22 13:09:39 +02:00
cncfanatics
902ffc9766 Merge branch 'master' of evefit.org:pyfa 2010-11-22 11:09:55 +01:00
cncfanatics
391b8e6668 Add relevant service methods 2010-11-22 11:09:25 +01:00
HomeWorld
ef528e60a2 Initial work on fleetbrowser (uses widgetlist) / little bug fix in fleetview spawner 2010-11-22 12:08:19 +02:00
Corollax
10ac871d51 Fixed a few permissions errors
chmod -x and whatnot
2010-11-20 19:58:35 -06:00
Niklas Bölter
ae6c51d244 Fixed some spacing issues in the HP/EHP toggle and a ?typo? 2010-11-20 23:39:58 +01:00
Niklas Bölter
a11e75199a Changed the EHP/HP toggle to a button (GTK doesn't handle StaticText with Border well on certain styles) 2010-11-20 23:18:33 +01:00
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
cncfanatics
c730e59840 Typo alert 2010-11-20 16:11:00 +01:00
cncfanatics
9824d0fd27 Update eos 2010-11-20 16:08:51 +01:00
cncfanatics
fafa8fdedd Don't export Uniform and Selected ammo, also sort export output 2010-11-20 16:07:40 +01:00
Corollax
4938e51e55 Replaced the last edit with Entity's hack
Looks nice, I think? O,o
2010-11-20 08:21:50 -06:00
Corollax
ef13e9dee5 Significant speedup in the importPatterns() code
Don't delete and readd, just edit the existing object
2010-11-20 08:20:07 -06: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