Commit Graph

1158 Commits

Author SHA1 Message Date
cncfanatics
1fdb1dc55f Be more verbose 2010-11-10 09:08:37 +01:00
cncfanatics
480cfde6ae Give the graphFrame a default size 2010-11-10 08:57:37 +01:00
cncfanatics
4ce73473c2 Remove useless import 2010-11-10 08:49:04 +01:00
Corollax
414201d164 Fix Permissions Divot
Chmod 644
2010-11-09 16:03:17 -06:00
cncfanatics
f2aad0d78c Add a status bar and a clear call 2010-11-09 23:00:07 +01:00
cncfanatics
98ed11b95b Merge branch 'master' of evefit.org:pyfa 2010-11-09 22:47:53 +01:00
cncfanatics
e6e96d6246 Add graphing support into pyfa (first iteration, very basic) 2010-11-09 22:47:32 +01:00
HomeWorld
2f2373180c Padded splitter window (left +2) 2010-11-09 21:11:51 +02:00
HomeWorld
6b99d8e717 Use window.SetShape only on wxmsw 2010-11-09 20:30:01 +02:00
HomeWorld
0019ea2cca Random tryouts to make thing works on wxmac, I wonder why? 2010-11-09 20:16:40 +02:00
HomeWorld
e88d54576e Properly set size for dnd window 2010-11-09 20:11:12 +02:00
HomeWorld
425c97f476 Inc fontsize for wxmac 2010-11-09 20:03:16 +02:00
HomeWorld
bac6361d0b Use a bigger font size for GroupItem in case of wxMAC 2010-11-09 19:59:48 +02:00
Corollax
363bba74c0 Fix permissions divot
chmod 644, etc.
2010-11-08 21:59:54 -06:00
cncfanatics
37fa9e72d1 Don't die if matplotlib isn't around 2010-11-08 14:13:26 +01:00
cncfanatics
346fa708bc Basic (and ugly) setup for graphs 2010-11-08 13:50:37 +01:00
cncfanatics
8046cf8781 Change nameSorter to correctly handle names with numbers in them and
sort accordingly
2010-11-08 10:44:40 +01:00
HomeWorld
1790a4c5f0 Fixed a little oopsie: gtfo if targetWnd is None 2010-11-05 19:46:43 +02:00
HomeWorld
bb7931c5c0 Allow fit drag to projected view 2010-11-05 19:32:32 +02:00
cncfanatics
91309299f5 Have projectedName handle projected fits instead of passing them on and
having the slave die
2010-11-05 18:05:58 +01:00
HomeWorld
653a3108d6 Bad indent is bad.This closes #280 too 2010-11-05 18:45:42 +02:00
HomeWorld
4a3860b270 Another fix caused by a weird wxwidgets gtk implementation 2010-11-05 18:11:53 +02:00
HomeWorld
509baaa84f Fix for stupid wxgtk stuff, why windows are still there when already destroyed? 2010-11-05 17:54:17 +02:00
HomeWorld
a62eee8f9b Tricky is it fittingview or is it notebook content 2010-11-05 16:34:36 +02:00
HomeWorld
0be84efc14 Implemented fit add to projected but currently it is disabled till projected view plays nice 2010-11-05 16:12:02 +02:00
HomeWorld
f6cb29953a Make sure we clean up stuff when a Mouse_Capture_Lost event arrives 2010-11-05 15:10:20 +02:00
HomeWorld
8b9802c21d Don't complicate stuff when it can be done very simple; make use of wx.FindWindowAtPointer to detect our drop targets 2010-11-05 15:05:47 +02:00
HomeWorld
0ed842c747 Fixed an index out of range when resizing columns in display.py 2010-11-05 14:43:09 +02:00
HomeWorld
ef34ab49c2 SpecialFIXED drag window 2010-11-05 11:36:50 +02:00
HomeWorld
b6c91becff Seems that window_create event never gets triggered in wxgtk, fixed shaped window 2010-11-05 10:21:51 +02:00
HomeWorld
0448ae2edc Rounded corners at a cheap price 2010-11-05 10:02:55 +02:00
HomeWorld
509af114db Ugly dialogs?.. No thx 2010-11-04 23:48:15 +02:00
HomeWorld
f443beba32 Say no to print. 2010-11-04 23:09:50 +02:00
HomeWorld
25f7c4813d Magic stuff in detecting drop area 2010-11-04 23:07:32 +02:00
HomeWorld
69b53caf02 Merge branch 'master' of evefit.org:pyfa 2010-11-04 22:14:26 +02:00
HomeWorld
df23cd1726 Use different fit actions for dropping a fit in multiswitch or onto fittingview 2010-11-04 22:13:18 +02:00
cncfanatics
a6c75979a2 Merge branch 'master' of evefit.org:pyfa 2010-11-04 20:59:30 +01:00
cncfanatics
71ceb5a05c Implement projected drone merging 2010-11-04 20:59:16 +01:00
Corollax
dd54f4b21b Changed maxRange.py to use new falloff properties
fscking ship scanners...
2010-11-04 14:09:32 -05:00
HomeWorld
3f161f6c5d DND stuff - shipbrowser to fittingview 2010-11-04 20:50:35 +02:00
HomeWorld
f6abe4c877 Revert "Revert "Added support for dnd as suggested in ticket #92, tho the actual drop action is disabled for now (no free time for the next 6h to properly implement it)""
This reverts commit 8e6cd3a842.
2010-11-04 18:02:14 +02:00
cncfanatics
8e6cd3a842 Revert "Added support for dnd as suggested in ticket #92, tho the actual drop action is disabled for now (no free time for the next 6h to properly implement it)"
This reverts commit 50ff1ddcb7.
2010-11-04 10:18:19 +01:00
cncfanatics
837f4bf08f Merge branch 'master' of evefit.org:pyfa 2010-11-04 09:18:20 +01:00
HomeWorld
50ff1ddcb7 Added support for dnd as suggested in ticket #92, tho the actual drop action is disabled for now (no free time for the next 6h to properly implement it) 2010-11-04 09:01:47 +02:00
cncfanatics
73ed7a2d05 Implement fit backup in a seperate thread with a (not so) pwetty dialog 2010-11-04 07:17:58 +01:00
HomeWorld
c9329334cd Do not refresh shipbrowser when it's in stage 1, so far there is nothing to be refreshed 2010-11-03 15:11:31 +02:00
HomeWorld
52ec623e76 Fixed a layout bug in multiSwitch (when showing a fit in a new tab) 2010-11-03 13:48:45 +02:00
HomeWorld
469f4939a7 Revert "Fixed a sizer type induced layout bug in multiSwitch"
This reverts commit 4ccc1af311.
2010-11-03 13:47:15 +02:00
HomeWorld
4ccc1af311 Fixed a sizer type induced layout bug in multiSwitch 2010-11-03 13:42:06 +02:00
cncfanatics
eef0d9d1b1 Get rid of caching code in shipbrowser and do it in the service instead
(faster, less code, cleaner)
2010-11-03 09:51:25 +01:00