Commit Graph

53 Commits

Author SHA1 Message Date
cncfanatics
2d13c276ca Add a try: catch: block so we don't put any tracebacks into console when
from clipboard is attempted on things that aren't fits
2010-10-26 08:28:01 +02:00
Lucas Thode
56371a3e55 Implemented Trac #159.
This adds support for intelligent import from the clipboard (as the paste function).  The old-style textbox import is still around for the time being; it will be killed off by a future change that makes the import dialog into a standard File->Open dialog box instead of the current hacky-box.
2010-10-25 19:37:55 -05:00
Weeknie
c563839429 Open ship browser on startup, ticket 187 2010-10-25 15:42:08 +02:00
Lucas Thode
4176191f37 Fixed Windows close-tab bug (I think); refactored
This commit SHOULD fix Ctrl-W/menu-bar closing on Windows; also, the code was refactored into a new multiSwitch method
2010-10-25 10:20:57 +02:00
Lucas Thode
c862a04b37 Added Close item to File menu to close current fit
We should remove the silly MMB support now that File->Close is in place (also, that gives us Ctrl/Cmd-W support "for free")
2010-10-25 09:46:52 +02:00
cncfanatics
2cf34ed55f FIx a silly typo 2010-10-25 09:38:59 +02:00
cncfanatics
78d1c80398 Fix conflict 2010-10-24 15:08:10 +02:00
cncfanatics
bc883685ec Implement basic ammo switching context menu. (still needs much
polishing)
2010-10-19 10:31:52 +02:00
cncfanatics
27e011f4f0 Add export to clipboard and gray out export menus when applicable 2010-10-14 12:04:06 +02:00
cncfanatics
d820791a1a Finish the modular preference dialog and add a dummy view 2010-10-14 10:50:10 +02:00
cncfanatics
de48dd687a Add a Settings service class 2010-10-13 15:33:56 +02:00
cncfanatics
bbc020c9bf Wire up import & export menu events 2010-10-12 22:39:23 +02:00
cncfanatics
7b47a70c71 Bind the main menu entry for the damage pattern editor 2010-10-10 12:03:25 +02:00
HomeWorld
57b070fbaa Added a little padding for character quick select 2010-10-09 01:05:56 +03:00
HomeWorld
4d102c5d8a Fixed ticket #84, it seems that not only wxmac sux but wxgtk too, character editor remade as wx.frame + some tricks to emulate a modal dialog 2010-10-07 17:06:30 +03:00
cncfanatics
54c2f23f78 recalculate when the char editor is closed, in case stuff changed 2010-09-23 12:49:12 +02:00
HomeWorld
e11feae5fe Fix attempt for charselection choice draw bug on OSX , the hard way 2010-09-16 21:21:58 +03:00
HomeWorld
6ced556ec3 Increased charselection bottom padding to 15 2010-09-16 15:33:02 +03:00
HomeWorld
150e363ddc Padded charselection panel 2010-09-16 15:12:34 +03:00
cncfanatics
6d07151d71 Add the basic looks of the char picker, right above the stats pane 2010-09-14 10:41:27 +02:00
cncfanatics
41ffd048ac More work on the character editor, the skill browser mostly works now 2010-09-06 10:31:23 +02:00
cncfanatics
61d341c49b First draft of character editor (non functional) 2010-09-05 19:13:38 +02:00
cncfanatics
48293cdf8b First iteration of the drone view, as well as a bunch of other related changes 2010-09-04 23:25:02 +02:00
cncfanatics
06e76a2cea Add a collapsible additions pane for stuff like drones, implants, boosters, etc. 2010-09-02 13:18:56 +02:00
HomeWorld
4e3e3e1638 Fixed an unwanted behavior of collapsible pane (it shows by default a pane - fix:sized to 0x0) affecting statspane view; Added Widget Inspection Tool in menu - should help debugging UI stuff if needed 2010-09-01 17:08:56 +03:00
cncfanatics
cd1766dd51 Update eos to latest branch and update the about box with the names of Entity, Darriele and Aurora 2010-08-30 01:48:52 +02:00
cncfanatics
840657b11c Don't let PyDeadObjectError get through, they're harmless anyway on closing the app 2010-08-29 16:01:09 +02:00
cncfanatics
a1490a4f09 Fix the bug where one needed two clicks to select market/ship browser 2010-08-28 20:46:53 +02:00
cncfanatics
6d371e40b7 Change AGPL to regular GPL for pyfa 2010-08-28 15:18:57 +02:00
cncfanatics
6462e1a588 Make the stats pane collapsable, need feedback on looks 2010-08-26 01:04:01 +02:00
cncfanatics
4bd7e7c47e Add icon for pyfa: 3D rendered rifter 2010-08-21 00:27:20 +02:00
cncfanatics
0c7bb08836 Change the market and ship browser to a notebook 2010-08-20 14:25:06 +02:00
cncfanatics
0383bf4168 Implement changing menu-items / toolbar icons 2010-08-19 19:56:01 +02:00
cncfanatics
54efa8319c Try an alternative method of switching between ship and marketBrowser 2010-08-19 18:47:42 +02:00
cncfanatics
be07c90c64 Wire up the ship browser menu item so it works too. 2010-08-19 16:59:25 +02:00
cncfanatics
9bc3e161be Fix spelling of SetSize :/ 2010-08-19 16:34:30 +02:00
cncfanatics
952bb5062b Add SetSize again, seems its needed on windows 2010-08-19 16:27:51 +02:00
cncfanatics
af71cdc626 Start work on the ship browser, the ship browser part is ready. Missing a fit listing and buttons to create, rename, duplicate, etc. a fit 2010-08-19 15:43:51 +02:00
cncfanatics
ca5ab17295 Display the stats pane outside of the tabbed fit switch 2010-08-16 16:30:05 +02:00
cncfanatics
6e98273bd9 Completely remove the size= statement, minSize takes care of it 2010-08-16 16:07:20 +02:00
cncfanatics
0cdb7141ea MinHeight 700 instead of 750 2010-08-16 16:02:07 +02:00
cncfanatics
54fe0146cc Add a minimum size to the market browser and main window 2010-08-16 15:59:43 +02:00
cncfanatics
a74bf4ffd0 Make the main frame 700 instead of 750 pixels high 2010-08-16 15:54:56 +02:00
cncfanatics
8d4fea3040 Extend the controller with a getChildren method and use it to display marketgroup children 2010-08-15 19:52:40 +02:00
HomeWorld
082b26bf46 Small fix in AboutBox description 2010-08-15 16:22:48 +02:00
HomeWorld
18d04e69a6 Added a small AboutBox, no fancy stuff 2010-08-15 16:22:48 +02:00
unknown
3a632ec90f Added event for menuitem Quit 2010-08-15 14:41:21 +02:00
cncfanatics
097f67945d Make the market browser 300px wide by default 2010-08-14 20:29:29 +02:00
cncfanatics
53448d47e8 Start working on the stats pane. Resources part is done 2010-08-14 00:24:15 +02:00
cncfanatics
cd9811d7f9 Move show to the end so it works on macs too 2010-08-13 19:19:45 +02:00