blitzmann
c917d22db5
tox fixes for the roman library to prevent travis from yelling at us
2018-02-23 01:00:43 -05:00
blitzmann
c3f8b102fa
Add the romans library to pyfa itself to avoid having to modify the binaries
2018-02-23 00:57:26 -05:00
Michael Ryan
d09f21fe15
updated drag and drop behavior to not trigger a suspected wx bug on Mac
2017-05-30 20:18:32 -05:00
blitzmann
f57e7cf1ec
Implement FloatSpin as well as changing sec status via character editor
2017-04-26 22:14:30 -04:00
Ebag333
e245891cb4
Add delete buttons
2017-04-10 21:40:59 -04:00
blitzman
1c273210e9
tox fixes
2017-02-26 00:44:37 -05:00
blitzman
7115cd178c
Merge branch 'development' into LogBook_v2
...
Conflicts:
config.py
eos/saveddata/fit.py
gui/bitmapLoader.py
gui/graphFrame.py
gui/utils/exportHtml.py
pyfa.py
service/crest.py
service/price.py
service/server.py
2017-02-25 18:21:07 -05:00
blitzman
3cbd154c8a
Fix for #1013
2017-02-25 16:44:31 -05:00
Ebag333
3b185e1bcb
Roll up all changes from #962 as the base has been massively changed by code cleanups. Rename our logging to a universal pyfalog to avoid shadowing either Logging or Logbook loggers
2017-02-11 11:51:53 -08:00
Ebag333
2b45a16872
Refactor most of the shadowing from outer scopes. This is a super simple change, just changing the variable used inside (mostly) lambdas.
2017-02-10 11:50:04 -08:00
Ebag333
72633825cf
Formatting and layout changes
2017-02-08 23:32:51 -08:00
Ebag333
9a137bb158
Convert old style classes to new
2017-02-08 23:06:39 -08:00
Ebag333
23c6f2add5
We have two of the exact same backported file. Get rid of one. Also, handle the except if we can't import so we don't get stacktraces. (Currently the three functions affected are not used.)
2017-02-08 22:42:19 -08:00
Ebag333
e535f050c1
Disable inspection of writing to some wx properties. These do seem to get written, so it is likely pyCharm doesn't understand wx
2017-02-08 22:32:12 -08:00
Ebag333
6e524de320
Disable import inspections for wxPython, because it's not installed traditionally and we can't include it in requirements.txt
2017-02-08 20:15:24 -08:00
Ebag333
3e916e42f2
pyCharm inspection fixes. Mostly variable refernce issues
2017-02-08 17:55:20 -08:00
Ebag333
aafc850dbd
Adhere to standards
2017-02-05 20:09:00 -08:00
blitzman
5d46fe7e4d
Merge branch 'master' into development
...
Conflicts:
gui/builtinContextMenus/amount.py
gui/builtinStatsViews/priceViewFull.py
service/fit.py
service/prefetch.py
2017-01-29 15:02:22 -05:00
blitzman
a76eef01de
name all ze threads
2017-01-28 17:46:59 -05:00
Ebag333
28404cd8bb
bajillion pep8 fixes to pass tox
2016-12-13 23:31:39 -08:00
Ebag333
be53dedb18
Large pep8 compliance to make work for Tox
2016-12-13 21:23:01 -08:00
a-tal
d3b6bc1c93
so many pep8 fixes
...
(cherry picked from commit bee125d)
2016-12-13 20:16:44 -08:00
Ebag333
d963327ed4
Make it run again
2016-12-02 03:13:54 -08:00
blitzman
d5af6127e5
Tweaks
2016-11-21 23:02:29 -05:00
Resin Neublem
675533a732
Drops null-sec.com as an option
...
It seems like it would be a good idea to make this user configurable so they could enter whatever domain they want.
However with this entire HTML export feature being questionable, I didn't go that far. https://github.com/pyfa-org/Pyfa/issues/825
closes: https://github.com/pyfa-org/Pyfa/issues/826
2016-11-20 14:46:18 -05:00
TimmeeY
7044534765
Added Shiptype to fitting name in minimal html export
...
On minimalistic HTMLExport, the shiptype (name) will be added infront of
the fitting name to all fits on export
2016-05-26 15:03:34 +02:00
TimmeeY
eb8e5c5135
Added an option for HTML Export, to produce a minimal html version
...
Added an Opton in the HTMLExport menu to set the HTML export to produce
a minimal HTML version, without any styles or Javscript dependencies.
This can be useful if you are not javascript capable, or if you just
want to copy'n'pase the exported HTML into some web-editor (wordpress).
2016-05-08 23:50:41 +02:00
Dullson
a7e6d3e969
Feature: Ability to select between different online fitting tools while using HTML Export.
2016-04-17 17:32:51 +03:00
blitzmann
8fc9724204
Switch over to HTTPS protocol for jQuery CDN ( #549 ). Also fix an issue that caused page to not load in Chrome
2016-03-30 00:25:11 -04:00
blitzmann
4baa6e9e9f
Switch over wx.BusyInfo from custom wait dialog
2015-10-09 13:04:06 -07:00
blitzmann
f090cafa5c
OS X distributive was pointing to the wrong path for the pyfa root, due to the executable being in a different place than the actual root. This changes the logic to use sys.executable as a fallback when __file__ doesn't exist (for example in the windows distributive)
2015-10-08 15:23:51 -04:00
blitzmann
17d353e09b
Fix crash with GUI HTML export, and clean up dialogs.
2015-10-04 15:24:53 -04:00
blitzmann
5372f31be8
Revert "Revert "Merge branch 'master' into wx3"". So many reverts.
...
This reverts commit cca7f1112a .
2015-06-27 21:53:59 -04:00
blitzmann
6d01877d78
Merge branch 'master' into wx3
...
Conflicts:
pyfa.py
2015-06-27 19:33:12 -04:00
blitzmann
5b0857e169
Ensure that resources gauge is not drawn with a width of 0 to make GTK happy
2015-06-27 15:35:22 -04:00
blitzmann
da16f6cee7
Fix closing of progress dialogs
2015-06-20 15:00:02 -04:00
DarkPhoenix
cca7f1112a
Revert "Merge branch 'master' into wx3"
...
This reverts commit 33a0c10650 , reversing
changes made to 2077655694 .
Reverting merges fucks up git, but oh well - we probably better merge stuff manually rather than fucking up master with wx3 which is apparently buggy
2015-04-30 19:47:15 +03:00
blitzmann
39c14b62fd
Merge branch 'master' into wx3
2015-04-17 17:48:56 -04:00
blitzmann
e42671fbec
Workaround for seg fault (see comments in pull request # 232)
2014-12-31 16:20:25 -05:00
blitzmann
c59b818677
Add wx.ProgressDialog to HTML export, along with some documentation and silent try-except in HTML export
2014-12-19 00:13:06 -05:00
DarkPhoenix
e8268633e3
Merge branch 'master' into wx3
...
Used code from the master on conflicts
2014-12-15 15:45:33 +03:00
blitzmann
88074c8516
Fix fonts and lag with OS X
2014-12-11 23:25:44 -05:00
blitzmann
a603a4359a
Fixed font discrepancy from different wxPython versions.
2014-11-08 16:45:09 +02:00
blitzmann
e8041470c8
Remove / disable debugging prints
2014-08-17 23:40:22 -04:00
blitzmann
c7042f314b
Code consistency
2014-07-31 00:14:29 -04:00
blitzmann
4f64ae9f85
Added "Last Updated" stat to HTML export, resolves #128
2014-07-23 23:04:02 -04:00
blitzmann
9bbe7f7fb0
Tweak to HTML export - have ship group link to fit if only 1 fit exists
2014-03-31 00:18:22 -04:00
blitzmann
4faa2abe96
HTML can now be manually called. "Enabled" now refers to "Enable Automatic". Also, fixed nagging typo. ("HTMl" lol)
2014-03-27 22:15:34 -04:00
blitzmann
50fbda288a
Open fits at null-sec.com if not in IGB
2014-03-13 22:06:14 -04:00
blitzmann
7a33aba329
Finished visual improvements to the HTML export and removed debugging statements
2014-03-13 00:14:57 -04:00