- Update to version 3.4.0: * Version 3.4.0 * Drop uninstaller link (#115) * Add dist/freedesktop/space.fips.Fips.metainfo.xml * Block installation on Windows earlier than 7 SP1 (#115) * Migrate installer to WiX (#115) * VS2019 compatibility * Add Fedora to README.md * Reimplement fit to window * Implement image panning via left-button dragging * Pass QEvent::MouseMove to OpenGLWidget * Move MouseMoveEventFilter out of global namespace * Drop Viewrect::setWidget() * Drop view rect from Viewrect * Drop view rect from OpenGLWidget * Drop view rect from OpenGLTransform * Introduce OpenGLTransform::setWidgetSize() * Reimplement ScrollArea using virtual position and size * Handle zoom in QOpenGLWidget * Handle image aspect ratio in OpenGLTransform * Add up-to-date compilers to .travis.yml * Do not show open file dialog when drop broken file on Dock * Check that at least one instance is started correctly * Add initial implementation for the playback single-shot mode * Initial playback interval control * Initial implementation for *OpenGL30ArrayPlan (OpenGL 3.0+) * Initial implementation for *OpenGLArrayPlan (OpenGL 2.1) * Add playback test data * Initial implementation for 3D FITS file reading * Add Playback to MainWindow OBS-URL: https://build.opensuse.org/request/show/799651 OBS-URL: https://build.opensuse.org/package/show/science/fips?expand=0&rev=7
18 lines
578 B
Plaintext
18 lines
578 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">git://github.com/matwey/fips3.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">3.4.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="filename">fips</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">fips-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">fips</param>
|
|
</service>
|
|
</services>
|