Commit Graph

281 Commits

Author SHA1 Message Date
HomeWorld
e41749fa13 Renamed SBItem class to SFBrowserItem; moved SFBrowserItem + support classes to sfBrowserItem.py, this class will also be used in fleet browser 2011-01-14 18:06:29 +02:00
HomeWorld
e8d871ec6b Little fix for shipbrowser items animation start value 2011-01-14 17:41:33 +02:00
HomeWorld
18b3fba941 Fixed a small oversight in shipbrowser - fititem 2011-01-14 15:45:32 +02:00
HomeWorld
17ecb34d85 Fixed some traceback (on wxgtk) caused by FitItem OnPaint (accessing vars that were not declared yet) 2011-01-14 14:21:24 +02:00
HomeWorld
f40b8e50b4 Code cleanup in shipbrowser 2011-01-14 11:26:34 +02:00
HomeWorld
1d5293fc63 Implemented DND for FitItem - shipbrowser 2011-01-14 11:20:07 +02:00
HomeWorld
e3cc3022f5 Completed animation stuff on all shipbrowser item types 2011-01-14 11:01:19 +02:00
HomeWorld
900b8e85eb Added missing font color change in ship/fit items - shipbrowser 2011-01-14 10:30:28 +02:00
HomeWorld
322d469d03 More tinkering to FitItem 2011-01-14 10:26:33 +02:00
HomeWorld
d0e9309e0e Paranoid check in case of fit delete, don't try to delete an already deleted fit (it may happen when clicking delete button very fast) 2011-01-14 00:25:21 +02:00
HomeWorld
8c64923c84 Switched back to old FitItem till python crash caused when deleting an item is sorted out 2011-01-13 21:43:13 +02:00
HomeWorld
f565b3010f Do not animate stuff while in stage 4 2011-01-13 21:36:25 +02:00
HomeWorld
cf3550b5bd Safety check in stage2 callback, we don't want stage 2 items to be shown in stage 1 2011-01-13 21:05:48 +02:00
HomeWorld
c76d7af05c Rewritten shipbrowser FitItem - basic functionality only (copy/delete) 2011-01-13 20:07:28 +02:00
HomeWorld
c082f3da9d Animate toolbar on load too - ShipItem 2011-01-13 18:36:51 +02:00
HomeWorld
550469f7ce Added small eye-candy stuff to ShipItem 2011-01-13 18:23:28 +02:00
HomeWorld
1181ef8168 Cleaned up shipitem DrawItem code 2011-01-13 17:27:51 +02:00
HomeWorld
fa18a621c1 Completed ShipItem class rewrite (it uses SBItem base class) 2011-01-13 16:18:51 +02:00
HomeWorld
6d78ad2529 * ~cncfanatics browses DarkPhoenix 2011-01-13 14:10:06 +02:00
HomeWorld
c48ea7297e Implemented basic button functionality for shipbrowser toolbar buttons 2011-01-13 12:09:09 +02:00
HomeWorld
d1981a1b14 Base classes for shipbrowser item toolbar (replacement for ugly buttons code) 2011-01-13 10:56:03 +02:00
HomeWorld
08906b0f5b Padded fit creation date in shipbrowser fit item as req. in ticket #369 2011-01-08 21:45:51 +02:00
HomeWorld
a24712ebf3 Fixed a little oversight, skip by default in base class 2011-01-03 11:45:33 +02:00
HomeWorld
d2c9ef8411 Moved common stuff of category/ship/fit item classes into SBItem class; Subclassed CategoryItem from SBItem 2011-01-03 11:42:20 +02:00
HomeWorld
a68eb1f80f Removed a little piece of no more used code in shipbrowser->categoryitem->onpaint 2011-01-03 10:48:57 +02:00
HomeWorld
99dbcf955e Experimental: show fit creation date/hour in shipbrowser stage 3 2010-12-22 19:40:23 +02:00
HomeWorld
c000e97603 Added middle click down as show fit in new tab for stage 3 2010-12-16 19:42:24 +02:00
HomeWorld
f623b72b94 Optimized the **** out of shipbrowser.(Category,Ship)Item gradient background drawing 2010-12-09 21:49:56 +02:00
HomeWorld
667433dee5 Optimized the **** out of shipbrowser.FitItem gradient background drawing 2010-12-09 19:43:20 +02:00
HomeWorld
668e0ff0b9 Cleanup in shipbrowser.FitItem.OnPaint - removed useless code 2010-12-09 18:13:02 +02:00
HomeWorld
7c4a63a81a Cleanup in shipbrowser items OnPaint (last step till final optimization) 2010-12-09 18:11:09 +02:00
HomeWorld
f18ca8991b Visual improvement of stage3 selected fit 2010-12-09 17:19:11 +02:00
HomeWorld
32f880148c Cleaned up useless coded in shipbrowser.FitItem.OnPaint 2010-12-09 17:04:05 +02:00
HomeWorld
79a524f7bb Moved duplicate code from shipbrowser items OnPaint in gui.utils.drawUtils 2010-12-09 16:55:41 +02:00
HomeWorld
059c0fd1c6 ShipBrowser: Gradients empire strikes back 2010-12-08 23:27:11 +02:00
HomeWorld
1b944212ff Fixed a stupid oopsie in shipbrowser items container class init 2010-12-03 10:00:34 +02:00
HomeWorld
a885236401 Removed an useless check in stage2 create new fit code, fixes ticket #317 2010-12-02 19:28:48 +02:00
HomeWorld
9953b7ab22 Shipbrowser uses now fonts with height specified in pixels and not in points; shipbrowser should 'look' the same on all platforms 2010-12-02 18:35:50 +02:00
HomeWorld
1c820e3859 Fixed PFNotebook not sending PageChanged event when deleting a tab (if it's the case); multiSwitch uses a smarter BlankPage that responds to PageChanged event, now pyfa is behaving correctly when switching betwen fittingView tabs and empty tabs; FIT_CHANGED event moved to globalEvents.py since it is used a lot in different locations;... 2010-11-28 20:04:45 +02:00
HomeWorld
ae6cc539f1 Fixed a visual bug in shipbrowser - fititem 2010-11-28 15:02:16 +02:00
HomeWorld
520b324b64 Show a default bitmap for ships that have their icons missing. Fixes ticket #305 2010-11-26 10:44:04 +02:00
HomeWorld
5054218a92 2 coffees for cnc, please. 2010-11-22 23:20:43 +02:00
cncfanatics
968de185ce Remove some unused imports 2010-11-22 21:12:40 +01:00
cncfanatics
fcbecb37ca Rework of the shipBrowser drag system, make it extensible and reusable 2010-11-22 20:54:08 +01:00
Niklas Bölter
dc3e045817 Fixed stupid oversight by dumb idiot 2010-11-20 22:57:45 +01:00
Niklas Bölter
958518a67f Fixed background color of items for GTK 2010-11-20 22:43:48 +01:00
Niklas Bölter
efeb24cc3b Fixed some old references to gui.fittingView 2010-11-20 22:30:49 +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
6e1b789fb2 Move some view handling stuff around and do initial work on the
fleetBrowser
2010-11-20 20:32:47 +01:00
HomeWorld
8d73172996 Removed unused objects in shipbrowser 2010-11-19 18:10:21 +02:00