Commit Graph

75 Commits

Author SHA1 Message Date
DarkPhoenix
72fc560241 Make all secondary windows closable by ESC 2019-04-21 19:34:14 +03:00
DarkPhoenix
febc98045c Remove some GTK-specific close buttons (as gnome now has close titlebar in dialogs for a while) and resize some dialogs 2019-04-18 16:58:28 +03:00
Ryan Holmes
1082d8a173 fix fix fix 2017-07-02 23:45:28 -04:00
Ryan Holmes
2bbcd96ce3 Even more fixes 2017-06-13 15:01:30 -04:00
Ryan Holmes
8e4db5a8c3 Do some renaming of some files 2017-06-12 18:08:07 -04:00
Ryan Holmes
828b18d0fd py2to3 automatic conversion. Woot! 2017-06-12 16:12:45 -04: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
64070a0798 Revert commit 7865219164 This causes too much grief as we are getting a lot of default values from the database. These *SHOULD* be defined, but will have to be done later. 2017-02-09 09:36:16 -08:00
Ebag333
7865219164 Add a ton of default values 2017-02-09 00:56:33 -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
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
blitzmann
b9f0812b38 Fix issue with entity editor and wxPython 2.8 2016-06-28 23:24:01 -04:00
Ebag333
ea106b6064 Updated to round values that are floats to int
Only ints are handled currently, if you throw a float at it, you'll get
a stacktrace.  This is just a little safety to convert it to an int, so
if we somehow get a float (like via database injection/modification), we
quietly convert it to the expected format
2016-06-12 17:24:49 -07:00
blitzmann
d4e5f8d165 Fix damage profile / target resists editor (#587) 2016-05-02 20:06:53 -04:00
blitzmann
1669a5434c Removing debugging 2016-04-28 00:42:09 -04:00
blitzmann
3315d27d45 Applied entity editor to resist editor.
Fixed issue with checking for same name in validator.
Center dialogs on parents to make it look nicer
2016-03-27 22:12:59 -04:00
blitzmann
c3dcdb0686 Entity = characters, damage profiles... anything with the generic drop down list of entities along with new/rename/etc buttons. This commit starts refactoring how we handle this, hopefully simplifying the process to a series of dialogs rather than trying to manage multiple control in the window. 2016-03-27 21:48:19 -04:00
blitzmann
e9d02ce4c8 Change to use BitmapLoader class 2015-09-24 12:21:50 -04:00
blitzmann
474f270b26 Change to new icon locations 2015-09-24 12:17:17 -04:00
blitzmann
e7264108dd Fix #287 2015-05-05 23:23:38 -04:00
blitzmann
0bc9264c28 Fix #268 2015-04-08 23:43:56 -04:00
blitzmann
694a2a3d9b Fix #267 2015-03-23 21:21:38 -04:00
blitzmann
ef62f102bc Fix #256 2015-02-07 21:15:23 -05:00
blitzmann
059af217aa Fix #246 2015-01-08 15:04:22 -05:00
blitzmann
035443b4ff We now use EFT-style import/exports for damage profiles.
Also, percentages now shown next to damage amount instead of foot (where notifications are going)
2014-09-03 14:56:44 -04:00
blitzmann
0e10ac3928 Damage Pattern editor cleanup / GUI improvements 2014-09-03 13:52:42 -04:00
blitzmann
c7042f314b Code consistency 2014-07-31 00:14:29 -04:00
DarkPhoenix
fb46f742dd Add close button to damage pattern editor 2011-12-23 22:50:15 +04:00
HomeWorld
76692bc451 Do not allow creation of empty names damage patterns, this fixes #366 2011-12-14 22:18:20 +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
DarkPhoenix
243291959f Revert "Resolve 352 (Clean up root folder)"
This reverts commit cede27f1b2.
2010-12-18 13:46:36 +03:00
DarkPhoenix
cede27f1b2 Resolve 352 (Clean up root folder) 2010-12-18 13:34:51 +03:00
HomeWorld
261b79f95c Force enable edits/buttons after creating a new dmg pattern 2010-12-04 14:32:42 +02:00
HomeWorld
817124028e Reverted dmg pattern edits to IntCtrl 2010-12-04 14:25:54 +02:00
HomeWorld
ae34992acf Use a better FloatCtrl in patternEditor 2010-11-28 12:09:36 +02:00
HomeWorld
c06e164fb1 Use NumCtrl instead of IntCtrl (we want floats in dmg pattern editor), ignore bad data in dmg pattern import service 2010-11-28 11:43:32 +02:00
Corollax
c8022f333e Refactored toClipboard() and fromClipboard()
They are now handy-dandy functions in util.py. Huzzah! =D
2010-11-20 07:44:34 -06:00
Corollax
0a5fd3119d Fixed a bug with the Selected Ammo pattern
Apparently is != ==

Please define what "is" is. </BillClinton>
2010-11-20 07:18:48 -06:00
Corollax
c2f115b310 Make the Uniform damage pattern show up
But don't let it be deletable
2010-11-20 07:08:56 -06:00
Corollax
e433af751d Cleaned up the format string
Much more readable now, but still not perfect :\
2010-11-20 07:04:44 -06:00
Corollax
e4ae3e4417 Added status updates!
That was surprisingly easy O,o
2010-11-20 06:56:04 -06:00
Corollax
24b7c50b0a Added import/export support
Export works swimmingly, but import is slow and I can't figure out why.
2010-11-20 06:48:17 -06:00
Corollax
0b191623ad Export is now working. Import in progress.
Partial commits are good? Easy to revert, yes? I hope? :(
2010-11-20 05:11:27 -06:00
Corollax
ba6d370a0e Made some limited progress on the damage editor
Can't keep my eyes open anymore :(
2010-11-19 08:32:36 -06:00
HomeWorld
b3d9d80c84 Merge branch 'master' of evefit.org:pyfa 2010-11-19 13:44:12 +02:00
HomeWorld
cce1d988b9 Fixed an oopsie 2010-11-19 13:44:05 +02:00
Corollax
ea38fc6c60 Grouped a few lines together to make it readable
Thermal icon lines are with thermal damage box, kinetic with kinetic, etc.
2010-11-19 05:42:01 -06:00
HomeWorld
ffd972f24e Realign stuff in dmgpattern editor 2010-11-19 13:36:35 +02:00