QuteScoop Changelog

What's new in QuteScoop 2.1.12 Beta

Jan 10, 2013
  • added:
  • some more settings values (no UI), can't remember all. One was
  • 'datasources/sondeUrl' for sonding data (alt:temp/dewpoint/wind) -
  • just in case you want to use other data than provided by FSrealWX -
  • thanks Silvio by the way!)
  • show air temperature and spread (= temp - dew point) from sonde
  • data
  • text shadows in some places on the map
  • for developpers: JobList allows for consecutive execution of
  • several jobs (used in Launcher)
  • fixed:
  • when closing, remembered map position 1 was overwritten. This was
  • counter-intuitive because one could save map position 1 via the menu
  • or CTRL+1. It is now saved in position 9. There is an option
  • 'remember position on close' in preferences. User is directed to
  • preferences when he is about to save on this position.
  • removed some references to Nokia. Qt is now maintained by Digia.
  • sanitized sonde station names
  • changed:
  • removed labels for aircraft on the ground (declutter map)
  • removed some unnecessary sonde stations
  • wind arrows not belonging to the currently selected altitude are
  • rendered darker. (configurable via Preferences->Weather, span
  • of shown adjacent altitudes is new, too)
  • wind arrows have adjustable size (Preferences->Weather)
  • GUI stays responsive during sonde data decoding
  • for developpers: any class itself should be responsible for its needed
  • network data. See SondeData.h for an example.
  • This allows more flexible use of functionality in other places
  • for developpers: switched all network requests away from QHttp (which
  • is obsolete) to new QNetworkRequest network infrastructure (Exceptions:
  • MetarModel and *_cloudDownloader which will both be reworked soon).
  • for developpers: more code style refactoring (see 2.1.11beta). Some
  • 'const' added for locally used, never changed variables (I believe
  • it is better although the compiler might just do that itself...
  • I don't know... const-correctness is an acknowledged art in
  • C++, though,

New in QuteScoop 2.1.10 (Dec 21, 2012)

  • combining earth and cloud textures faster and less error-prone

New in QuteScoop 2.1.8 (Nov 26, 2012)

  • fixed:
  • about box (no clickable links)
  • for developpers and self-compilers:
  • renamed +notes to _notes to suppress errors in 'make install' (buggy qmake...)
  • changed:
  • removed Qt info box (no user cares about the framework used although Qt is the
  • greatest of all)
  • some code refactoring and code style
  • added:
  • debug messages during wind data decoding - somewhere there happen to be some
  • crashes, please report!
  • platform info and used compiler in debug log
  • added QuteScoop.desktop file for Unix/Linux desktop users - not included in the
  • installer and needs to be adapted to suit your paths
  • for developpers: 'make installer-linux' and 'make installer-windows' builds
  • the installer, provided the BitRock InstallBuilder is available on the system.
  • Make sure to always ever only deploy 32bit QuteScoop binaries! There is nothing
  • to be gained from 64bit for QuteScoop and we do not want to unnecessarily lock
  • out users with 32bit systems!
  • for developpers, too: ./upload.sh uploads release files to Sourceforge

New in QuteScoop 2.1.1 (Aug 1, 2012)

  • changed all VATSIM status urls to: http://status.vatsim.net/status.txt

New in QuteScoop 2.0 RC 21 (Sep 12, 2011)

  • changed all VATSIM status urls to: http://status.vatsim.net/status.txt

New in QuteScoop 1.0.2 (Jun 8, 2009)

  • Jonas Eberle submitted a patch fixing a problem with displaying VATSIM data. This problem was introduced by some server changes that slightly altered the content of whazzup.txt in a way that QuteScoop could not understand. Thanks Jonas! --Martin 13:37, 6 June 2009 (UTC)

New in QuteScoop 1.0.1 (Jan 13, 2009)

  • Fixed a crash bug with user defined network that provide little data in whazzup.txt (MCDU in this case).