Revisions of kstars

Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) committed (revision 29)
Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) committed (revision 28)
Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) committed (revision 27)
Luca Beltrame's avatar Luca Beltrame (luca_b) accepted request 774415 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 26)
- Update to 3.4.0
  * http://knro.blogspot.com/2020/02/kstars-v340-is-released.html
  * Continued work on the linear focusing algorithm
  * Faster Astrometry.net solver
  * Fixed a few memory allocation issues to reduce the process
    memory usage
  * Fixed DSLR ImageToFITS loading when auto convert is used
  * Fixed focus direction for relative DC focusers
  * Improved reliability of setting snoop property for the active
    profile
  * Fixed File name sanitization issues
  * Communication with remote INDI Web Manager is now mostly
    asynchronous
  * Align property labels in the INDI dialog vertically on top
Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) accepted request 729239 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 21)
- Update to 3.3.5
- New _constraints for ppc64/ppc64le to avoid "No space left on device" and "Out of memory" errors
Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) accepted request 721739 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 20)
- Update to 3.3.4
- Clean up spec file: remove conditionals for no longer supported distribution versions
Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) accepted request 714278 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 18)
- Update to 3.3.2
  * http://knro.blogspot.com/2019/06/kstars-v331-is-released.html
  * New Ekos Observatory Module
  * Meridian Flip moved from the Capture Module to the Mount Module
  * FPS control in the Stream window is replaced by Frame Duration
    in seconds control
  * Reset focus frame when mount slews
  * Do not abort PHD2 guiding while suspended
  * Check if dust cap is detected before checking whether the
    camera is shutterful or shutterless
  * Fix translation issue with Sun, Moon, and Earth designations
Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) accepted request 706743 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 17)
- Update to 3.2.3
  * http://knro.blogspot.com/2019/05/kstars-v323-is-released.html
  * The Sky Map cursor can now be configured
  * New option to make left click immediately snap to the object
    under the cursor
  * Include the profile name directly into the Window title for
    Ekos
  * A few icon changes in Ekos
  * Fixed a race condition when using a guide camera (kde#407952)
  * Improved the estimated time of scheduler jobs where there are
    repeated jobs in the sequence
Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) accepted request 702458 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 16)
- Update to 3.2.2
  * http://knro.blogspot.com/2019/05/kstars-v322-is-released.html
  * Important stability fix for crashes reported with FITS Viewer
  * Ignore Video Streaming when guiding via PHD2 with a video
    device
  * Automatic syncing for Active Devices on Startup
  * Meridian Flip Fixes
  * Keep GUI parameters for scheduler and capture in sync with row
    selection
  * When a manual filter is detected, prompt user to change the
    filter and update the driver accordingly
  * Fix observing list wizard object filter by time and altitude
    and introduce a coverage param where the user can control the
    percentage
  * Improved saving of settings in all Ekos modules
Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) accepted request 699873 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 15)
- Update to 3.2.1
  * expand bsd license in cmake modules
  * Saving after reordering jobs enabled
  * Fix minor typo
  * Refactor and simplify guide settings and init
  * Simplify some default settings
  * Focus settings complete
  * More work on refactor settings
  * Use qCWarning
  * Bug fix for calculating required light frames
