Commit Graph

1676 Commits

Author SHA1 Message Date
DarkPhoenix
1ac8279bc8 Performance optimizations 2011-04-24 00:35:25 +04:00
DarkPhoenix
9c792b9565 Restore jump to market group functionality 2011-04-23 23:16:27 +04:00
DarkPhoenix
221d4e902f Rewrite almost all functionality of market browser to work with reworked service 2011-04-23 22:11:54 +04:00
DarkPhoenix
d3989ebdfa Fix mistype in file name format 2011-04-16 18:58:54 +04:00
DarkPhoenix
05eba09663 Slightly change the way icon name in warning is composed 2011-04-16 18:11:01 +04:00
DarkPhoenix
baa9ccc6ba Add console warning if icon file cannot be found 2011-04-16 18:04:22 +04:00
HomeWorld
6d074668a9 Removed an useless import in PFListPane 2011-03-28 19:14:13 +03:00
HomeWorld
b5046d8645 Added icons to additions pane tabs 2011-02-26 17:08:04 +02:00
HomeWorld
a2f7e37131 Changed the way how tab label is displayed so it cannot overlap with tab close button 2011-02-26 16:47:30 +02:00
HomeWorld
894fb034f7 Moved the chromeTabs add button a little bit lower (it looks less awkward now) 2011-02-26 16:28:24 +02:00
HomeWorld
753059ad1b Code cleanup in chromeTabs.PFAddRenderer 2011-02-26 16:22:04 +02:00
HomeWorld
8bb6b1af10 Removed a draw 'optimization' in PFListPane.RefreshList as it caused some problems when the pane was resized (hidden items werent updated even if it was needed as result of resizing) 2011-02-26 16:06:16 +02:00
HomeWorld
1829846455 Fixed a visual bug (the shipbrowser item not getting updated correctly in certain cases when wx.EVT_LEAVE_WINDOW occured) 2011-02-26 15:43:11 +02:00
Corollax
987209089c Revert "Get rid of useless IDLE events"
This reverts commit 24b96a5cee.
2011-02-23 06:51:47 -06:00
HomeWorld
98c8ea2f03 Tweeked the appearence of ship browser items 2011-01-30 17:14:21 +02:00
HomeWorld
24b96a5cee Get rid of useless IDLE events 2011-01-30 16:48:46 +02:00
HomeWorld
ce437184c1 Fixed an error popup message when trying to fetch skills with no character selected in character editor - api tab (by default select the first character) 2011-01-26 11:00:04 +02:00
HomeWorld
8796d62408 Disabled shipbrowser items animation (performance issues on some old PCs) - TODO: add option in preferences to enable anim 2011-01-25 18:14:55 +02:00
HomeWorld
0960a1588b Fixed #406, use page index not the current active page index 2011-01-24 13:48:20 +02:00
HomeWorld
46948e238f Disabled implant tab from char editor (RC2) 2011-01-19 18:52:57 +02:00
HomeWorld
c4cf853992 Updated license info (missing v3) in aboutData.py 2011-01-19 13:15:39 +02:00
HomeWorld
e9a4faee45 Fixed #397 , take in account forced market groups 2011-01-19 11:40:39 +02:00
Corollax
0ad1132f21 Ugly hack to fix the Shadow Fighter Bomber
Goddamn drones don't have a metaGroup or marketGroup, so I had to hardcode it. This should be fixed later.
2011-01-18 12:53:56 -06:00
DarkPhoenix
95813f20fc Make ammo picker context menu aware of mixed damage missiles 2011-01-18 13:41:41 +03:00
DarkPhoenix
24b4a6fbdc Take only half of falloff when sorting ammo by range 2011-01-18 12:18:01 +03:00
HomeWorld
50afa50388 Made file import threaded with nice animation 2011-01-18 08:24:11 +02:00
HomeWorld
2c6a951cae Disabled fleet stuff (rc2 release) 2011-01-18 07:45:13 +02:00
DarkPhoenix
a316771a6a Move pyfa version data to config.py 2011-01-18 01:53:42 +03:00
HomeWorld
0460aa88f1 Modified pyfa's version string 2011-01-17 14:05:06 +02:00
HomeWorld
de8de62a90 Disabled preferences menu item (for rc2 release) 2011-01-17 06:43:11 +02:00
HomeWorld
540fc7361c Fixed a focus issue in shipbrowser when doing a search (it made the search edit ctrl go hide in a corner and start crying when displaying the search results) 2011-01-17 06:35:49 +02:00
HomeWorld
b13ef000b2 Added drag handler for fitview(multiswitch -> chromeTabs -> tabs container) 2011-01-17 06:19:46 +02:00
HomeWorld
bac0e7f901 Do not process mouse left up if the cursor is not in sfbrowser item window 2011-01-17 06:09:02 +02:00
DarkPhoenix
e2f30eacac Remove debug line 2011-01-17 00:40:10 +03:00
HomeWorld
ac45498472 Removed eft cfg type ability from pyfa export choices 2011-01-16 22:13:15 +02:00
HomeWorld
0062963f42 Added cursor change for fleet header new button (on enter) 2011-01-16 21:32:38 +02:00
HomeWorld
14be191e5b Added cursor change when hovering over ship/fleet toolbar 2011-01-16 21:29:47 +02:00
HomeWorld
6944f45c86 Added the year to fit item creation date, also use GetPartialText for fitLocalDate (so we don't have overlapping texts) 2011-01-16 21:16:08 +02:00
HomeWorld
1265a6ae51 Moved WaitDialog class to gui.utils.animUtils 2011-01-16 21:04:31 +02:00
HomeWorld
838673e10b Make sure the load animation isn't shown when switching fast from stage 2 to other stage 2011-01-16 20:51:51 +02:00
HomeWorld
97643a28fc Fixed a visual bug in shipbrowser fit item selected state 2011-01-16 20:25:04 +02:00
HomeWorld
4b50c6bae9 Added visual confirmation for rename button (rename bitmap change) when fit name edit is shown / added the bitmap revert for focus lost/escape in fleetbrowser 2011-01-16 20:12:40 +02:00
HomeWorld
32d3543f85 Added visual confirmation for rename button (rename bitmap change) when fleet name edit is shown 2011-01-16 19:56:45 +02:00
HomeWorld
3474cd976f Added freeze/thaw to stage1 refresh 2011-01-16 19:04:01 +02:00
HomeWorld
4348e42bfb Fixed an oopsie in stage3, forgot to thaw when there are no more fits to be shown 2011-01-16 19:02:12 +02:00
HomeWorld
9252e579e1 Fixed a focus issue in shipbrowser (scrolling using mouse wheel wasn't possible unless the scrollbar or an item was clicked) 2011-01-16 18:50:54 +02:00
HomeWorld
3c8cf23ff2 Do not allow copy/delete operations when ship name edit is shown 2011-01-16 18:43:04 +02:00
HomeWorld
2ea3c4dbe8 Removed some 'flickering' when dealing with stage3/4 operations 2011-01-16 18:31:17 +02:00
HomeWorld
dc9f07367c Added file name to fit import 2011-01-16 18:22:49 +02:00
HomeWorld
4199b16795 Connected FleetRemoved/Renamed events in fleetviewer 2011-01-16 17:56:54 +02:00