├── .gitattributes ├── .gitignore ├── .gitmodules ├── .idea ├── .name ├── EliteTSP.iml ├── codeStyleSettings.xml ├── codeStyles │ ├── Project.xml │ └── codeStyleConfig.xml ├── dictionaries │ └── neotron.xml ├── encodings.xml ├── fileTemplates │ ├── includes │ │ └── C File Header.h │ └── internal │ │ └── C++ Class Header.h ├── misc.xml ├── modules.xml ├── runConfigurations │ └── EDPathFinder.xml └── vcs.xml ├── CMakeLists.txt ├── LICENSE ├── Makefile.in ├── README.md ├── cmake ├── MacOSXBundleInfo.plist.in ├── QtCommon.cmake ├── appdmg.json ├── installer.nsi.in └── windows_metafile.rc.in ├── deps └── openssl │ ├── HashInfo-OpenSSL.txt │ ├── HashInfo.txt │ ├── OpenSSL License.txt │ ├── ReadMe.txt │ ├── libeay32.dll │ └── ssleay32.dll ├── resources ├── .gitattributes ├── background.png ├── background@2x.png ├── basetypes.csv ├── body_distances.json ├── dbdump.csv ├── icon512.icns ├── icon512.ico ├── icon512.png ├── iconsplash.png ├── legend.jpg ├── noimage.png ├── presets │ ├── crashsites.json │ ├── engineers.json │ ├── generation.json │ ├── inra.json │ └── presets.qrc ├── resources1.qrc ├── resources2.qrc ├── resources4.qrc ├── systems.txt.gz ├── valsys.qrc.tmpl └── valsys │ ├── valsys-aa.gz │ ├── valsys-aa.qrc │ ├── valsys-ab.gz │ ├── valsys-ab.qrc │ ├── valsys-ac.gz │ ├── valsys-ac.qrc │ ├── valsys-ad.gz │ ├── valsys-ad.qrc │ ├── valsys-ae.gz │ ├── valsys-ae.qrc │ ├── valsys-af.gz │ ├── valsys-af.qrc │ ├── valsys-ag.gz │ ├── valsys-ag.qrc │ ├── valsys-ah.gz │ ├── valsys-ah.qrc │ ├── valsys-ai.gz │ ├── valsys-ai.qrc │ ├── valsys-aj.gz │ ├── valsys-aj.qrc │ ├── valsys-ak.gz │ ├── valsys-ak.qrc │ ├── valsys-al.gz │ ├── valsys-al.qrc │ ├── valsys-am.gz │ ├── valsys-am.qrc │ ├── valsys-an.gz │ ├── valsys-an.qrc │ ├── valsys-ao.gz │ ├── valsys-ao.qrc │ ├── valsys-ap.gz │ ├── valsys-ap.qrc │ ├── valsys-aq.gz │ ├── valsys-aq.qrc │ ├── valsys-ar.gz │ ├── valsys-ar.qrc │ ├── valsys-as.gz │ ├── valsys-as.qrc │ ├── valsys-at.gz │ ├── valsys-at.qrc │ ├── valsys-au.gz │ ├── valsys-au.qrc │ ├── valsys-av.gz │ ├── valsys-av.qrc │ ├── valsys-aw.gz │ ├── valsys-aw.qrc │ ├── valsys-ax.gz │ ├── valsys-ax.qrc │ ├── valsys-ay.gz │ ├── valsys-ay.qrc │ ├── valsys-az.gz │ ├── valsys-az.qrc │ ├── valsys-ba.gz │ ├── valsys-ba.qrc │ ├── valsys-bb.gz │ ├── valsys-bb.qrc │ ├── valsys-bc.gz │ ├── valsys-bc.qrc │ ├── valsys-bd.gz │ ├── valsys-bd.qrc │ ├── valsys-be.gz │ ├── valsys-be.qrc │ ├── valsys-bf.gz │ ├── valsys-bf.qrc │ ├── valsys-bg.gz │ ├── valsys-bg.qrc │ ├── valsys-bh.gz │ ├── valsys-bh.qrc │ ├── valsys-bi.gz │ ├── valsys-bi.qrc │ ├── valsys-bj.gz │ ├── valsys-bj.qrc │ ├── valsys-bk.gz │ ├── valsys-bk.qrc │ ├── valsys-bl.gz │ ├── valsys-bl.qrc │ ├── valsys-bm.gz │ ├── valsys-bm.qrc │ ├── valsys-bn.gz │ ├── valsys-bn.qrc │ ├── valsys-bo.gz │ ├── valsys-bo.qrc │ ├── valsys-bp.gz │ ├── valsys-bp.qrc │ ├── valsys-bq.gz │ ├── valsys-bq.qrc │ ├── valsys-br.gz │ ├── valsys-br.qrc │ ├── valsys-bs.gz │ ├── valsys-bs.qrc │ ├── valsys-bt.gz │ ├── valsys-bt.qrc │ ├── valsys-bu.gz │ ├── valsys-bu.qrc │ ├── valsys-bv.gz │ ├── valsys-bv.qrc │ ├── valsys-bw.gz │ ├── valsys-bw.qrc │ ├── valsys-bx.gz │ ├── valsys-bx.qrc │ ├── valsys-by.gz │ ├── valsys-by.qrc │ ├── valsys-bz.gz │ ├── valsys-bz.qrc │ ├── valsys-ca.gz │ ├── valsys-ca.qrc │ ├── valsys-cb.gz │ ├── valsys-cb.qrc │ ├── valsys-cc.gz │ ├── valsys-cc.qrc │ ├── valsys-cd.gz │ ├── valsys-cd.qrc │ ├── valsys-ce.gz │ ├── valsys-ce.qrc │ ├── valsys-cf.gz │ ├── valsys-cf.qrc │ ├── valsys-cg.gz │ ├── valsys-cg.qrc │ ├── valsys-ch.gz │ ├── valsys-ch.qrc │ ├── valsys-ci.gz │ ├── valsys-ci.qrc │ ├── valsys-cj.gz │ ├── valsys-cj.qrc │ ├── valsys-ck.gz │ ├── valsys-ck.qrc │ ├── valsys-cl.gz │ ├── valsys-cl.qrc │ ├── valsys-cm.gz │ ├── valsys-cm.qrc │ ├── valsys-cn.gz │ ├── valsys-cn.qrc │ ├── valsys-co.gz │ ├── valsys-co.qrc │ ├── valsys-cp.gz │ ├── valsys-cp.qrc │ ├── valsys-cq.gz │ ├── valsys-cq.qrc │ ├── valsys-cr.gz │ ├── valsys-cr.qrc │ ├── valsys-cs.gz │ ├── valsys-cs.qrc │ ├── valsys-ct.gz │ ├── valsys-ct.qrc │ ├── valsys-cu.gz │ ├── valsys-cu.qrc │ ├── valsys-cv.gz │ ├── valsys-cv.qrc │ ├── valsys-cw.gz │ ├── valsys-cw.qrc │ ├── valsys-cx.gz │ ├── valsys-cx.qrc │ ├── valsys-cy.gz │ ├── valsys-cy.qrc │ ├── valsys-cz.gz │ ├── valsys-cz.qrc │ ├── valsys-da.gz │ ├── valsys-da.qrc │ ├── valsys-db.gz │ ├── valsys-db.qrc │ ├── valsys-dc.gz │ ├── valsys-dc.qrc │ ├── valsys-dd.gz │ ├── valsys-dd.qrc │ ├── valsys-de.gz │ ├── valsys-de.qrc │ ├── valsys-df.gz │ ├── valsys-df.qrc │ ├── valsys-dg.gz │ ├── valsys-dg.qrc │ ├── valsys-dh.gz │ ├── valsys-dh.qrc │ ├── valsys-di.gz │ ├── valsys-di.qrc │ ├── valsys-dj.gz │ ├── valsys-dj.qrc │ ├── valsys-dk.gz │ ├── valsys-dk.qrc │ ├── valsys-dl.gz │ ├── valsys-dl.qrc │ ├── valsys-dm.gz │ ├── valsys-dm.qrc │ ├── valsys-dn.gz │ ├── valsys-dn.qrc │ ├── valsys-do.gz │ ├── valsys-do.qrc │ ├── valsys-dp.gz │ ├── valsys-dp.qrc │ ├── valsys-dq.gz │ ├── valsys-dq.qrc │ ├── valsys-dr.gz │ ├── valsys-dr.qrc │ ├── valsys-ds.gz │ ├── valsys-ds.qrc │ ├── valsys-dt.gz │ ├── valsys-dt.qrc │ ├── valsys-du.gz │ ├── valsys-du.qrc │ ├── valsys-dv.gz │ ├── valsys-dv.qrc │ ├── valsys-dw.gz │ ├── valsys-dw.qrc │ ├── valsys-dx.gz │ ├── valsys-dx.qrc │ ├── valsys-dy.gz │ ├── valsys-dy.qrc │ ├── valsys-dz.gz │ ├── valsys-dz.qrc │ ├── valsys-ea.gz │ ├── valsys-ea.qrc │ ├── valsys-eb.gz │ ├── valsys-eb.qrc │ ├── valsys-ec.gz │ ├── valsys-ec.qrc │ ├── valsys-ed.gz │ ├── valsys-ed.qrc │ ├── valsys-ee.gz │ ├── valsys-ee.qrc │ ├── valsys-ef.gz │ ├── valsys-ef.qrc │ ├── valsys-eg.gz │ ├── valsys-eg.qrc │ ├── valsys-eh.gz │ ├── valsys-eh.qrc │ ├── valsys-ei.gz │ ├── valsys-ei.qrc │ ├── valsys-ej.gz │ ├── valsys-ej.qrc │ ├── valsys-ek.gz │ ├── valsys-ek.qrc │ ├── valsys-el.gz │ ├── valsys-el.qrc │ ├── valsys-em.gz │ ├── valsys-em.qrc │ ├── valsys-en.gz │ ├── valsys-en.qrc │ ├── valsys-eo.gz │ ├── valsys-eo.qrc │ ├── valsys-ep.gz │ ├── valsys-ep.qrc │ ├── valsys-eq.gz │ ├── valsys-eq.qrc │ ├── valsys-er.gz │ ├── valsys-er.qrc │ ├── valsys-es.gz │ ├── valsys-es.qrc │ ├── valsys-et.gz │ ├── valsys-et.qrc │ ├── valsys-eu.gz │ ├── valsys-eu.qrc │ ├── valsys-ev.gz │ ├── valsys-ev.qrc │ ├── valsys-ew.gz │ ├── valsys-ew.qrc │ ├── valsys-ex.gz │ ├── valsys-ex.qrc │ ├── valsys-ey.gz │ ├── valsys-ey.qrc │ ├── valsys-ez.gz │ ├── valsys-ez.qrc │ ├── valsys-fa.gz │ ├── valsys-fa.qrc │ ├── valsys-fb.gz │ ├── valsys-fb.qrc │ ├── valsys-fc.gz │ ├── valsys-fc.qrc │ ├── valsys-fd.gz │ ├── valsys-fd.qrc │ ├── valsys-fe.gz │ ├── valsys-fe.qrc │ ├── valsys-ff.gz │ ├── valsys-ff.qrc │ ├── valsys-fg.gz │ ├── valsys-fg.qrc │ ├── valsys-fh.gz │ ├── valsys-fh.qrc │ ├── valsys-fi.gz │ ├── valsys-fi.qrc │ ├── valsys-fj.gz │ ├── valsys-fj.qrc │ ├── valsys-fk.gz │ ├── valsys-fk.qrc │ ├── valsys-fl.gz │ ├── valsys-fl.qrc │ ├── valsys-fm.gz │ ├── valsys-fm.qrc │ ├── valsys-fn.gz │ ├── valsys-fn.qrc │ ├── valsys-fo.gz │ ├── valsys-fo.qrc │ ├── valsys-fp.gz │ ├── valsys-fp.qrc │ ├── valsys-fq.gz │ ├── valsys-fq.qrc │ ├── valsys-fr.gz │ ├── valsys-fr.qrc │ ├── valsys-fs.gz │ ├── valsys-fs.qrc │ ├── valsys-ft.gz │ ├── valsys-ft.qrc │ ├── valsys-fu.gz │ ├── valsys-fu.qrc │ ├── valsys-fv.gz │ ├── valsys-fv.qrc │ ├── valsys-fw.gz │ ├── valsys-fw.qrc │ ├── valsys-fx.gz │ ├── valsys-fx.qrc │ ├── valsys-fy.gz │ ├── valsys-fy.qrc │ ├── valsys-fz.gz │ ├── valsys-fz.qrc │ ├── valsys-ga.gz │ ├── valsys-ga.qrc │ ├── valsys-gb.gz │ ├── valsys-gb.qrc │ ├── valsys-gc.gz │ ├── valsys-gc.qrc │ ├── valsys-gd.gz │ ├── valsys-gd.qrc │ ├── valsys-ge.gz │ ├── valsys-ge.qrc │ ├── valsys-gf.gz │ ├── valsys-gf.qrc │ ├── valsys-gg.gz │ ├── valsys-gg.qrc │ ├── valsys-gh.gz │ ├── valsys-gh.qrc │ ├── valsys-gi.gz │ ├── valsys-gi.qrc │ ├── valsys-gj.gz │ ├── valsys-gj.qrc │ ├── valsys-gk.gz │ ├── valsys-gk.qrc │ ├── valsys-gl.gz │ ├── valsys-gl.qrc │ ├── valsys-gm.gz │ ├── valsys-gm.qrc │ ├── valsys-gn.gz │ ├── valsys-gn.qrc │ ├── valsys-go.gz │ ├── valsys-go.qrc │ ├── valsys-gp.gz │ ├── valsys-gp.qrc │ ├── valsys-gq.gz │ ├── valsys-gq.qrc │ ├── valsys-gr.gz │ ├── valsys-gr.qrc │ ├── valsys-gs.gz │ ├── valsys-gs.qrc │ ├── valsys-gt.gz │ ├── valsys-gt.qrc │ ├── valsys-gu.gz │ ├── valsys-gu.qrc │ ├── valsys-gv.gz │ ├── valsys-gv.qrc │ ├── valsys-gw.gz │ ├── valsys-gw.qrc │ ├── valsys-gx.gz │ ├── valsys-gx.qrc │ ├── valsys-gy.gz │ ├── valsys-gy.qrc │ ├── valsys-gz.gz │ ├── valsys-ha.gz │ ├── valsys-ha.qrc │ ├── valsys-hb.gz │ ├── valsys-hb.qrc │ ├── valsys-hc.gz │ ├── valsys-hc.qrc │ ├── valsys-hd.gz │ ├── valsys-hd.qrc │ ├── valsys-he.gz │ ├── valsys-he.qrc │ ├── valsys-hf.gz │ ├── valsys-hf.qrc │ ├── valsys-hg.gz │ ├── valsys-hg.qrc │ ├── valsys-hh.gz │ ├── valsys-hh.qrc │ ├── valsys-hi.gz │ ├── valsys-hi.qrc │ ├── valsys-hj.gz │ ├── valsys-hj.qrc │ ├── valsys-hk.gz │ ├── valsys-hk.qrc │ ├── valsys-hl.gz │ ├── valsys-hl.qrc │ ├── valsys-hm.gz │ ├── valsys-hm.qrc │ ├── valsys-hn.gz │ ├── valsys-hn.qrc │ ├── valsys-ho.gz │ ├── valsys-ho.qrc │ ├── valsys-hp.gz │ ├── valsys-hp.qrc │ ├── valsys-hq.gz │ ├── valsys-hq.qrc │ ├── valsys-hr.gz │ ├── valsys-hr.qrc │ └── valsys-qrc.gz ├── src ├── Journal │ ├── MissionScanner.cpp │ └── MissionScanner.h ├── Model │ ├── CommanderInfo.cpp │ ├── CommanderInfo.h │ ├── ModelDefs.h │ ├── Planet.cpp │ ├── Planet.h │ ├── PresetEntry.cpp │ ├── PresetEntry.h │ ├── PresetsManager.cpp │ ├── PresetsManager.h │ ├── Settlement.cpp │ ├── Settlement.h │ ├── SettlementType.cpp │ ├── SettlementType.h │ ├── System.cpp │ ├── System.h │ ├── SystemLoader.cpp │ └── SystemLoader.h ├── Notifications │ ├── MessageToaster.cpp │ ├── MessageToaster.h │ ├── RouteProgressAnnouncer.cpp │ └── RouteProgressAnnouncer.h ├── Routers │ ├── BaseScanning │ │ ├── MainWindow.cpp │ │ ├── MainWindow.h │ │ ├── MainWindow.ui │ │ ├── RouteViewer.cpp │ │ ├── RouteViewer.h │ │ └── RouteViewer.ui │ ├── Custom │ │ ├── CustomRouteTableWidget.cpp │ │ ├── CustomRouteTableWidget.h │ │ ├── CustomRouter.cpp │ │ ├── CustomRouter.h │ │ ├── CustomRouter.ui │ │ ├── PresetSelector.cpp │ │ ├── PresetSelector.h │ │ ├── PresetSelector.ui │ │ ├── PresetsTableModel.cpp │ │ └── PresetsTableModel.h │ ├── Exploration │ │ ├── ValuablePlanetRouteViewer.cpp │ │ ├── ValuablePlanetRouteViewer.h │ │ ├── ValuablePlanetRouteViewer.ui │ │ ├── ValueRouter.cpp │ │ ├── ValueRouter.h │ │ └── ValueRouter.ui │ ├── SystemEntryCoordinateResolver.cpp │ ├── SystemEntryCoordinateResolver.h │ └── Tools │ │ ├── AStarRouter.cpp │ │ ├── AStarRouter.h │ │ ├── BearingCalculator.cpp │ │ ├── BearingCalculator.h │ │ ├── BearingCalculator.ui │ │ ├── RouteTableModel.cpp │ │ ├── RouteTableModel.h │ │ ├── TSPWorker.cpp │ │ └── TSPWorker.h ├── Settings │ ├── Preferences.cpp │ ├── Preferences.h │ ├── Preferences.ui │ ├── Settings.cpp │ ├── Settings.h │ ├── Theme.cpp │ └── Theme.h ├── Utility │ ├── AutoUpdateChecker.cpp │ ├── AutoUpdateChecker.h │ ├── EDSMQueryExecutor.cpp │ ├── EDSMQueryExecutor.h │ ├── FlickCharm.cpp │ ├── FlickCharm.h │ ├── ImageLoader.cpp │ ├── ImageLoader.h │ ├── NotificationMacOS.h │ ├── NotificationMacOS.mm │ ├── QCompressor.cpp │ ├── QCompressor.h │ ├── Version.cpp │ ├── Version.h │ ├── WindowMenu.cpp │ └── WindowMenu.h ├── Widgets │ ├── AbstractBaseWindow.h │ ├── AspectRatioPixmapLabel.cpp │ ├── AspectRatioPixmapLabel.h │ ├── ImageViewer.cpp │ ├── ImageViewer.h │ ├── NoBeepLineEdit.cpp │ ├── NoBeepLineEdit.h │ ├── SplashScreen.cpp │ └── SplashScreen.h ├── buildnumber.h.in └── main.cpp ├── tools ├── .idea │ ├── .name │ ├── atlassian-ide-plugin.xml │ ├── encodings.xml │ ├── misc.xml │ ├── modules.xml │ ├── tools.iml │ └── vcs.xml ├── CMakeLists.txt ├── Makefile ├── bodydistance │ └── main.cpp └── swift │ ├── .idea │ ├── encodings.xml │ ├── misc.xml │ ├── modules.xml │ ├── swift.iml │ └── vcs.xml │ ├── Package.resolved │ ├── Package.swift │ ├── Sources │ ├── coordinate-mapper │ │ ├── BodyWorth.swift │ │ ├── StreamReader.swift │ │ ├── SystemOperation.swift │ │ ├── Utilities.swift │ │ └── main.swift │ └── jsonconverter │ │ └── main.swift │ └── coordinate-mapper └── wininstall └── LICENSE.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.gitmodules -------------------------------------------------------------------------------- /.idea/.name: -------------------------------------------------------------------------------- 1 | EDPathFinder -------------------------------------------------------------------------------- /.idea/EliteTSP.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.idea/EliteTSP.iml -------------------------------------------------------------------------------- /.idea/codeStyleSettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.idea/codeStyleSettings.xml -------------------------------------------------------------------------------- /.idea/codeStyles/Project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.idea/codeStyles/Project.xml -------------------------------------------------------------------------------- /.idea/codeStyles/codeStyleConfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.idea/codeStyles/codeStyleConfig.xml -------------------------------------------------------------------------------- /.idea/dictionaries/neotron.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.idea/dictionaries/neotron.xml -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.idea/encodings.xml -------------------------------------------------------------------------------- /.idea/fileTemplates/includes/C File Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.idea/fileTemplates/includes/C File Header.h -------------------------------------------------------------------------------- /.idea/fileTemplates/internal/C++ Class Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.idea/fileTemplates/internal/C++ Class Header.h -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/runConfigurations/EDPathFinder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.idea/runConfigurations/EDPathFinder.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/Makefile.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/README.md -------------------------------------------------------------------------------- /cmake/MacOSXBundleInfo.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/cmake/MacOSXBundleInfo.plist.in -------------------------------------------------------------------------------- /cmake/QtCommon.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/cmake/QtCommon.cmake -------------------------------------------------------------------------------- /cmake/appdmg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/cmake/appdmg.json -------------------------------------------------------------------------------- /cmake/installer.nsi.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/cmake/installer.nsi.in -------------------------------------------------------------------------------- /cmake/windows_metafile.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/cmake/windows_metafile.rc.in -------------------------------------------------------------------------------- /deps/openssl/HashInfo-OpenSSL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/deps/openssl/HashInfo-OpenSSL.txt -------------------------------------------------------------------------------- /deps/openssl/HashInfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/deps/openssl/HashInfo.txt -------------------------------------------------------------------------------- /deps/openssl/OpenSSL License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/deps/openssl/OpenSSL License.txt -------------------------------------------------------------------------------- /deps/openssl/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/deps/openssl/ReadMe.txt -------------------------------------------------------------------------------- /deps/openssl/libeay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/deps/openssl/libeay32.dll -------------------------------------------------------------------------------- /deps/openssl/ssleay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/deps/openssl/ssleay32.dll -------------------------------------------------------------------------------- /resources/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/.gitattributes -------------------------------------------------------------------------------- /resources/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/background.png -------------------------------------------------------------------------------- /resources/background@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/background@2x.png -------------------------------------------------------------------------------- /resources/basetypes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/basetypes.csv -------------------------------------------------------------------------------- /resources/body_distances.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/body_distances.json -------------------------------------------------------------------------------- /resources/dbdump.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/dbdump.csv -------------------------------------------------------------------------------- /resources/icon512.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/icon512.icns -------------------------------------------------------------------------------- /resources/icon512.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/icon512.ico -------------------------------------------------------------------------------- /resources/icon512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/icon512.png -------------------------------------------------------------------------------- /resources/iconsplash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/iconsplash.png -------------------------------------------------------------------------------- /resources/legend.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/legend.jpg -------------------------------------------------------------------------------- /resources/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/noimage.png -------------------------------------------------------------------------------- /resources/presets/crashsites.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/presets/crashsites.json -------------------------------------------------------------------------------- /resources/presets/engineers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/presets/engineers.json -------------------------------------------------------------------------------- /resources/presets/generation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/presets/generation.json -------------------------------------------------------------------------------- /resources/presets/inra.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/presets/inra.json -------------------------------------------------------------------------------- /resources/presets/presets.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/presets/presets.qrc -------------------------------------------------------------------------------- /resources/resources1.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/resources1.qrc -------------------------------------------------------------------------------- /resources/resources2.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/resources2.qrc -------------------------------------------------------------------------------- /resources/resources4.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/resources4.qrc -------------------------------------------------------------------------------- /resources/systems.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/systems.txt.gz -------------------------------------------------------------------------------- /resources/valsys.qrc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys.qrc.tmpl -------------------------------------------------------------------------------- /resources/valsys/valsys-aa.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-aa.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-aa.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-aa.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ab.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ab.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ab.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ab.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ac.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ac.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ac.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ac.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ad.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ad.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ad.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ad.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ae.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ae.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ae.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ae.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-af.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-af.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-af.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-af.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ag.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ag.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ag.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ag.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ah.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ah.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ah.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ah.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ai.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ai.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ai.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ai.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-aj.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-aj.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-aj.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-aj.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ak.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ak.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ak.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ak.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-al.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-al.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-al.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-al.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-am.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-am.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-am.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-am.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-an.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-an.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-an.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-an.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ao.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ao.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ao.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ao.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ap.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ap.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ap.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ap.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-aq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-aq.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-aq.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-aq.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ar.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ar.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ar.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-as.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-as.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-as.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-as.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-at.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-at.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-at.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-at.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-au.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-au.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-au.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-au.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-av.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-av.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-av.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-av.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-aw.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-aw.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-aw.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-aw.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ax.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ax.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ax.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ax.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ay.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ay.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ay.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ay.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-az.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-az.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-az.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-az.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ba.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ba.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ba.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ba.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bb.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bb.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bb.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bb.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bc.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bc.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bc.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bc.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bd.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bd.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bd.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bd.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-be.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-be.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-be.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-be.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bf.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bf.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bf.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bf.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bg.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bg.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bg.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bh.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bh.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bh.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bh.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bi.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bi.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bi.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bi.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bj.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bj.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bj.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bj.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bk.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bk.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bk.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bk.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bl.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bl.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bl.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bm.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bm.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bm.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bn.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bn.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bn.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bn.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bo.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bo.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bo.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bo.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bp.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bp.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bp.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bp.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bq.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bq.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bq.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-br.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-br.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-br.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-br.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bs.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bs.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bs.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bs.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bt.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bt.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bt.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bu.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bu.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bu.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bu.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bv.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bv.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bv.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bv.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bw.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bw.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bw.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bw.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bx.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bx.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bx.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-by.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-by.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-by.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-by.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-bz.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bz.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-bz.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-bz.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ca.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ca.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ca.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ca.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cb.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cb.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cb.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cb.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cc.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cc.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cc.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cc.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cd.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cd.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cd.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cd.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ce.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ce.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ce.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ce.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cf.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cf.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cf.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cf.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cg.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cg.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cg.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ch.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ch.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ch.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ch.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ci.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ci.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ci.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ci.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cj.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cj.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cj.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cj.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ck.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ck.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ck.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ck.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cl.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cl.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cl.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cm.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cm.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cm.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cn.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cn.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cn.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cn.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-co.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-co.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-co.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-co.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cp.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cp.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cp.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cp.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cq.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cq.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cq.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cr.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cr.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cr.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cr.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cs.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cs.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cs.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cs.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ct.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ct.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ct.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ct.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cu.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cu.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cu.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cu.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cv.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cv.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cv.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cv.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cw.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cw.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cw.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cw.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cx.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cx.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cx.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cy.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cy.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cy.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cy.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-cz.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cz.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-cz.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-cz.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-da.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-da.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-da.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-da.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-db.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-db.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-db.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-db.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dc.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dc.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dc.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dc.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dd.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dd.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dd.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dd.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-de.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-de.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-de.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-de.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-df.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-df.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-df.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-df.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dg.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dg.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dg.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dh.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dh.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dh.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dh.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-di.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-di.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-di.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-di.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dj.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dj.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dj.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dj.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dk.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dk.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dk.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dk.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dl.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dl.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dl.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dm.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dm.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dm.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dn.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dn.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dn.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dn.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-do.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-do.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-do.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-do.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dp.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dp.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dp.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dp.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dq.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dq.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dq.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dr.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dr.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dr.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dr.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ds.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ds.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ds.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ds.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dt.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dt.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dt.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-du.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-du.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-du.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-du.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dv.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dv.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dv.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dv.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dw.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dw.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dw.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dw.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dx.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dx.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dx.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dy.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dy.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dy.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dy.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-dz.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dz.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-dz.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-dz.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ea.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ea.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ea.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ea.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-eb.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-eb.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-eb.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-eb.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ec.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ec.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ec.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ec.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ed.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ed.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ed.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ed.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ee.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ee.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ee.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ee.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ef.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ef.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ef.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ef.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-eg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-eg.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-eg.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-eg.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-eh.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-eh.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-eh.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-eh.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ei.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ei.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ei.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ei.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ej.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ej.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ej.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ej.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ek.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ek.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ek.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ek.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-el.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-el.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-el.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-el.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-em.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-em.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-em.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-em.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-en.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-en.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-en.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-en.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-eo.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-eo.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-eo.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-eo.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ep.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ep.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ep.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ep.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-eq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-eq.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-eq.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-eq.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-er.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-er.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-er.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-er.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-es.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-es.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-es.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-es.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-et.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-et.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-et.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-et.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-eu.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-eu.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-eu.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-eu.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ev.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ev.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ev.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ev.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ew.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ew.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ew.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ew.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ex.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ex.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ex.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ey.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ey.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ey.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ey.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ez.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ez.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ez.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ez.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fa.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fa.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fa.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fa.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fb.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fb.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fb.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fb.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fc.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fc.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fc.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fc.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fd.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fd.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fd.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fd.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fe.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fe.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fe.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fe.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ff.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ff.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ff.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ff.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fg.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fg.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fg.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fh.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fh.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fh.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fh.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fi.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fi.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fi.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fi.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fj.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fj.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fj.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fj.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fk.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fk.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fk.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fk.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fl.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fl.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fl.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fm.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fm.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fm.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fn.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fn.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fn.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fn.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fo.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fo.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fo.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fo.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fp.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fp.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fp.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fp.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fq.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fq.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fq.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fr.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fr.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fr.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fr.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fs.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fs.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fs.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fs.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ft.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ft.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ft.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ft.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fu.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fu.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fu.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fu.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fv.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fv.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fv.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fv.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fw.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fw.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fw.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fw.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fx.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fx.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fx.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fy.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fy.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fy.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fy.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-fz.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fz.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-fz.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-fz.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ga.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ga.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ga.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ga.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gb.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gb.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gb.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gb.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gc.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gc.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gc.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gc.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gd.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gd.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gd.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gd.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ge.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ge.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ge.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ge.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gf.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gf.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gf.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gf.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gg.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gg.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gg.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gh.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gh.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gh.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gh.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gi.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gi.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gi.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gi.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gj.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gj.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gj.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gj.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gk.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gk.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gk.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gk.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gl.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gl.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gl.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gm.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gm.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gm.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gn.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gn.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gn.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gn.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-go.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-go.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-go.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-go.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gp.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gp.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gp.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gp.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gq.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gq.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gq.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gr.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gr.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gr.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gr.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gs.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gs.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gs.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gs.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gt.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gt.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gt.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gu.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gu.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gu.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gu.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gv.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gv.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gv.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gv.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gw.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gw.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gw.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gw.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gx.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gx.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gx.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gy.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gy.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-gy.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gy.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-gz.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-gz.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ha.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ha.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ha.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ha.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hb.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hb.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hb.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hb.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hc.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hc.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hc.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hc.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hd.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hd.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hd.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hd.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-he.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-he.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-he.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-he.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hf.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hf.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hf.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hf.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hg.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hg.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hg.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hh.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hh.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hh.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hh.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hi.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hi.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hi.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hi.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hj.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hj.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hj.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hj.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hk.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hk.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hk.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hk.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hl.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hl.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hl.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hm.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hm.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hm.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hn.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hn.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hn.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hn.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-ho.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ho.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-ho.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-ho.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hp.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hp.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hp.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hp.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hq.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hq.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hq.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-hr.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hr.gz -------------------------------------------------------------------------------- /resources/valsys/valsys-hr.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-hr.qrc -------------------------------------------------------------------------------- /resources/valsys/valsys-qrc.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/resources/valsys/valsys-qrc.gz -------------------------------------------------------------------------------- /src/Journal/MissionScanner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Journal/MissionScanner.cpp -------------------------------------------------------------------------------- /src/Journal/MissionScanner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Journal/MissionScanner.h -------------------------------------------------------------------------------- /src/Model/CommanderInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/CommanderInfo.cpp -------------------------------------------------------------------------------- /src/Model/CommanderInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/CommanderInfo.h -------------------------------------------------------------------------------- /src/Model/ModelDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/ModelDefs.h -------------------------------------------------------------------------------- /src/Model/Planet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/Planet.cpp -------------------------------------------------------------------------------- /src/Model/Planet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/Planet.h -------------------------------------------------------------------------------- /src/Model/PresetEntry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/PresetEntry.cpp -------------------------------------------------------------------------------- /src/Model/PresetEntry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/PresetEntry.h -------------------------------------------------------------------------------- /src/Model/PresetsManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/PresetsManager.cpp -------------------------------------------------------------------------------- /src/Model/PresetsManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/PresetsManager.h -------------------------------------------------------------------------------- /src/Model/Settlement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/Settlement.cpp -------------------------------------------------------------------------------- /src/Model/Settlement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/Settlement.h -------------------------------------------------------------------------------- /src/Model/SettlementType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/SettlementType.cpp -------------------------------------------------------------------------------- /src/Model/SettlementType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/SettlementType.h -------------------------------------------------------------------------------- /src/Model/System.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/System.cpp -------------------------------------------------------------------------------- /src/Model/System.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/System.h -------------------------------------------------------------------------------- /src/Model/SystemLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/SystemLoader.cpp -------------------------------------------------------------------------------- /src/Model/SystemLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Model/SystemLoader.h -------------------------------------------------------------------------------- /src/Notifications/MessageToaster.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Notifications/MessageToaster.cpp -------------------------------------------------------------------------------- /src/Notifications/MessageToaster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Notifications/MessageToaster.h -------------------------------------------------------------------------------- /src/Notifications/RouteProgressAnnouncer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Notifications/RouteProgressAnnouncer.cpp -------------------------------------------------------------------------------- /src/Notifications/RouteProgressAnnouncer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Notifications/RouteProgressAnnouncer.h -------------------------------------------------------------------------------- /src/Routers/BaseScanning/MainWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/BaseScanning/MainWindow.cpp -------------------------------------------------------------------------------- /src/Routers/BaseScanning/MainWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/BaseScanning/MainWindow.h -------------------------------------------------------------------------------- /src/Routers/BaseScanning/MainWindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/BaseScanning/MainWindow.ui -------------------------------------------------------------------------------- /src/Routers/BaseScanning/RouteViewer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/BaseScanning/RouteViewer.cpp -------------------------------------------------------------------------------- /src/Routers/BaseScanning/RouteViewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/BaseScanning/RouteViewer.h -------------------------------------------------------------------------------- /src/Routers/BaseScanning/RouteViewer.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/BaseScanning/RouteViewer.ui -------------------------------------------------------------------------------- /src/Routers/Custom/CustomRouteTableWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Custom/CustomRouteTableWidget.cpp -------------------------------------------------------------------------------- /src/Routers/Custom/CustomRouteTableWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Custom/CustomRouteTableWidget.h -------------------------------------------------------------------------------- /src/Routers/Custom/CustomRouter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Custom/CustomRouter.cpp -------------------------------------------------------------------------------- /src/Routers/Custom/CustomRouter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Custom/CustomRouter.h -------------------------------------------------------------------------------- /src/Routers/Custom/CustomRouter.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Custom/CustomRouter.ui -------------------------------------------------------------------------------- /src/Routers/Custom/PresetSelector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Custom/PresetSelector.cpp -------------------------------------------------------------------------------- /src/Routers/Custom/PresetSelector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Custom/PresetSelector.h -------------------------------------------------------------------------------- /src/Routers/Custom/PresetSelector.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Custom/PresetSelector.ui -------------------------------------------------------------------------------- /src/Routers/Custom/PresetsTableModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Custom/PresetsTableModel.cpp -------------------------------------------------------------------------------- /src/Routers/Custom/PresetsTableModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Custom/PresetsTableModel.h -------------------------------------------------------------------------------- /src/Routers/Exploration/ValuablePlanetRouteViewer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Exploration/ValuablePlanetRouteViewer.cpp -------------------------------------------------------------------------------- /src/Routers/Exploration/ValuablePlanetRouteViewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Exploration/ValuablePlanetRouteViewer.h -------------------------------------------------------------------------------- /src/Routers/Exploration/ValuablePlanetRouteViewer.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Exploration/ValuablePlanetRouteViewer.ui -------------------------------------------------------------------------------- /src/Routers/Exploration/ValueRouter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Exploration/ValueRouter.cpp -------------------------------------------------------------------------------- /src/Routers/Exploration/ValueRouter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Exploration/ValueRouter.h -------------------------------------------------------------------------------- /src/Routers/Exploration/ValueRouter.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Exploration/ValueRouter.ui -------------------------------------------------------------------------------- /src/Routers/SystemEntryCoordinateResolver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/SystemEntryCoordinateResolver.cpp -------------------------------------------------------------------------------- /src/Routers/SystemEntryCoordinateResolver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/SystemEntryCoordinateResolver.h -------------------------------------------------------------------------------- /src/Routers/Tools/AStarRouter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Tools/AStarRouter.cpp -------------------------------------------------------------------------------- /src/Routers/Tools/AStarRouter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Tools/AStarRouter.h -------------------------------------------------------------------------------- /src/Routers/Tools/BearingCalculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Tools/BearingCalculator.cpp -------------------------------------------------------------------------------- /src/Routers/Tools/BearingCalculator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Tools/BearingCalculator.h -------------------------------------------------------------------------------- /src/Routers/Tools/BearingCalculator.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Tools/BearingCalculator.ui -------------------------------------------------------------------------------- /src/Routers/Tools/RouteTableModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Tools/RouteTableModel.cpp -------------------------------------------------------------------------------- /src/Routers/Tools/RouteTableModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Tools/RouteTableModel.h -------------------------------------------------------------------------------- /src/Routers/Tools/TSPWorker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Tools/TSPWorker.cpp -------------------------------------------------------------------------------- /src/Routers/Tools/TSPWorker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Routers/Tools/TSPWorker.h -------------------------------------------------------------------------------- /src/Settings/Preferences.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Settings/Preferences.cpp -------------------------------------------------------------------------------- /src/Settings/Preferences.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Settings/Preferences.h -------------------------------------------------------------------------------- /src/Settings/Preferences.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Settings/Preferences.ui -------------------------------------------------------------------------------- /src/Settings/Settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Settings/Settings.cpp -------------------------------------------------------------------------------- /src/Settings/Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Settings/Settings.h -------------------------------------------------------------------------------- /src/Settings/Theme.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Settings/Theme.cpp -------------------------------------------------------------------------------- /src/Settings/Theme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Settings/Theme.h -------------------------------------------------------------------------------- /src/Utility/AutoUpdateChecker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/AutoUpdateChecker.cpp -------------------------------------------------------------------------------- /src/Utility/AutoUpdateChecker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/AutoUpdateChecker.h -------------------------------------------------------------------------------- /src/Utility/EDSMQueryExecutor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/EDSMQueryExecutor.cpp -------------------------------------------------------------------------------- /src/Utility/EDSMQueryExecutor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/EDSMQueryExecutor.h -------------------------------------------------------------------------------- /src/Utility/FlickCharm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/FlickCharm.cpp -------------------------------------------------------------------------------- /src/Utility/FlickCharm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/FlickCharm.h -------------------------------------------------------------------------------- /src/Utility/ImageLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/ImageLoader.cpp -------------------------------------------------------------------------------- /src/Utility/ImageLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/ImageLoader.h -------------------------------------------------------------------------------- /src/Utility/NotificationMacOS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/NotificationMacOS.h -------------------------------------------------------------------------------- /src/Utility/NotificationMacOS.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/NotificationMacOS.mm -------------------------------------------------------------------------------- /src/Utility/QCompressor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/QCompressor.cpp -------------------------------------------------------------------------------- /src/Utility/QCompressor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/QCompressor.h -------------------------------------------------------------------------------- /src/Utility/Version.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/Version.cpp -------------------------------------------------------------------------------- /src/Utility/Version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/Version.h -------------------------------------------------------------------------------- /src/Utility/WindowMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/WindowMenu.cpp -------------------------------------------------------------------------------- /src/Utility/WindowMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Utility/WindowMenu.h -------------------------------------------------------------------------------- /src/Widgets/AbstractBaseWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Widgets/AbstractBaseWindow.h -------------------------------------------------------------------------------- /src/Widgets/AspectRatioPixmapLabel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Widgets/AspectRatioPixmapLabel.cpp -------------------------------------------------------------------------------- /src/Widgets/AspectRatioPixmapLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Widgets/AspectRatioPixmapLabel.h -------------------------------------------------------------------------------- /src/Widgets/ImageViewer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Widgets/ImageViewer.cpp -------------------------------------------------------------------------------- /src/Widgets/ImageViewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Widgets/ImageViewer.h -------------------------------------------------------------------------------- /src/Widgets/NoBeepLineEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Widgets/NoBeepLineEdit.cpp -------------------------------------------------------------------------------- /src/Widgets/NoBeepLineEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Widgets/NoBeepLineEdit.h -------------------------------------------------------------------------------- /src/Widgets/SplashScreen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Widgets/SplashScreen.cpp -------------------------------------------------------------------------------- /src/Widgets/SplashScreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/Widgets/SplashScreen.h -------------------------------------------------------------------------------- /src/buildnumber.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/buildnumber.h.in -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/src/main.cpp -------------------------------------------------------------------------------- /tools/.idea/.name: -------------------------------------------------------------------------------- 1 | EDPathFinderTools -------------------------------------------------------------------------------- /tools/.idea/atlassian-ide-plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/.idea/atlassian-ide-plugin.xml -------------------------------------------------------------------------------- /tools/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/.idea/encodings.xml -------------------------------------------------------------------------------- /tools/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/.idea/misc.xml -------------------------------------------------------------------------------- /tools/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/.idea/modules.xml -------------------------------------------------------------------------------- /tools/.idea/tools.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/.idea/tools.iml -------------------------------------------------------------------------------- /tools/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/.idea/vcs.xml -------------------------------------------------------------------------------- /tools/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/CMakeLists.txt -------------------------------------------------------------------------------- /tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/Makefile -------------------------------------------------------------------------------- /tools/bodydistance/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/bodydistance/main.cpp -------------------------------------------------------------------------------- /tools/swift/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/.idea/encodings.xml -------------------------------------------------------------------------------- /tools/swift/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/.idea/misc.xml -------------------------------------------------------------------------------- /tools/swift/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/.idea/modules.xml -------------------------------------------------------------------------------- /tools/swift/.idea/swift.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/.idea/swift.iml -------------------------------------------------------------------------------- /tools/swift/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/.idea/vcs.xml -------------------------------------------------------------------------------- /tools/swift/Package.resolved: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/Package.resolved -------------------------------------------------------------------------------- /tools/swift/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/Package.swift -------------------------------------------------------------------------------- /tools/swift/Sources/coordinate-mapper/BodyWorth.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/Sources/coordinate-mapper/BodyWorth.swift -------------------------------------------------------------------------------- /tools/swift/Sources/coordinate-mapper/StreamReader.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/Sources/coordinate-mapper/StreamReader.swift -------------------------------------------------------------------------------- /tools/swift/Sources/coordinate-mapper/SystemOperation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/Sources/coordinate-mapper/SystemOperation.swift -------------------------------------------------------------------------------- /tools/swift/Sources/coordinate-mapper/Utilities.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/Sources/coordinate-mapper/Utilities.swift -------------------------------------------------------------------------------- /tools/swift/Sources/coordinate-mapper/main.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/Sources/coordinate-mapper/main.swift -------------------------------------------------------------------------------- /tools/swift/Sources/jsonconverter/main.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/tools/swift/Sources/jsonconverter/main.swift -------------------------------------------------------------------------------- /tools/swift/coordinate-mapper: -------------------------------------------------------------------------------- 1 | .build/x86_64-apple-macosx/release/coordinate-mapper -------------------------------------------------------------------------------- /wininstall/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neotron/EDPathFinder/HEAD/wininstall/LICENSE.txt --------------------------------------------------------------------------------