Commit graph

940 commits

Author SHA1 Message Date
ghidragon
56fcce1456 GP-2875 Split Generic module into two modules to remove Gui related code from the generic module 2022-11-30 12:33:04 -05:00
Ryan Kurtz
e35efc77d8 Merge remote-tracking branch 'origin/GP-2879-dragonmacher-theme-typos'
(Closes #4779)
2022-11-30 12:21:18 -05:00
Ryan Kurtz
f816a844d5 Merge remote-tracking branch 'origin/GP-2853_Dan_debuggerDarkTheme--SQUASHED' 2022-11-30 12:14:23 -05:00
Dan
caeaff6374 GP-2853: Specify Debugger dark theme colors 2022-11-30 11:16:07 -05:00
dragonmacher
17918562fc GP-2879 - Fixed theme typos 2022-11-28 10:42:31 -05:00
Ryan Kurtz
b20f790c27 Merge remote-tracking branch
'origin/GP-2871_dragonmacher_PR-4766_astrelsky_renderer' (Closes #4758,
Closes #4766)
2022-11-25 00:59:03 -05:00
Ryan Kurtz
33d6e58f67 Merge remote-tracking branch 'origin/GP-2862_ghidragon_table_painting_4--SQUASHED' 2022-11-25 00:56:01 -05:00
dragonmacher
68a2e60d3f GP-2871 - Fixed property editor initialization to always be on the Swing
thread
2022-11-23 12:07:04 -05:00
ghidragon
2a4758caa0 GP-2862 fixing table selection colors 2022-11-23 11:01:43 -05:00
Ryan Kurtz
d0c1ef139e Merge remote-tracking branch 'origin/GP-2865_ghidragon_adding_flip_modifier_to_icons--SQUASHED' 2022-11-23 02:30:46 -05:00
Andrew Strelsky
7230df9de3
ensure the custom PropertyEditors are registered to the correct PropertyEditorFinder 2022-11-22 17:21:13 -05:00
ghidragon
75c2c08654 GP-2865 created the mirror and flip icon modifiers. Also, updated undo/redo icons 2022-11-22 15:58:28 -05:00
ghidra1
f0a8af3e8b Merge branch 'GP-2644_ghidra_LinkedFolders' 2022-11-22 12:53:18 -05:00
ghidra1
5a422c4502 GP-2509 GP-2644 Improved Ghidra URL support. Added support for Ghidra
URL linked files and folders within project.
2022-11-22 12:47:17 -05:00
Ryan Kurtz
75ddd08bbd Merge remote-tracking branch
'origin/GP-1-dragonmacher-help-headless-fix'

Conflicts:
	Ghidra/Framework/Help/src/main/java/help/GHelpBuilder.java
2022-11-19 03:43:08 -05:00
Ryan Kurtz
ed5c44335e Merge remote-tracking branch
'origin/GP-2843-dragonmacher-options-veto--SQUASHED'
2022-11-19 03:19:55 -05:00
dragonmacher
e3b7d11eea GP-2843 - Update Options Dialog to allow veto exceptions to trigger a dialog for the user and to keep the options dialog open
GP-2843 - Updated options to show the user when an option is vetoed.
2022-11-18 12:29:25 -05:00
dragonmacher
65542e9937 GHelpBuilder fix to allow theme usage in headless 2022-11-18 12:17:52 -05:00
dragonmacher
93f9e93cd7 GP-2796 - Refactor DockingApplicationLayout to be more generic 2022-11-18 11:57:32 -05:00
Ryan Kurtz
067c6ef3b2 Merge remote-tracking branch 'origin/GP-2832-dragonmacher-context-npe' 2022-11-18 01:30:57 -05:00
ghidragon
8d6cf5e310 Merge remote-tracking branch 'origin/GP-1_ghidragon_misc_small_theme_bug_fixes' 2022-11-16 14:50:15 -05:00
ghidragon
4763ce6e8a GP-1 Fixed a few minor issues with new theming code 2022-11-16 14:37:23 -05:00
Ryan Kurtz
45640e9bc6 GP-0: Removing some unneeded JVM args now that "Inverted Color Mode" is
gone
2022-11-16 08:42:19 -05:00
ghidragon
e657a70141 Merge remote-tracking branch 'origin/GP-1981_Dark_Theme' 2022-11-15 16:09:46 -05:00
dragonmacher
72e87f8e2d GP-1981 - Theme Help 2022-11-15 15:09:24 -05:00
ghidragon
edfb5a0877 GP-1981 Refactored Gui to use ThemeManager 2022-11-15 14:56:08 -05:00
ghidragon
a92a27e9f1 GP-1981 Review fixes 2022-11-15 14:56:05 -05:00
Dan
9679752523 GP-1981 Listing and Decompiler dark colors; palette updates 2022-11-15 14:56:02 -05:00
ghidragon
45c52e3cb9 GP-1981 - Updated help to allow authors to use theme image ids; updated
help to only allow modules that live on the classpath. Dpdating themd
documentation. Fixing gradle help build
2022-11-15 14:55:56 -05:00
ghidragon
c86b884daf GP-1981 added quick font adjust action, cleaned up tempColorUtils
and converted File extension icons file to use theming
2022-11-15 14:55:52 -05:00
ghidragon
45395d7575 GP-1981 converting option colors to theme colors and font usages to
theme properties
2022-11-15 14:55:49 -05:00
dragonmacher
79b95702ba GP-1981 - Theming - Icon Conversions - Software Modeling, Project,
Docking
2022-11-15 14:55:43 -05:00
ghidragon
d466dbf06b GP-1981 externalized icons for XTRA modules. Added loadIcon method in
ResourceManager. Created api for integrating Options with Theming. Fixed
issue with system property mappings. Created dynamic icons for the close
and drop-down menu item icons.
2022-11-15 14:55:32 -05:00
dragonmacher
0971c0088c GP-1981 - Theming - Base Module 2022-11-15 14:55:28 -05:00
ghidragon
dd31ff47a2 GP-1981 Added IconModifiers for sizing,translating, disabling, and
creating overlayed icons in the theme files. Also some VT icon
externalization
2022-11-15 14:55:23 -05:00
ghidragon
9a0d7892da GP-1981 Theme help and module conversions 2022-11-15 14:53:46 -05:00
dragonmacher
4eb3d8fd86 GP-9181 - Theming - Base Module 2022-11-15 14:53:43 -05:00
dragonmacher
2dade60b3e GP-1981 - Theming - Decompiler Module 2022-11-15 14:53:40 -05:00
dragonmacher
466db9efe3 GP-1981 - Theming - Docking Module 2022-11-15 14:53:38 -05:00
dragonmacher
803a9e9864 GP-1981 - Theming - Refactors for module conversions 2022-11-15 14:53:35 -05:00
dragonmacher
2f453099ba GP-1981 - Theming - Project Module 2022-11-15 14:53:30 -05:00
ghidragon
780d4b7671 GP-1981 Created font modifiers for referred fonts
and added property grouping for UIDefault colors and fonts. Also added a
lot of javadocs and unit tests. Also introduced concept of "system"
values so we can map to java LookAndFeel values

GP-1981 added "system" properties
2022-11-15 14:53:28 -05:00
dragonmacher
15e633c239 GP-1981 - Theming - Base module color conversion 2022-11-15 14:53:26 -05:00
dragonmacher
7c7d98090f GP-1981 - Theming - Version Tracking color conversion; Help css color
conversion
2022-11-15 14:53:24 -05:00
ghidragon
3f8096014f GP-1981 Added Gui.registerFont() and more java docs 2022-11-15 14:53:22 -05:00
dragonmacher
b837bd3aa3 GP-1981 - Theming - GColor migration fixes 2022-11-15 14:53:20 -05:00
ghidragon
3d9c5f0242 GP-1981 fixed Nimbus (yet again!) to update values. This time went all
the way to re-installing the LookAndFeel
2022-11-15 14:53:18 -05:00
ghidragon
bd0c1312ec GP-1981, javadocs, refactored ThemePropertFileReader, refactored
ThemeListener, fixed java property relationships for colors
2022-11-15 14:53:15 -05:00
dragonmacher
38d18751a3 GP-1981 - Support Tool - initial support tool fixes; updates to module
discovery to use the classpath in dev mode for filtering
2022-11-15 14:53:13 -05:00
ghidragon
25f7df2aa7 GP-1981 added import/export, theme listener, ThemePlugin tests, renamed
themes, deleteTheme action, zip support and got Nimbus working
2022-11-15 14:53:11 -05:00