Luca Beltrame's avatar Luca Beltrame (luca_b) accepted request 695979 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 14)
- Update to 3.2.0
  * Capture counting corrected
  * Do not connect to EkosLive with empty username
  * Also accept .fits.fz in FITSViewer
  * Fix slew and sync in KStars Lite
  * Clean module registration
  * Use click to trigger the change since the signals are attached
    to the button clicked event
  * Show toolip explicitly on button click
  * Add information icon to explain what the guiding rate control
    is for
  * Resume KStars if paused in EkosLive
  * Make sure clock is ticking and sync with system time when
    websocket connection is established
  * Move auto star selection for calibration to main guide module
    to make it more accessible
  * Fix issue with online solver args
  * Add RC telescope type
  * Fix capture delay when using legacy polar alignment tool
  * If primary or guide IDs are zero or less, set profile scope to
    Default
  * Add support to updating scopes and profiles
  * Scope commands do not require active connection
  * GET_SCOPES can now be sent before Ekos is online
  * Add scope websocket functions to add and delete scopes.
    Improve getScopes to cover all available telescopes
  * Send profile when deleting or adding one
  * Unchecking the meridian flip checkbox reset the meridian flip
    state
  * Do not change filter directly, use the filter manager
  * Fix infobox setting not sticking for some reason under Qt 5.12
  * Save focus module filter wheel and filter in options
  * Fix altitude restriction log and allow restriction down to -15
    degrees
  * Wait until backlash builds up before moving to more aggressive
    pulses that might cause overshooting the target position
  * Add debug log for remaining angle for mount rotation in
    alignment module
  * Add websocket function to get all drivers
  * Update docs
  * Profile management via websocket is ready for testing
  * Initial work for profile and driver exposure to ekoslive
  * Bugfix: proper usage of abort() for finishing a capture
    sequence queue
  * Reduce calibration iterations to 3 by default as it is mostly
    what is required for most cases
  * Prevent rescheduling aborted jobs until all jobs are processed
  * Make Scheduler robust against guiding problems
  * Keep meridian flip in capture and mount in sync (kde#405325)
  * Fix websocket getting called from a different thread
  * Add EkosLive DBus methods and properties
  * Display saved DSLR infos
  * Making the StarProfile Viewer fix from 3.1.0 work for Guide
    and Focus Views too
  * Load captured RAW images in summary without have to
    double-covert them since they are converted once in INDI::CCD
  * Only remove .fits explicitly from base name instead of finding
    last decimal point since this causes conflicts with exposures
    in file names
  * Make the mount window resizable to fit on different DPIs
Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) accepted request 685568 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 13)
- Update to 3.1.1
  * Comment out obsolete slot connect
  * Remove unrequired attributes (kde#405188)
  * Notify user of error in focusing even when not in autofocus
  * Add support to sending horizontal coordinates from the mount
    box
  * Improve behavior for dark and flat frames capture when it comes
    to covering the mount
  * Support converting images to FITS
  * Before loading next image, check if current image is temporary
    and if yes remove it from disk
  * Add notification dialog for user to cover scope with flat field
    light source in case of manual source
  * Making the initial astrometry.net path change automatic
  * More PHD2 fixes
  * Add comet and asteroid orbital elements auto update on startup
  * Make selection behavior single rows for the capture jobs
  * Deleting arbitrary imaging sequence in the Capture module
    corrected
  * Fix upload issues to the cloud with compressed images
  * Fix state of ekoslive button toggle on startup
  * fitsviewer: Do not exit program on error, return error code
Luca Beltrame's avatar Luca Beltrame (luca_b) accepted request 680082 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 12)
- Update to 3.1.0
  * http://knro.blogspot.com/2019/02/kstars-v310-is-released.html
  * Fixed a few bugs with the Ekos Scheduler along with making
    steady improvements to cover all corner cases for multi-object
    multi-night scheduling which can become quite complex
  * Added a new feature to the Focus module: Ring-field focusing
  * Migrated the Meridian Flip handling code to the Ekos Mount tab
  * Migrated online Ekos documentation to KStars official
    documentation
  * Introduced manual workflow for users who would like to use Ekos
    Polar Alignment Assistant Tool with manual non-GOTO mounts
  * The LiveView window received a few enhancement to enable
    zooming and panning for supported DSLR cameras
  * The FITS Viewer window is now automatically raised to the
    foreground when a new image arrives
  * Dark Library now considers all DSLRs to be shutterless
  * Mounts are grouped by manufacturer in the Equipment Profile
    Editor
  * Preliminary support for websocket to INDI::CCD on the client
    side
  * DBus interface expansion to provide more fine control over
    KStars
  * Fixed relative focuser bug in autofocus mode
  * Improved multi-channel histogram by providing dedicated controls
    to each channel
  * Fixed Auto-Stretch affecting raw image values
  * Support for compressed FITS (*.fits.fz) in INDI. This can cut
    the transmission time to 30%!
  * Improved display of Parked status
  * KStars defaults to limited resource mode on ARM architecture
  * When there is binning change, always FORCE setting of frame
    values even if they did not change
- Add "AND GPL-3.0-or-later" to the license, a few source files
  require that
Luca Beltrame's avatar Luca Beltrame (luca_b) accepted request 660547 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 11)
- Update to 3.0.0
  * http://knro.blogspot.com/2018/12/kstars-v300-is-released.html
  * New XPlanet Solar System Viewer
  * Improved FITS Viewer GUI
  * Ekos scheduler improvements
  * Improvements to Scripting & DBus support
  * Lunar Eclipses: added functionality to calculate and draw the
    earth's shadow disk on the Moon from any distance. There is a
    new eclipse tool in the astrocalc which can find lunar eclipses
    quite fast.
  * Find Dialog is now persistent so it remembers the past searches
  * The capture module now incorporates a cooler On/Off button.
    Additionally, user can now clear Camera configuration.
  * Dedicated Binary Object channels when communicate with INDI
    driver to increase throughput and responsiveness of drivers
  * Fixed performance regression in Star Profile viewer
  * Guide mode resets calibration when it detects pier side
    changing
  * Migrating code to new style Qt Signal/Slot connections
  * J2000/JNow support in Mount Module
  * Do not cast DSO coords seconds to int as we lose important
    precision. Use full resolution as double.
  * Fix issue with subframed calibration when auto-select star is
    not enabled. Now subframed star position is set properly in the
    internal guider before.
  * Support for compressed FITS files (.fits.gz)
  * Add live view support to focus module and rework existing one
    in capture to be icon based
  * Show loaded coords in sexigesimal format and in high precision
    when possible
  * Do not add any camera or ST4 devices to guide module if guider
    is external. Instead put guider type in guider dropdown and
    disable it.
  * Honor settling time in Polar Alignment Assistant tool
  * Add warning when slewing to Sun. Adjust tracking rate if
    supported by the mount depending on the object type.
  * Add option to control DSLR image viewer. It can now be turned
    off.
  * Improve PHD2 support
- Drop disable_downloading_into_system_dirs.patch, the kauth helper
  that writes files to system dirs has been disabled upstream
  because of reliability problems
Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) accepted request 630489 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 10)
- Update to 2.9.8
  * http://knro.blogspot.com/2018/08/kstars-298-released.html
  * Fixed several issues in the Ekos scheduler to enable running
    duplicate jobs
  * Fixed many problematic i18n strings that accumulated over the
    years
  * Improved KStars Lite android build process and fixed touch
    support
  * Fixed several issues with Ekos PHD2 support
  * Fixed logging out in capture module
  * Fixed minor EBN issues
  * Using Max RMS value as the threshold to abort the guider
    instead of maximum pulse length
Displaying revisions 61 - 80 of 89
openSUSE Build Service is sponsored by