Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added attribute filteringHEADmaster | njames | 2017-08-25 | 6 | -26/+81 |
| | | | | Processes serverwizShow tag and enables attribute filtering Also fixes xml ordering dependency | ||||
* | Default attribute value overwritten by target type | njames | 2017-06-20 | 2 | -2/+8 |
| | | | | | If target_type default attribute was blank, it was overwriting attribute_type default value. this fix checks for a non-empty default value before assigning to children. | ||||
* | Force top level name in hierarchy include position | njames | 2017-02-09 | 2 | -3/+7 |
| | | | For example sys would become sys-0 | ||||
* | Move attribute inheritance until all libraries are loaded | njames | 2017-01-10 | 2 | -16/+28 |
| | |||||
* | Read targetTypeExtension tag from target_types_hb.xml | njames | 2017-01-09 | 1 | -11/+14 |
| | |||||
* | Rebase always even after a reset | njames | 2017-01-09 | 1 | -6/+5 |
| | |||||
* | Add capability to merge multiple target type xmls | njames | 2016-10-21 | 1 | -3/+11 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Make 'Manage Library' button slightly wider | njames | 2016-09-15 | 1 | -2/+2 |
| | |||||
* | Add message box when cloning is complete | njames | 2016-09-15 | 1 | -14/+17 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Change font on bus tab label | njames | 2016-09-15 | 1 | -0/+1 |
| | |||||
* | Add XML converter from old to new format | njames | 2016-09-14 | 1 | -3/+69 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Change Progress bar to stdout progress monitor | njames | 2016-09-11 | 1 | -12/+15 |
| | | | | | The Progress bar popup was hanging MacOS Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Add height to tabbed folder | njames | 2016-09-11 | 1 | -2/+4 |
| | | | | | Bottom of tabbed folder was being cutoff in some OS's. Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Don't load XML if wrong version detected. | njames | 2016-09-11 | 1 | -0/+1 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | No longer use zip archive of xml files. | njames | 2016-09-08 | 1 | -4/+0 |
| | | | | | The xml is now downloaded from git directly with a git client. Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Change all fonts to Arial. | njames | 2016-09-08 | 1 | -0/+6 |
| | | | | | Default font does not render well in Linux. Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Updated licensing header | njames | 2016-09-07 | 1 | -10/+10 |
| | | | Norman James <nkskjames@gmail.com> | ||||
* | Change font so dialog renders better under Linux | njames | 2016-09-07 | 1 | -2/+7 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Add comments | njames | 2016-09-07 | 1 | -13/+20 |
| | | | Norman James <nkskjames@gmail.com> | ||||
* | Make git error message more clear | njames | 2016-09-07 | 1 | -1/+1 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Change font for dialog boxes | njames | 2016-09-07 | 2 | -20/+86 |
| | | | | | Buttons were not rendering correctly under Linux Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Change wording on Manage Library button | njames | 2016-09-06 | 1 | -2/+2 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Change password prompt to a modal dialog box. | njames | 2016-09-06 | 3 | -11/+25 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Add delete confirmation of github repository | njames | 2016-09-04 | 1 | -0/+9 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Remove unused imports | njames | 2016-09-04 | 2 | -4/+1 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Remove unused imports | njames | 2016-09-04 | 1 | -19/+1 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Rework git interface | njames | 2016-09-04 | 3 | -34/+59 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Check for library, and clone from git if not present | njames | 2016-09-04 | 1 | -13/+16 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Read preferences and allow custom library directory | njames | 2016-09-04 | 1 | -1/+62 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Add Git Client for xml library management | njames | 2016-09-02 | 6 | -80/+871 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Keep track of already loaded libraries | njames | 2016-09-02 | 1 | -6/+53 |
| | | | | | Reloading a library can cause duplicates in library model Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Move the combining of attributes and global settings to model | njames | 2016-09-02 | 1 | -3/+9 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Remove unused imports | njames | 2016-09-02 | 1 | -0/+1 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Remove commented code | njames | 2016-08-31 | 1 | -3/+0 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | increase height of show hidden checkbox | njames | 2016-08-26 | 1 | -6/+1 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Fix the Widget is disposed exception under Linux | njames | 2016-08-26 | 1 | -20/+5 |
| | | | | | Listener that expanding column was not checking if widget was disposed Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Removed carriage returns from attribute description. | njames | 2016-08-26 | 1 | -2/+10 |
| | | | | | Linux was wrapping cell and making rows very tall. Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | load library files in alphabetical order so dependencies can be enforced | njames | 2016-08-26 | 1 | -4/+9 |
| | |||||
* | update button sizes | njames | 2016-08-25 | 1 | -6/+22 |
| | |||||
* | Major refactor for P9: | njames | 2016-08-25 | 34 | -1143/+1823 |
| | | | | | | | | - cleaned up package organization - added html summary - breakout parts library into seperate files - added support for external parts library - cleaned up MVC cheats - removed unused methods | ||||
* | add -X flag for Mac | njames | 2015-11-12 | 1 | -3/+3 |
| | |||||
* | support for mac OS | njames | 2015-11-12 | 1 | -1/+10 |
| | |||||
* | Start using hostboot attribute_types.xml and attribute_types_hb.xml | njames | 2015-10-24 | 3 | -173/+0 |
| | | | directly in build | ||||
* | Changed HashMaps to TreeMaps so saved XML will be sorted by key | njames | 2015-10-24 | 3 | -11/+13 |
| | | | therefore making diffs and merges easier | ||||
* | removed check for library target for cards | njames | 2015-05-08 | 1 | -2/+2 |
| | |||||
* | added version | njames | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | organized imports | njames | 2015-05-07 | 3 | -22/+1 |
| | |||||
* | added os.arch print | njames | 2015-03-04 | 1 | -0/+1 |
| | |||||
* | seperated library mgmt from github mgmt | njames | 2015-03-04 | 1 | -0/+63 |
| | |||||
* | added popup console | njames | 2015-03-04 | 9 | -128/+101 |
| |