gns3-server/gns3server/controller
grossmj e3757a8955 Tune how to get the size of SVG images. Ref https://github.com/GNS3/gns3-gui/issues/2674.
* Default for missing height/width is "100%" as defined in the SVG specification
* Better error message, if viewBox attribute is missing
* Removal of "%" in percent more fault tolerant by using rstrip("%")
2019-01-21 16:01:03 +07:00
..
gns3vm Remove "deprecated" node for VirtualBox based GNS3 VM support. Ref #1377 2019-01-16 19:22:16 +07:00
ports Merge branch '2.1' into 2.2 2018-10-04 15:44:13 +02:00
__init__.py Move appliance and template management code in their own classes. 2019-01-14 16:09:06 +07:00
appliance_manager.py Fix wrong controller method call. 2019-01-14 17:20:11 +07:00
appliance.py Use "template" to name what we use to create new nodes. 2018-11-28 16:12:58 +07:00
compute.py Fix ConnectionResetError issues and switch to aiohttp version 3.4.4. Fixes #1474. 2018-12-03 19:14:22 +08:00
controller_error.py Fix logging issues with the controller 2016-03-04 16:55:59 +01:00
drawing.py Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425 2018-10-15 17:05:49 +07:00
export_project.py Make sure nothing is named "compute server". 2018-11-27 18:14:51 +07:00
import_project.py Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425 2018-10-15 17:05:49 +07:00
link.py Fix DeprecationWarning: invalid escape sequence. Fixes https://github.com/GNS3/gns3-gui/issues/2670 2019-01-17 18:01:58 +07:00
node.py Tune how to get the size of SVG images. Ref https://github.com/GNS3/gns3-gui/issues/2674. 2019-01-21 16:01:03 +07:00
notification.py Fix issue with notification queue that prevented to properly close projects. Fix #1493 2019-01-12 16:02:36 +07:00
project.py Move appliance and template management code in their own classes. 2019-01-14 16:09:06 +07:00
snapshot.py Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425 2018-10-15 17:05:49 +07:00
symbol_themes.py Early support for symbol themes. 2018-11-23 17:27:10 +07:00
symbols.py Back to classic symbol theme. Ref https://github.com/GNS3/gns3-gui/issues/2644 2018-11-29 17:14:21 +08:00
template_manager.py Move appliance and template management code in their own classes. 2019-01-14 16:09:06 +07:00
template.py Use "template" to name what we use to create new nodes. 2018-11-28 16:12:58 +07:00
topology.py Use "template" to name what we use to create new nodes. 2018-11-28 16:12:58 +07:00
udp_link.py Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438. 2018-10-27 14:47:17 +07:00