You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(issue number refer to internal project issues)
* Adjusted for MinGW compilation (#20)
* Added windows mingw to ci
* feat: create SCM plugin and add line drawing tool (#14)(#15) (#21)
* Create bundle-build.yml
* Stellarium bundling Action (#46)
* Switched to bundle MSVC
* Switched to powershell & vcpkg not required
* feat: added support for immediate connect on search
* feat: Show warning if a constellation with the chosen ID already exists in the SC (#69) #73
* feat: description form + force user to complete form + save as markdown
* Add gettextpo and libtidy to windows build
* Pin vcpkg to a specific commit for reproducible builds
* feat: add export dialog for reminder (#7) (#99)
* 40 ux implementation to upload and anchor images to sky cultures (#98)
* feat: output sky culture as JSON string (#104)
* feat: hiding, aborting maker process (#100, #108)
* feat: save and exit scm (#107)
* feat: export sc data to folder (#116)
* feat: save cmakelists with sky culture (#120)
* Added fallback directory (#121)
* feat: edit constellations (#128)
* feat: let user choose directory for sky culture export (#134)
* Added tidy-devel package for FreeBSD
* feat: improve Sky Culture Overview UX (#140)
* feat: small UI improvements
* (several more details invalidated by squash)
* Doc: plugins/SkyCultureMaker/README.md
---------
Co-authored-by: Vincent Gerlach <58261670+RivinHD@users.noreply.github.com>
Co-authored-by: Luca-Philipp Grumbach <xxlpmghdxx@gmail.com>
Co-authored-by: Fabian Hofer <57919013+Integer-Ctrl@users.noreply.github.com>
Co-authored-by: Richard Hofmann <117768526+ZeyxRew@users.noreply.github.com>
Co-authored-by: Mher Mnatsakanyan <116891912+MherMnatsakanyan03@users.noreply.github.com>
Co-authored-by: Mher Mnatsakanyan <mher.mnatsakanyan03@gmail.com>
Co-authored-by: Alexander V. Wolf <alex.v.wolf@gmail.com>
Co-authored-by: Alexander V. Wolf <aw@altspu.ru>
- if [%PUBLISH_BINARY%]==[true] cmake --build c:\stellarium\build\ --config %configuration% --target install
146
151
- if [%DEBUG_WINDEPLOYQT%]==[true] cd c:\stellarium\build\
147
152
- if [%DEBUG_WINDEPLOYQT%]==[true] for %%i in (windeployqt.*) do appveyor PushArtifact %%i
148
-
- if [%PUBLISH_BINARY%]==[true] if [%scConverterEnabled%]==[1] copy c:\%gettextBaseName%\bin\libgettextpo-0.dll c:\stellarium-package\bin\libgettextpo.dll
149
-
- if [%PUBLISH_BINARY%]==[true] if [%scConverterEnabled%]==[1] copy c:\%gettextBaseName%\bin\libintl-8.dll c:\stellarium-package\bin\
150
-
- if [%PUBLISH_BINARY%]==[true] if [%scConverterEnabled%]==[1] copy c:\%gettextBaseName%\bin\libiconv-2.dll c:\stellarium-package\bin\
151
-
- if [%PUBLISH_BINARY%]==[true] if [%scConverterEnabled%]==[1] copy c:\%tidyBaseName%\bin\tidy.dll c:\stellarium-package\bin\
152
-
- if [%PUBLISH_BINARY%]==[true] if [%scConverterEnabled%]==[1] copy c:\sc-converter\skyculture-converter.exe c:\stellarium-package\bin\
153
-
- if [%PUBLISH_BINARY%]==[true] if [%scConverterEnabled%]==[1] copy c:\sc-converter\Qt6Xml.dll c:\stellarium-package\qtstuff\
153
+
- if [%INSTALL_CONVERTER%]==[true] appveyor DownloadFile https://github.com/Stellarium/stellarium-skyculture-converter/releases/download/v0.0.1/stellarium-skyculture-converter-0.0.1-win64.zip -FileName c:\sc-converter.zip
154
+
- if [%INSTALL_CONVERTER%]==[true] 7z e c:\sc-converter.zip -aoa -oc:\sc-converter
155
+
- if [%INSTALL_CONVERTER%]==[true] copy c:\sc-converter\lib*.dll c:\stellarium-package\bin\
156
+
- if [%INSTALL_CONVERTER%]==[true] copy c:\sc-converter\tidy.dll c:\stellarium-package\bin\
157
+
- if [%INSTALL_CONVERTER%]==[true] copy c:\sc-converter\skyculture-converter.exe c:\stellarium-package\bin\
158
+
- if [%INSTALL_CONVERTER%]==[true] copy c:\sc-converter\Qt6Xml.dll c:\stellarium-package\qtstuff\
159
+
# - if [%INSTALL_CONVERTER%]==[true] copy c:\%gettextBaseName%\bin\libgettextpo-0.dll c:\stellarium-package\bin\libgettextpo.dll
160
+
# - if [%INSTALL_CONVERTER%]==[true] copy c:\%gettextBaseName%\bin\libintl-8.dll c:\stellarium-package\bin\
161
+
# - if [%INSTALL_CONVERTER%]==[true] copy c:\%gettextBaseName%\bin\libiconv-2.dll c:\stellarium-package\bin\
162
+
# - if [%INSTALL_CONVERTER%]==[true] copy c:\%tidyBaseName%\bin\tidy.dll c:\stellarium-package\bin\
163
+
# - if [%INSTALL_CONVERTER%]==[true] copy c:\sc-converter\Qt6Xml.dll c:\stellarium-package\qtstuff\
154
164
- if [%USE_EXT_LIBGLES%]==[true] appveyor DownloadFile https://github.com/Stellarium/stellarium-data/releases/download/qt-5.6/libGLES-Win%BITS%.zip -FileName c:\stellarium\build\libGLES.zip
155
165
- if [%USE_EXT_LIBGLES%]==[true] 7z e c:\stellarium\build\libGLES.zip -aoa -oc:\stellarium-package\qtstuff
156
166
- if [%USE_MESA%]==[true] appveyor DownloadFile https://github.com/Stellarium/stellarium-data/releases/download/mesa-win-20.1.8/opengl32sw-%PKGARCH%.dll -FileName c:\stellarium-package\qtstuff\opengl32sw.dll
0 commit comments