Commit Graph

54 Commits

Author SHA1 Message Date
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
blitzmann
ec7a58c592 Update jQuery mobile and add ship group heading. 2014-03-12 18:40:53 -04:00
sakari
89b3c8dc87 Fix non ascii chars in the html export causing a crash 2012-08-08 17:45:11 +02:00
Erik Snoeijs
3270432f0b Add html export support 2012-07-08 13:51:40 +02:00
DarkPhoenix
c75ef1cc29 Show sensible tooltips for misc column 2012-03-19 16:43:35 +04:00
DarkPhoenix
8f6680acab Show data for rr/et/neuts in tracking column 2012-03-18 14:27:42 +04:00
HomeWorld
5c08b32e66 Small visual change for shipbrowser/etc 2011-11-30 23:37:35 +02:00
DarkPhoenix
3488a5d26e Rework number formatter to avoid silly stuff like formatting 999999 with precision of 3 to 1000k instead of 1M 2011-06-24 21:37:41 +04:00
DarkPhoenix
14f368a048 Update OrderedDict recipe 2011-06-22 15:18:15 +04:00
DarkPhoenix
8c0983a558 Make sure number formatter properly processes negative numbers in some cases 2011-06-11 13:58:19 +04:00
HomeWorld
c3c07c0a45 More drop shadow effects in shipbrowser 2011-06-08 19:43:11 +03:00
HomeWorld
f5b6bcadc0 Added basic ship stats as context menu for stage2, removed ship description as tooltip also. 2011-05-22 13:09:28 +03:00
HomeWorld
84d0f87eb0 Added tooltip description for stage 2 items 2011-05-22 02:32:55 +03:00
HomeWorld
b8d8e1e96e Modified gui.utils.drawUtils.RenderGradientBar/DrawGradientBar to be more consistent 2011-05-16 18:25:03 +03:00
HomeWorld
2c5565bda9 Minor visual improvement in race selection 2011-05-16 16:41:57 +03:00
HomeWorld
ee57ac0123 Moved animation effects to gui.utils.animEffects.py . Modified pygauge 2011-05-15 18:10:27 +03:00
HomeWorld
a2f7e37131 Changed the way how tab label is displayed so it cannot overlap with tab close button 2011-02-26 16:47:30 +02:00
HomeWorld
1265a6ae51 Moved WaitDialog class to gui.utils.animUtils 2011-01-16 21:04:31 +02:00
HomeWorld
07d70c2cc7 Added loading animation for shipbrowser stage 2 2011-01-16 15:19:00 +02:00
HomeWorld
6bbcd84574 Changed fit backup busy animation 2011-01-16 14:49:43 +02:00
HomeWorld
e7815bf028 Code cleanup in shipbrowser.py - moved GetRoundShape and it support func to utils.drawUtils 2011-01-14 18:11:55 +02:00
HomeWorld
76c6f47882 Lowered the gradientBar filling ratio 2010-12-22 18:56:48 +02:00
HomeWorld
adae21452a Moved and splitted util.py into gui.utils.numberFormatter and gui.utils.clipboard; GetPartialText moved into gui.utils.drawUtils.py 2010-12-22 17:57:21 +02:00
HomeWorld
11d5f37606 Moved compat.py to gui/utils folder 2010-12-22 17:42:07 +02:00
HomeWorld
15690ad3cd Shipbrowser -> drawUtils -> eye-candy stuff for DrawGradientBar (added a fill ratio) 2010-12-22 17:28:35 +02:00
HomeWorld
ff130f910c Fixed a little oopsie in gui.utils.drawUtils.DrawFilledBitmap 2010-12-09 19:52:16 +02:00
HomeWorld
7c4a63a81a Cleanup in shipbrowser items OnPaint (last step till final optimization) 2010-12-09 18:11:09 +02:00
HomeWorld
79a524f7bb Moved duplicate code from shipbrowser items OnPaint in gui.utils.drawUtils 2010-12-09 16:55:41 +02:00
HomeWorld
ee01d3e593 Changed the way chrometabs calculate its colors. Now it should look perfect on any theme. 2010-12-08 17:46:10 +02:00