summaryrefslogtreecommitdiffstats
path: root/src/com/ibm
Commit message (Collapse)AuthorAgeFilesLines
* Added attribute filteringHEADmasternjames2017-08-256-26/+81
| | | | Processes serverwizShow tag and enables attribute filtering Also fixes xml ordering dependency
* Default attribute value overwritten by target typenjames2017-06-202-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 positionnjames2017-02-092-3/+7
| | | For example sys would become sys-0
* Move attribute inheritance until all libraries are loadednjames2017-01-102-16/+28
|
* Read targetTypeExtension tag from target_types_hb.xmlnjames2017-01-091-11/+14
|
* Rebase always even after a resetnjames2017-01-091-6/+5
|
* Add capability to merge multiple target type xmlsnjames2016-10-211-3/+11
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Make 'Manage Library' button slightly widernjames2016-09-151-2/+2
|
* Add message box when cloning is completenjames2016-09-151-14/+17
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Change font on bus tab labelnjames2016-09-151-0/+1
|
* Add XML converter from old to new formatnjames2016-09-141-3/+69
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Change Progress bar to stdout progress monitornjames2016-09-111-12/+15
| | | | | The Progress bar popup was hanging MacOS Signed-off-by: Norman James <nkskjames@gmail.com>
* Add height to tabbed foldernjames2016-09-111-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.njames2016-09-111-0/+1
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* No longer use zip archive of xml files.njames2016-09-081-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.njames2016-09-081-0/+6
| | | | | Default font does not render well in Linux. Signed-off-by: Norman James <nkskjames@gmail.com>
* Change font so dialog renders better under Linuxnjames2016-09-071-2/+7
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Add commentsnjames2016-09-071-13/+20
| | | Norman James <nkskjames@gmail.com>
* Make git error message more clearnjames2016-09-071-1/+1
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Change font for dialog boxesnjames2016-09-072-20/+86
| | | | | Buttons were not rendering correctly under Linux Signed-off-by: Norman James <nkskjames@gmail.com>
* Change wording on Manage Library buttonnjames2016-09-061-2/+2
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Change password prompt to a modal dialog box.njames2016-09-063-11/+25
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Add delete confirmation of github repositorynjames2016-09-041-0/+9
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Remove unused importsnjames2016-09-042-4/+1
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Remove unused importsnjames2016-09-041-19/+1
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Rework git interfacenjames2016-09-043-34/+59
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Check for library, and clone from git if not presentnjames2016-09-041-13/+16
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Read preferences and allow custom library directorynjames2016-09-041-1/+62
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Add Git Client for xml library managementnjames2016-09-026-80/+871
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Keep track of already loaded librariesnjames2016-09-021-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 modelnjames2016-09-021-3/+9
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Remove unused importsnjames2016-09-021-0/+1
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Remove commented codenjames2016-08-311-3/+0
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* increase height of show hidden checkboxnjames2016-08-261-6/+1
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Fix the Widget is disposed exception under Linuxnjames2016-08-261-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.njames2016-08-261-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 enforcednjames2016-08-261-4/+9
|
* update button sizesnjames2016-08-251-6/+22
|
* Major refactor for P9:njames2016-08-2534-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 Macnjames2015-11-121-3/+3
|
* support for mac OSnjames2015-11-121-1/+10
|
* Start using hostboot attribute_types.xml and attribute_types_hb.xmlnjames2015-10-243-173/+0
| | | directly in build
* Changed HashMaps to TreeMaps so saved XML will be sorted by keynjames2015-10-243-11/+13
| | | therefore making diffs and merges easier
* removed check for library target for cardsnjames2015-05-081-2/+2
|
* added versionnjames2015-05-071-1/+1
|
* organized importsnjames2015-05-073-22/+1
|
* added os.arch printnjames2015-03-041-0/+1
|
* seperated library mgmt from github mgmtnjames2015-03-041-0/+63
|
* added popup consolenjames2015-03-049-128/+101
|
* increased logfile sizenjames2015-03-022-2/+4
|
OpenPOWER on IntegriCloud