1
1
mirror of https://github.com/dgis/xsddiagram.git synced 2024-08-17 06:20:23 +03:00
Commit Graph

39 Commits

Author SHA1 Message Date
dgis
9aedeb7ded Fix #23 with the URL base path when downloading multiple includes. 2019-12-17 18:19:59 +01:00
dgis
426844bdb1 - Add the type in the diagram with all occurences with a compact layout (from Andreas Eidmann https://github.com/dgis/xsddiagram/pull/14)
- Add a new settings windows with the options to show the type in the diagram, to show all the occurences, and to a compact layout.
2019-11-08 23:16:34 +01:00
dgis
3bec6a658e Add the fields SEQ,LASTCHILD,XSDTYPE when rendering to a txt or csv file (#22). 2019-10-21 21:10:32 +02:00
dgis
38596b87c3 Create the version 1.2! 2018-06-19 15:49:37 +02:00
dgis
0ea4e6e87d Fix the bad case sensitivity to reference the elements (#15). 2017-08-24 11:29:10 +02:00
dgis
5aa36a3b40 - Add multi-(language) documentation (https://github.com/dgis/xsddiagram/issues/8).
- Fix the URL escaping in the import (https://github.com/dgis/xsddiagram/issues/11).
- Add the attributes of an element with the option -a for text output only.
2017-02-10 18:14:01 +01:00
dgis
af7ce6ba4a Add the -no-gui option. 2016-11-24 17:26:05 +01:00
dgis
812fbb759f Add the namespace in the command line option -r (Thanks Kevin) 2016-10-21 11:36:45 +02:00
dgis
620612b050 Fix a null reference exception in the documentation (Thanks Mario M.). 2016-10-07 16:41:14 +02:00
dgis
a4cab091fa Add the infer XSD from XML menu. 2016-09-04 23:26:09 +02:00
dgis
b6bc9a5860 Improve documentation and set a min width for the element with documentation. 2016-07-08 17:21:04 +02:00
dgis
92a3502534 Fix SVG page size. 2016-03-01 19:05:09 +01:00
dgis
eec1003f76 10 years and a new version 1.0 2016-02-27 22:18:53 +01:00
dgis
97f914ff80 Fix a small issue on Linux with Mono, and more. 2016-02-27 20:50:46 +01:00
dgis
fec9ca0aaa Adjust the documentation output for the SVG format. And Prepare the version 1.0. 2016-02-27 12:58:48 +01:00
dgis
dd96573bf0 Add element selection. 2016-02-26 19:00:57 +01:00
dgis
5b15fdea88 Improve the documentation location on the diagram. 2016-02-19 17:09:58 +01:00
dgis
7f5a677588 - Improve the documentation location on the diagram.
- Fix bug when zooming the fonts.
2016-02-18 23:00:59 +01:00
dgis
b1995c0683 Update binary 2016-02-17 18:29:58 +01:00
dgis
44b5a23097 - Add the documentation in the diagram (experimental).
- Increase the icon resolution.
2016-02-17 18:24:39 +01:00
dgis
0f26397b35 - Disable the impossible actions in the menu and the toolbar when XSD file are not loaded.
- Fix an UTF8 bug when downloading from a URL.
2016-02-17 11:17:23 +01:00
dgis
6ebf6ea5ce Add a Close and Recent Files menu entries. 2016-02-17 09:01:08 +01:00
dgis
20a9dad2d0 - Fix a bug when printing with margin!
- On Linux with Mono, the horizontal and vertical scrollbars should now appear.
2016-02-15 18:43:56 +01:00
dgis
2f154c91fb Fixed the node expansion group of type 'All' (Thanks Carsten). 2015-11-20 15:08:04 +01:00
dgis
7b782b0f75 Update tests and command line usages. 2015-09-03 09:58:33 +02:00
dgis
0e40f680d7 Fix typo with "Attributes" and finalize the version 0.17 2015-09-02 17:31:16 +02:00
dgis
3a808a5413 Merge branch 'master' of https://github.com/dgis/xsddiagram
Conflicts:
	ReadMe.txt
	XSDDiagram.exe
	XSDDiagramConsole.exe
2014-10-29 13:09:02 +01:00
dgis
e731f73521 Prepare the version 0.17 2014-10-29 12:56:31 +01:00
dgis
54951474aa Add txt and csv renderer with basic fields selection. 2014-01-13 18:26:37 +01:00
dgis
d7f2cfda90 Last check for the version 0.16 2013-01-23 16:25:01 +01:00
dgis
4bbee6e10c Minor update (Readme and 2010.csproj) 2013-01-23 15:47:23 +01:00
dgis
801873b42d Add a dialog to download a XSD file and all its dependencies. 2013-01-23 18:53:39 +01:00
dgis
2dfa7eeaf8 Fix an issue to prevent the cylcles in the imported file. 2013-01-16 20:36:49 +01:00
dgis
7d696ae57b Show the enumerates documentation.
Add Ctrl+0 to reset the zoom.
Fix the version number on the exe, and update the copyright year.
2013-01-13 20:00:27 +01:00
dgis
4b1f230cdc Additions:
- Accept all kind of https certificates when the xsd dependencies (import or include) point to a TLS/SSL url.
- Prompt the user to authenticate when the xsd dependencies (import or include) point toward a secured url.
- Add the corresponding command line "-u USERNAME" and "-p PASSWORD" options to authenticate the url download.
- It is now possible to drag'n drop an url pointing to a xsd file on the main window.

Merge branch 'master' of https://github.com/dgis/xsddiagram

Conflicts:
	ReadMe.txt
2012-12-01 17:40:00 +01:00
Regis Cosnier
88f1d42de3 I forget the 0.12 in the readme.txt file 2012-09-19 15:49:37 +02:00
Regis Cosnier
12dfe4d5a1 version 0.12 (2012-09-19)
- Improve the error message in case the image is too big to be generated.
- Some element (complex type derived from a restriction) could cause an exception. These element are now display but can not be expanded.
2012-09-19 15:14:04 +02:00
Regis Cosnier
9ebc2d3fa8 - Fix some hashtable to dictionary issues due to the previous refactoring. 2012-07-23 12:18:41 +02:00
dgis
29b9e8070d Finalyse the version 0.10 2011-12-18 17:24:23 +01:00