Download project files

How do I verify a download?


16.06.2 release from the trunk series released

Release information
Release notes:

Bugfix release

Changelog:

* Adapt to new PIL namespace to fix crash (closes: #1771122)
* Deprecate libnm-glib interface (closes: #1763958).
* Thanks Lubomir Rintel

File Description Downloads
download icon qreator_16.06.2-0~201~ubuntu16.04.1_all.deb (md5) Release package 663
last downloaded 7 days ago
download icon qreator_16.06.2-0~201~ubuntu16.04.1.tar.xz (md5) Release tarball 444
last downloaded 7 weeks ago
Total downloads: 1,107

16.06.1 release from the trunk series released

Release information
Release notes:

We're proud to present Qreator 16.06.1, a bugfix release.

Changelog:

  * Fix inability to create QR codes in Ubuntu 16.04
    Thanks to Felix Eckhofer! (closes: #1573577)
  * Packaging fixes. Thanks to Didier Roche
    (closes: #1210408)
  * Fix missing edit mode icons. Thanks to Stefan
    Schwarzburg (closes: #1182766)
  * Add geoclue-ubuntu-geoip dependency (closes: #1186224)
  * Provide a mechanism to disable QR code plugins
    Thanks to Stefan Schwarzburg (closes: #1181723)
  * Depend on gnome-icon-theme-symbolic for Xubuntu
    (closes: #1187706)
  * Allow semicolon in wifi password. Thanks Stefan
    Schwarzburg (closes: #1208033)
  * Fix for "No module named linuxmint". Thanks Stefan
    Schwarzburg (closes: #1179176)

File Description Downloads
download icon python-qrencode_1.01-5ubuntu1_i386.deb (md5, sig) Backend fix installer (i386) 94
last downloaded 14 weeks ago
download icon python-qrencode_1.01-5ubuntu1_amd64.deb (md5, sig) Backend fix installer (amd64) 181
last downloaded 3 days ago
download icon qreator_16.06.1-0ubuntu1_all.deb (md5, sig) Ubuntu package 403
last downloaded 4 weeks ago
download icon qreator_16.06.1.tar.gz (md5, sig) Source code 391
last downloaded 2 days ago
Total downloads: 1,069

13.05.3 release from the trunk series released

Release information
Release notes:

  * New upstream release
  * Bugfix for Qreator won't start when called with LC_ALL=C
    (closes: #1173584)
  * Updated translations
  * Now properly fixed package version to be non-native

Changelog:

  * New upstream release
  * Bugfix for Qreator won't start when called with LC_ALL=C
    (closes: #1173584)
  * Updated translations
  * Now properly fixed package version to be non-native

File Description Downloads
download icon qreator_13.05.3-0ubuntu1_all.deb (md5, sig) Qreator installer 1,979
last downloaded 14 weeks ago
download icon qreator-13.05.3.tar.gz (md5, sig) Qreator sources 523
last downloaded 7 weeks ago
Total downloads: 2,502

13.05.2 release from the trunk series released

Release information
Release notes:

Releasing Qreator 13.05.2:

   * Fix lp:1173709 Segfault when shortening tinyurl.com URL
   * Fix lp:1178146 Unity quicklist entries missing some QR code types
   * Updated translations

Changelog:

* New upstream release
* Fix lp:1173709 Segfault when shortening tinyurl.com URL
* Fix lp:1178146 Unity quicklist entries missing some QR code types
* Updated translations

File Description Downloads
download icon qreator_13.05.2ubuntu1_all.deb (md5, sig) Qreator installer 30
last downloaded 14 weeks ago
download icon qreator_13.05.2ubuntu1.tar.gz (md5, sig) Qreator sources 25
last downloaded 14 weeks ago
Total downloads: 55

13.05.1 (Second coming) release from the trunk series released

Release information
Release notes:

We're proud to present the new version of Qreator, the QR code creator for Ubuntu, including:

- A revamped, new design
- Added new QR code types: Business card, Phone Call and Messaging, Software Center app
- Added printing support
- QR code type: autodetection of active wifi networks
- URL code type: URL shortening support
- QR codes are now editable: change the
- Added drag and drop support (i.e. drag and drop QR codes to save them)

Enjoy!

Changelog:

  * Fix lp:1173057, whereby protocol removal in the URL QR code lead to
    removing unwanted characters
  * Launchpad automatic translations update.
  * Preparation for the Qreator 13.04 release. It includes: -
    Fix for lp:1173306 (thus it's dependent on the branch with the fix
    to land) - Version and copyright bump - Fixed toolbar logic
  * Fixes lp:1173306 whereby the GTK version in Ubuntu 13.04 does not
    accept None as an argument to set the draggable sources list.
    We're already explicitly setting URI draggable sources, so we can
    remove the function to initially set the sources list.
  * add a sorting feature to the drop down menu of the Wifi QR Code
    datatype
  * merge the fixes_1081538 branch to ensure that Wifis are shown in the
    drop down menu
  * basic setup to start with tests: removed About dialog tests since we
    don't use that, switched on code analysis when running 'quickly
    test'
  * small change in the icon loading to allow icon files of any size and
    still get the correct size for the interface
  * update to latest trunk
  * updated pot files
  * fix bug 1086937; replace isdg with isgd
  * Launchpad automatic translations update.
  * Launchpad automatic translations update.
  * fixes bug 1081535 ; the signal handler was missing in the ui file
  * merged with branch to fix bug 1082705
  * fixes bug 1083570 by including python-requests as a dependency
  * updated pot files
  * removed translatable description in abstract class QRCodeType;
    removed pylint errors and warnings
  * merged basic printing support
  * Merged i18n fixes and updated .pot file
  * Bumped version number to allow installing the daily PPA over a
    stable version. Some additional whitespace changes
  * Updated POT file for translators, changed a translatable text to be
    more readable
  * Bumped version number in the Debian changelog to make the automatic
    builds succeed
  * added use_agent=True in order to add additional databases
  * increased pep8 and pylint compatibility
  * added missing on_prepared callback to QRCodeSMSGtk.py
  * moved the cache recreation in a separate thread to really keep the
    ui feel snappy
  * reverted back to just recreating the cache for now
  * minor bug
  * after recreating cache, use it as well
  * recreate the icon and appname cache everytime qreator is launched
  * merged with latest trunk
  * now really using cache in XDG_CACHE_HOME
  * Sprite saving location moved to $XDG_CACHE_HOME/qreator/.
  * The modification shifts the loading time of the app-icons into the
    first software start. At the first start of the software, a
    sprite map is created, which stores **all** icons in a single large
    file, and the appnames in another text file. This increases
    the loading time (all values measured on my maschine) on the first
    start from 3.7sec to 4.5sec. But future calls will decrease the time
    to 0.2sec. So we got a factor of 18 in speed!
  * Looking through the software-center revealed some interesting
    possibility to speedup the loading time: Directly getting the icon
    from the database instead of creating a softwarecenter-appdetails
    object brings the time to load the apps from 2sec to 0.2sec.
    I think a factor of 10 is a good start to make the autocompletion
    loading smoother :-)
  * A first attempt to introduce threads in order to give IO-heavy
    autocompleters a chance to do the lifting in the background.
    Since getting the actual SoftwareCenterApp apps seems to be
    impossible with python-threading or with python-multiprocessing,
    this does not make it much faster. But it will keep the Window from
    freezing.
  * Merged a fix to make eog work with drag and drop, from lp:~stefan-
    schwarzburg/qreator/drag_n_drop_support
  * Merged drag and drop support from lp:~stefan-
    schwarzburg/qreator/drag_n_drop_support
  * Launchpad automatic translations update.
  * Merged VCARD QR code support from lp:stefan-
    schwarzburg/qreator/VCARD_support, with a bunch of UI changes
  * Merged fixes from lp:~stefan-
    schwarzburg/qreator/fix_bug_1006635_selection
  * Merged lp:~stefan-schwarzburg/qreator/qreator: * Fixes
    lp:1006630 'Resize QR input widgets' * Additional changes to merge
    proposal: * Added Stefan Schwarzburg to autors credits *
    Added margins to qr_input box * Disabled automatic resizing of
    QR code
  * Merged translations
  * An attempt to get notebook pages to resize. Thanks to xubuntix for
    contributing to the code
  * Added clear icons to text entries
  * Fixed focus issue to show placeholder text while loading the
    Software Center database
  * Merged translations from Launchpad
  * Decoupled QR code types from the QR window and from a particular GUI
    toolkit (right now only GTK is supported)
  * Added icons for the 'clear' action to all text entries, used
    symbolic icons in the QR page, delayed loading Software Centre apps
    until the apps tab is loaded for the first time
  * Make optparse not crash when using gettext, thanks Nicolas Delvaux
    for the help
  * Updated version to follow that of the package

File Description Downloads
download icon qreator_13.05.1.tar.gz (md5, sig) Qreator source 44
last downloaded 14 weeks ago
download icon qreator_13.05.1_all.deb (md5, sig) Qreator package 132
last downloaded 8 days ago
Total downloads: 176

12.05.6 release from the trunk series released

Release information
Release notes:

Committed Debian packaging in preparation for daily builds. Updated .pot file
Reverted extras changes in the desktop file
Merged new features and extras packaging from the lp:app-review-packaging branch
Launchpad automatic translations update.
Launchpad automatic translations update.
Launchpad automatic translations update.
Launchpad automatic translations update.
Launchpad automatic translations update.
Launchpad automatic translations update.
Fixed a couple of Catalan translations
Revamped the About dialog, updated POT file
Added dependency for NetworkManager's typelib
Removed unnecessary help files, marked files for translation, refreshed POT template, updated Catalan translation
Updated ignores
Merged new translations
Added support for showing autodetected SSIDs. Moved contributors ...

Changelog:

Committed Debian packaging in preparation for daily builds. Updated .pot file
Reverted extras changes in the desktop file
Merged new features and extras packaging from the lp:app-review-packaging branch
Launchpad automatic translations update.
Launchpad automatic translations update.
Launchpad automatic translations update.
Launchpad automatic translations update.
Launchpad automatic translations update.
Launchpad automatic translations update.
Fixed a couple of Catalan translations
Revamped the About dialog, updated POT file
Added dependency for NetworkManager's typelib
Removed unnecessary help files, marked files for translation, refreshed POT template, updated Catalan translation
Updated ignores
Merged new translations
Added support for showing autodetected SSIDs. Moved contributors to About page instead of AUTHORS file, as otherwise Quickly adds them to all source files - will need to investigate what the proper way to credit contributors and assign copyright is

File Description Downloads
download icon qreator_12.05.6_all.deb (md5, sig) Qreator installer 1,047
last downloaded 3 weeks ago
download icon qreator_12.05.6.tar.gz (md5, sig) 12.05.6 tarball 312
last downloaded 14 weeks ago
Total downloads: 1,359

12.05.4 release from the trunk series released

Release information
Release notes:

Re-added POT file
Removed the static po/POTFILES.in file, which caused the build to fail. It is not needed when using python-distutils-extra in auto mode. Need to figure out what created it (p-d-e, intltool, quickly?)
Added more ignores in debian/
Added more ignores
Creating ubuntu package
Added Python file to avoid intltool failing to find it during build. Will need to investigate more
Fixed error in Catalan translation
Ignored build directory

Changelog:

Re-added POT file
Removed the static po/POTFILES.in file, which caused the build to fail. It is not needed when using python-distutils-extra in auto mode. Need to figure out what created it (p-d-e, intltool, quickly?)
Added more ignores in debian/
Added more ignores
Creating ubuntu package
Added Python file to avoid intltool failing to find it during build. Will need to investigate more
Fixed error in Catalan translation
Ignored build directory

File Description Downloads
download icon qreator_12.05.4_all.deb (md5, sig) Qreator installer 126
last downloaded 14 weeks ago
download icon qreator_12.05.4.tar.gz (md5, sig) 12.05.4 tarball 56
last downloaded 14 weeks ago
Total downloads: 182

12.05.1 release from the trunk series released

Release information
Release notes:

Refreshed POT file and merged all PO files
Manually marked the placeholder strings as translatable
Fixed the translator-credits string
Fixed description
Updated Quicklist strings and POT file
Updated POT file
Added quicklist support, thanks to Michael Hall
Committed Debian file mods after releasing with the submitubuntu command
Launchpad automatic translations update.
Added About dialog - thanks Damian for the help http://is.gd/9ouXsz
Refreshed logos

Changelog:

Refreshed POT file and merged all PO files
Manually marked the placeholder strings as translatable
Fixed the translator-credits string
Fixed description
Updated Quicklist strings and POT file
Updated POT file
Added quicklist support, thanks to Michael Hall
Committed Debian file mods after releasing with the submitubuntu command
Launchpad automatic translations update.
Added About dialog - thanks Damian for the help http://is.gd/9ouXsz
Refreshed logos

File Description Downloads
download icon qreator_12.05.1.tar.gz (md5, sig) 12.05.1 tarball 27
last downloaded 14 weeks ago
Total downloads: 27

12.05 release from the trunk series released

Release information
Release notes:

Package uploaded to PPA
Reverted the capitalization of the app's name, which seems to make Quickly crash
Removed binary file
Creating ubuntu package
Updated desktop file categories
Updated POT template, added license file
Some cleanup in the Cairo code
Started adding more bling to the QR code drawing area with Cairo
Added license
Updated desktop file comment
Updated POT file to enable translations, removed some superfluous strings from the UI file
First working version ready for release
Added some documentation, cleaned up the QRCode's object methods a bit
Started using GtkGrids all over the place instead of GtkBoxes
Added support to display maps with libchamplain. python-osmgpsmap, as an alternative without Clutter, does not seem to work because it's not introspectable -gtk3 branch is ...

Changelog:

Package uploaded to PPA
Reverted the capitalization of the app's name, which seems to make Quickly crash
Removed binary file
Creating ubuntu package
Updated desktop file categories
Updated POT template, added license file
Some cleanup in the Cairo code
Started adding more bling to the QR code drawing area with Cairo
Added license
Updated desktop file comment
Updated POT file to enable translations, removed some superfluous strings from the UI file
First working version ready for release
Added some documentation, cleaned up the QRCode's object methods a bit
Started using GtkGrids all over the place instead of GtkBoxes
Added support to display maps with libchamplain. python-osmgpsmap, as an alternative without Clutter, does not seem to work because it's not introspectable -gtk3 branch is still WIP. Commented out GSettings code, at it seems to crash Winpdb (settings schema not found)
Started playing with the Open Street Map widget, but it seems to crash on Gtk+ 3
Moved the QR generation code to a separate module, independent of the UI
Set up automatic resizing of images through PIL, and 3 standard output image sizes. Fixed RGBA > BGRA conversion going from PIL to Cairo
Removed scrollable window for the drawing area
Scaling is now done at the source
Fixed fade-in
Added a file chooser to save the resulting image. Started playing with fade ins.
Disabled edit button, as it's not yet implemented
Removed whitespace
Removed obsolete code and comments
First working version
Fixed a bug whereby signal names were erroneously made valid python names

File Description Downloads
download icon qreator_12.05.tar.gz (md5, sig) 12.05 tarball 44
last downloaded 24 hours ago
Total downloads: 44