blitzmann
e74e2615ad
Merge remote-tracking branch 'origin/projections'
2015-07-23 15:46:32 -04:00
blitzmann
2f246d0897
Add context menu to affected by list
2015-07-23 15:32:27 -04:00
DarkPhoenix
505b0ce38f
Clear info dicts in-place instead of replacing them with new ones
...
Sometimes it can cause fuckups, so who knows how PIL works with them...
2015-07-23 20:34:02 +03:00
DarkPhoenix
8c19a956e0
Strip ICC color profile data
...
Fixes #337
2015-07-23 20:32:40 +03:00
blitzmann
9de3600d7f
Fix self-boosting
2015-07-23 01:38:51 -04:00
blitzmann
5a4f526b2b
Fix fit copying
2015-07-22 14:27:44 -04:00
blitzmann
cd0b0eada0
Fix graphing
2015-07-22 13:12:57 -04:00
blitzmann
17733d5951
Added missing tactical mode calculations... whoops
2015-07-22 13:02:08 -04:00
blitzmann
4596c526a2
Fix #335 - properly represent charge modifiers
2015-07-18 23:39:16 -04:00
blitzmann
9941b6c74b
Make default view module again
2015-07-18 15:23:10 -04:00
blitzmann
b06ce24d4a
Fix attribute view items (two of the same item would merge into one, even if they had different modifiers. now simply list them individually)
2015-07-18 15:20:15 -04:00
blitzmann
2f8c201ab3
Add attribute view
2015-07-18 14:45:26 -04:00
blitzmann
d184820728
Fix toggle attribute names. Previous way assumed no other trees apart from first child and siblings. Not true now with projected fit trees. Instead of attempting to walk the tree, we simply store the items in a list that we later iterate over. Much easier
2015-07-17 18:28:31 -04:00
blitzmann
40aeb1ed4a
Move active fir to init, fixes bug when refreshing with another active fit
2015-07-17 16:33:07 -04:00
blitzmann
71b258a8f5
Merge fit attributes with ship
2015-07-17 16:32:42 -04:00
blitzmann
cd7579a4bf
Fix #332 - offline rigs calculated in calibration stats
2015-07-17 00:01:31 -04:00
blitzmann
d6199a58c2
Separate projected fits from list of affectors. Also, show when affected module is projected. Still need to clean up affector tree stuff
2015-07-16 23:59:37 -04:00
blitzmann
3ad5aaac89
Fix #331 - gang boosts not applied to self projection
2015-07-15 16:52:09 -04:00
blitzmann
3bed268d81
Fix use case for downgrading and adding a row with NULL
2015-07-14 19:13:56 -04:00
blitzmann
9a1b0f07c0
Added documentation on why projections don't respect the __calculated flag which gang boosts do
2015-07-14 16:32:10 -04:00
blitzmann
f591ecba10
Fix use case where gang boosts were not being applied when projections were added/removed.
2015-07-14 16:15:52 -04:00
blitzmann
c571fdc5e6
Fit fit alterations with self projections
2015-07-13 19:29:23 -04:00
DarkPhoenix
6f944fc7db
Stacking penalize missile flight time rigs
2015-07-12 02:12:59 +03:00
blitzmann
63fce4be17
Handle self projections by creating a copy of the fit. Due to the way effects are calculated, we would have double effects implemented if not for the copy
2015-07-11 16:28:09 -04:00
blitzmann
86ee5292d8
Fix fit copying and deleting fits not being reflected in other fits.
2015-07-11 12:43:47 -04:00
blitzmann
0060f58e3d
Support evemon character imports.
2015-07-11 10:17:02 -04:00
blitzmann
23b458534f
Remove unneeded collection class for projected fits
2015-07-10 23:22:58 -04:00
blitzmann
2256efacb0
Do migration stuff for projected fits
2015-07-10 16:40:00 -04:00
blitzmann
28a5318e3b
Merge branch 'master' into toggleProjectionFit
...
Conflicts:
config.py
2015-07-10 16:09:00 -04:00
blitzmann
609ee13cd6
Redirect stderr and stdout to logger when we are frozen. Need to test this.
2015-07-10 15:58:45 -04:00
blitzmann
4216904736
Remove function to remove projected fits correctly. This is now handled by proper DB relationships
2015-07-10 15:46:42 -04:00
blitzmann
496e9b56b5
Handle use case of invalid fit's mucking things up
2015-07-10 15:46:15 -04:00
blitzmann
b8f73a7c94
bump dev
2015-07-10 12:58:03 -04:00
blitzmann
b4604f8207
Bump Stable... maybe it will be this time
2015-07-10 12:17:14 -04:00
blitzmann
68dddf2810
Fix for init projected fit. Took a long time to figure out what was happening.
2015-07-10 11:58:15 -04:00
blitzmann
4c17f38b1a
Fix for #324 - do not reset itemID automatically upon removal due to way modules are swapped.
2015-07-09 18:36:11 -04:00
blitzmann
221a3fde14
Being extra cautious
2015-07-09 18:18:36 -04:00
blitzmann
c17e03d8d0
Fixes critical design issue when it comes to projected fits. Disabled some of the more advanced functionality (projection amount and active) to cope to development. Crash still happens occasionally when adding projected fit for unknown reasons - not 100% reproducable yet
2015-07-09 17:53:41 -04:00
blitzmann
af9f64db5f
Move the chain into the runtime loop, otherwise projections won't work for some odd reason.
2015-07-09 14:48:15 -04:00
blitzmann
1f82465a65
Return None for price column on ship modes, fixes #322
2015-07-09 12:13:13 -04:00
blitzmann
d885bd4636
Bump dev and Fix #321 - oversight in tactical mode selection
2015-07-09 11:48:11 -04:00
blitzmann
c17bce55bb
Lots of stuff
...
- Added logging and replaced Timer class with more useful one
- Move projected fit loop out of runtimes
- Eliminate recursions from Fit.clear()
- Clean up overall fit calc logic
2015-07-09 10:43:39 -04:00
blitzmann
4137a7cda9
Bump stable
2015-07-08 11:20:18 -04:00
blitzmann
c92911b79a
Work around for lack of flag_modified() support
2015-07-08 10:54:26 -04:00
DarkPhoenix
adc9fb6d00
Don't call function multiple times after first unconditional call
2015-07-08 17:45:25 +03:00
Ryan Holmes
5baf70694a
Merge pull request #318 from poettler-ric/fix-logging
...
Fix logging
2015-07-08 10:14:46 -04:00
Richard Poettler
f08dc97576
logging crashes if the directory doesn't exist
2015-07-08 10:47:25 +02:00
Richard Poettler
35094ae1ce
moved dublicate code into one method
2015-07-08 10:45:37 +02:00
DarkPhoenix
5ac31920ee
Fix #317
...
Crop images to square form before making thumbnail, not square images cause issues on Windows
2015-07-08 11:39:01 +03:00
DarkPhoenix
e63c3541c4
Bump for next development release
2015-07-08 00:09:34 +03:00