blitzmann
b162927f79
Merge branch 'master' into wx3
2015-08-27 22:05:38 -04:00
blitzmann
6dbed1403a
Bump stable
2015-08-27 21:50:13 -04:00
blitzmann
e7542fec44
move debug setting, remove debug print
2015-08-21 18:23:46 -04:00
blitzmann
d909e8adc4
Fix config file, clean up pyfa.py
2015-08-21 16:48:07 -04:00
blitzmann
48f96a7a32
Merge branch 'master' into wx3
...
Conflicts:
config.py
staticdata/icons/icon01_08.png
staticdata/icons/icon02_11.png
staticdata/icons/icon105_46.png
staticdata/icons/icon105_47.png
staticdata/icons/icon105_48.png
staticdata/icons/icon105_49.png
staticdata/icons/icon108_5.png
staticdata/icons/icon113_64_1.png
staticdata/icons/icon113_64_2.png
staticdata/icons/icon113_64_3.png
staticdata/icons/icon34_16.png
staticdata/icons/iconMarketIcon_16px_Amarr.png
staticdata/icons/iconMarketIcon_16px_Caldari.png
staticdata/icons/iconMarketIcon_16px_Gallente.png
staticdata/icons/iconMarketIcon_16px_Minmatar.png
2015-08-15 10:50:58 -04:00
blitzmann
cc59612fa4
Debug logging when flag is set
2015-07-23 16:58:55 -04:00
blitzmann
e12b3f3054
Merge tag 'v1.13.2' into wx3
...
Conflicts:
config.py
A lot of icons
2015-07-20 13:21: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
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
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
DarkPhoenix
adc9fb6d00
Don't call function multiple times after first unconditional call
2015-07-08 17:45:25 +03: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
e63c3541c4
Bump for next development release
2015-07-08 00:09:34 +03:00
DarkPhoenix
4976516d4d
Bump for a stable version
2015-07-07 23:36:03 +03:00
DarkPhoenix
2b3f3773e5
Merge branch 'master' into singularity
2015-07-06 01:39:50 +03:00
blitzmann
3cc51aaf89
Change logging location to ~/.pyfa and set default level to WARN
2015-07-05 13:15:26 -04:00
Ryan Holmes
a339ae1c55
Merge pull request #312 from blitzmann/dbCorruption
...
Fixes for database rot
2015-07-05 13:08:11 -04:00
blitzmann
aaa60cbc14
Fix instance where some items were being re-added due to lack of return. Also, implement some basic logging.
2015-07-05 00:28:55 -04:00
DarkPhoenix
8f51642f70
Merge branch 'master' into singularity
2015-07-03 12:13:53 +03:00
blitzmann
87e5929cb1
DB migration is triggered by number of upgrade files found, rather than number in config.py. This allows us to remove the db version variable in config.py and not worry about it.
2015-07-02 19:35:53 -04:00
DarkPhoenix
0730ac369f
Update data to 910808
2015-06-30 21:14:22 +03:00
blitzmann
6d01877d78
Merge branch 'master' into wx3
...
Conflicts:
pyfa.py
2015-06-27 19:33:12 -04:00
DarkPhoenix
edfd446e46
Update to 908326
2015-06-25 00:33:37 +03:00
DarkPhoenix
de0b03630a
Bump version
2015-06-23 00:17:41 +03:00
DarkPhoenix
3395f8ebe6
Bump for next development release
2015-06-02 23:43:16 +03:00
DarkPhoenix
1d45102100
Bump for a stable release
2015-06-02 23:32:16 +03:00
DarkPhoenix
dbfcfd9acf
Change expansion data in config and update database to 893722
2015-06-02 16:38:38 +03:00
DarkPhoenix
26122f6da7
Add latest changes from Singularity
2015-05-21 16:44:39 +03:00
DarkPhoenix
68d504c79d
Force writing errors/output to file in case of frozen distributive
2015-05-01 15:08:14 +03:00
DarkPhoenix
124d4fab9b
Change the way we fetch conversions from package to make it compatible with frozen and packed builds
2015-04-30 23:59:56 +03:00
DarkPhoenix
722406f636
Change the way we detect root
...
This is needed for executable freeze to work correctly
2015-04-30 23:08:42 +03:00
DarkPhoenix
c809a614f9
Revert "Move logging initialization back to pyfa.py"
...
This reverts commit d18cf7b3b0 .
Reverting all wx3 commits in master
2015-04-30 19:39:11 +03:00
DarkPhoenix
06252d761d
Revert "Change the way we detect pyfa path"
...
This reverts commit bb8d5d0d65 .
Reverting all wx3 commits in master
2015-04-30 19:38:18 +03:00
DarkPhoenix
bb8d5d0d65
Change the way we detect pyfa path
...
This ensures that it works even with frozen executable
2015-04-29 00:27:42 +03:00
DarkPhoenix
d18cf7b3b0
Move logging initialization back to pyfa.py
2015-04-28 21:59:14 +03:00
DarkPhoenix
2077655694
Bump version for next development release
2015-04-28 21:43:22 +03:00
DarkPhoenix
0dc3cbb7c7
Bump version for a stable release
2015-04-28 19:50:53 +03:00
DarkPhoenix
dd3dd799b2
Move loggin configuration to config temporarily
2015-04-28 19:17:50 +03:00
DarkPhoenix
024e0ad4f5
Support proper migration for ishukone scorp (which is skin for regular scorp now)
2015-04-28 18:19:58 +03:00
blitzmann
5eaaaf070b
Merge branch 'master' of https://github.com/DarkFenX/Pyfa
2015-04-08 23:44:51 -04:00
blitzmann
0bc9264c28
Fix #268
2015-04-08 23:43:56 -04:00
DarkPhoenix
629f6e60a4
Mark as development
2015-03-26 15:35:05 +03:00
blitzmann
f801d7905c
Update effect file headers, mark as stable
2015-03-24 16:30:40 -04:00
DarkPhoenix
b16d2eae15
Bump for a next development release
2015-02-18 15:48:40 +03:00
DarkPhoenix
0ef05ffaf8
Bump version
2015-02-18 15:47:43 +03:00