Commit Graph

91 Commits

Author SHA1 Message Date
cncfanatics
0f6e4d28d3 Add copying of fits 2010-08-20 21:34:22 +02:00
cncfanatics
2f71e1ff32 Make the delete button work 2010-08-20 21:06:27 +02:00
cncfanatics
8dba43d8ea Revert "Set appname to "pyfa""
This reverts commit ca57493e9b.
2010-08-20 21:00:43 +02:00
cncfanatics
ca57493e9b Set appname to "pyfa" 2010-08-20 20:56:05 +02:00
cncfanatics
35b17b81f8 Add doubleclick rename 2010-08-20 20:45:10 +02:00
cncfanatics
89b23e1c30 issue a SetItemText call 2010-08-20 20:37:28 +02:00
cncfanatics
f3dd3b73b1 Use CallAfter for activating the inline edit when making new items 2010-08-20 20:33:59 +02:00
cncfanatics
34a7275470 Fix a renaming database update bug 2010-08-20 20:02:20 +02:00
cncfanatics
26e338771e Use more sharp rename icon 2010-08-20 19:49:00 +02:00
cncfanatics
028f09cb6e Use slightly sharper rename icon 2010-08-20 19:48:32 +02:00
cncfanatics
fa2fc39a9c Add a luffely nice rename button 2010-08-20 19:45:19 +02:00
cncfanatics
f34f5cb4e1 Make the new and rename buttons do intresting stuff 2010-08-20 19:34:28 +02:00
cncfanatics
53673bb6d4 Make buttons in shipBrowser activate when usable 2010-08-20 16:44:35 +02:00
cncfanatics
0c7bb08836 Change the market and ship browser to a notebook 2010-08-20 14:25:06 +02:00
cncfanatics
07aa2fbf63 Add 4 buttons to the ship browser 2010-08-20 14:15:55 +02:00
cncfanatics
d6d3b3f3f4 Change some label texts 2010-08-20 13:02:41 +02:00
cncfanatics
0383bf4168 Implement changing menu-items / toolbar icons 2010-08-19 19:56:01 +02:00
cncfanatics
1b07a6f1af Rename "Toggle Ship Browser" to "Ship Browser" 2010-08-19 18:59:49 +02:00
cncfanatics
78653441fe Use replace instead of detach + add 2010-08-19 18:49:56 +02:00
cncfanatics
54efa8319c Try an alternative method of switching between ship and marketBrowser 2010-08-19 18:47:42 +02:00
cncfanatics
d076dbb8f3 Add noobships and AT7/8 ships to the ship browser 2010-08-19 17:57:46 +02:00
cncfanatics
be07c90c64 Wire up the ship browser menu item so it works too. 2010-08-19 16:59:25 +02:00
cncfanatics
9aed19ec45 Add a debug flag, currently unused 2010-08-19 16:39:51 +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
8fc891df00 Remove bottom pane in shipBrowser, everything will be put in a single treeview 2010-08-19 16:14:05 +02:00
cncfanatics
c8ae34f226 Tweak shipBrowser so raceless ships don't make it go all QQ and stuff 2010-08-19 15:47:42 +02:00
cncfanatics
e17238f0e4 Merge branch 'master' of ssh://pyfa.git.sourceforge.net/gitroot/pyfa/pyfa 2010-08-19 15:44:54 +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
DarkPhoenix
da419f7d92 Add eos to gitignore 2010-08-19 01:04:29 +04:00
cncfanatics
a4f19f83bb Start work on an generic implementation for showing fitting/drone/implant/booster/etc. view columns. 2010-08-18 22:04:37 +02:00
cncfanatics
a925d6b59c Make sure to not die when a bitmap doesn't exist 2010-08-17 16:41:02 +02:00
cncfanatics
a767f7891f Revert "Add a NO_BORDER flag to the fit multi switch"
This reverts commit 5105ae8ccd.
2010-08-16 16:43:17 +02:00
cncfanatics
5105ae8ccd Add a NO_BORDER flag to the fit multi switch 2010-08-16 16:37:02 +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
8e6de2b36b Give the nullbitmap a width and height 2010-08-16 15:49:20 +02:00
cncfanatics
4708836aad Instead of returning nothing, return the nullBitmap when no image is found 2010-08-16 15:42:59 +02:00
cncfanatics
7e44e9e885 Add a check and only try and load images that actualy exist 2010-08-16 15:37:49 +02:00
cncfanatics
5ceec2ecff Sort the item browser's contents by name 2010-08-16 15:33:34 +02:00
cncfanatics
e9ad573f39 Actualy implement a listCtrl how its suposed to be implemented. 2010-08-16 15:06:53 +02:00
cncfanatics
f96d95e30c Remove LC_ICON from the style flags 2010-08-16 13:23:02 +02:00
cncfanatics
4eb259b05c Add LC_REPORT to the listctrl style 2010-08-16 11:51:36 +02:00
cncfanatics
099b34a658 Don't put anything in the item browser column 2010-08-15 23:22:34 +02:00
cncfanatics
4025c941bb Use a list control for items (looks much better!) and sort it by name 2010-08-15 23:00:13 +02:00
cncfanatics
677a851ea3 Sort stuff alphabeticly 2010-08-15 21:26:46 +02:00
cncfanatics
9093748407 Populate the itemView with items when a marketGroup is selected.
Note: We're using a treeview instead of a listView here, because it looks exactly like we want out of the box.
2010-08-15 21:15:45 +02:00