Fix #5829 - Messing around with flutter API
authorAlan Knowles <alan@roojs.com>
Wed, 16 Sep 2020 08:48:54 +0000 (16:48 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 16 Sep 2020 08:48:54 +0000 (16:48 +0800)
commit3ebe55bb39f2089ca4b72871c485718daa7234c4
tree86c735a712b6c3896a1bbff1417a9b2924656d60
parent03bf0f74c2232e59d8149c55a05e0a369ed32171
Fix #5829 - Messing around with flutter API
67 files changed:
.gitignore
INSTALL
configure.ac
debian/README [new file with mode: 0644]
debian/README.Debian [new file with mode: 0644]
debian/README.source [new file with mode: 0644]
debian/autoreconf.after [new file with mode: 0644]
debian/autoreconf.before [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/debhelper-build-stamp [new file with mode: 0644]
debian/files [new file with mode: 0644]
debian/manpage.1.ex [new file with mode: 0644]
debian/manpage.sgml.ex [new file with mode: 0644]
debian/manpage.xml.ex [new file with mode: 0644]
debian/menu.ex [new file with mode: 0644]
debian/postinst.ex [new file with mode: 0644]
debian/postrm.ex [new file with mode: 0644]
debian/preinst.ex [new file with mode: 0644]
debian/prerm.ex [new file with mode: 0644]
debian/roobuilder-docs.docs [new file with mode: 0644]
debian/roobuilder.cron.d.ex [new file with mode: 0644]
debian/roobuilder.doc-base.EX [new file with mode: 0644]
debian/roobuilder.substvars [new file with mode: 0644]
debian/roobuilder/DEBIAN/control [new file with mode: 0644]
debian/roobuilder/DEBIAN/md5sums [new file with mode: 0644]
debian/roobuilder/usr/bin/roobuilder [new file with mode: 0755]
debian/roobuilder/usr/share/applications/roobuilder.desktop [new file with mode: 0644]
debian/roobuilder/usr/share/doc/roobuilder/README.Debian [new file with mode: 0644]
debian/roobuilder/usr/share/doc/roobuilder/changelog.gz [new file with mode: 0644]
debian/roobuilder/usr/share/doc/roobuilder/copyright [new file with mode: 0644]
debian/roobuilder/usr/share/icons/hicolor/16x16/apps/roobuilder.png [new file with mode: 0644]
debian/roobuilder/usr/share/icons/hicolor/22x22/apps/roobuilder.png [new file with mode: 0644]
debian/roobuilder/usr/share/icons/hicolor/24x24/apps/roobuilder.png [new file with mode: 0644]
debian/roobuilder/usr/share/icons/hicolor/32x32/apps/roobuilder.png [new file with mode: 0644]
debian/roobuilder/usr/share/icons/hicolor/48x48/apps/roobuilder.png [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
notes/flutter.txt [new file with mode: 0644]
org.roojs.roobuilder.json [new file with mode: 0644]
src/Application.vala
src/Builder4/DialogNewComponent.bjs
src/Builder4/DialogNewComponent.vala
src/Builder4/EditProject.bjs
src/Builder4/EditProject.vala
src/Builder4/MainWindow.bjs
src/Builder4/PopoverFileDetails.bjs
src/Builder4/PopoverFileDetails.vala
src/Builder4/WindowRightPalete.bjs
src/Builder4/config1.builder
src/JsRender/Flutter.vala [new file with mode: 0644]
src/JsRender/JsRender.vala
src/Main.vala
src/Makefile.am
src/Palete/Flutter.vala [new file with mode: 0644]
src/Palete/Gtk.vala
src/Palete/Javascript.vala
src/Palete/Palete.vala
src/Palete/Roo.vala
src/Project/Flutter.vala [new file with mode: 0644]
src/Project/Project.vala
src/Resources.vala
tools/flutter_extract.php [new file with mode: 0644]
tools/flutter_nodes.php [new file with mode: 0644]
tools/flutter_sqlite.php [new file with mode: 0644]