qtox (0.0.0+git20150512.r2844-1~trusty+1+7.0trisquel1) belenos; urgency=medium

  * Bring Tox to Trisquel from PPA

 -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info>  Fri, 15 May 2015 11:56:35 +0000

qtox (0.0.0+git20150512.r2844-1~trusty+1) trusty; urgency=medium

  * Building for Trusty

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 14 May 2015 13:12:28 +0000

qtox (0.0.0+git20150512.r2844-1) stable; urgency=medium

  [ kushagra ]
  * Removes chat history of friend when removed, fixes #1486

  [ tux3 ]
  * Fix crash on video calls lowered to audio calls
  * Fix some memory leaks and mismatches

  [ sudden6 ]
  * Add build instructions for openSUSE

  [ tux3 ]
  * Fix small memory leak cleaning up video calls
  * Save memory with lazy loading
  * Avoid unecessary copying of video frames
  * Log size of received avatar data
  * Limit outbound avatar size to 64kB
  * Cleanly open/close FT image preview buffer

  [ Rohil Surana ]
  * Toolicon Menu was not indicating active button

  [ agilob ]
  * ask to remove history
  * fix popup colors
  * closes tux3/qtox#1561

  [ Ilya Kowalewski ]
  * Fixing tray icon visibility issue on OS X
  * Fixing behaviour for a tray icon on OS X
  * Redesign draft for settings pane and proper UX for Mac
  * Resolves issues reported in PR before and some BEAST features:
  * Fixing smiley alignment and wrong copyright years
  * Persistent aliases, finally resolves #697

  [ Ansa89 ]
  * Italian translation: update

  [ sudden6 ]
  * rework the logging and debug output
  * Change log messages to fit new log format
  * remove useless code opencv uses exceptions for error handling

  [ tux3 ]
  * Remove pointless or potentially sensitive log messages

  [ agilob ]
  * closes tux3/qtox#1354

  [ tux3 ]
  * Faster file transfers (up to 160ms/s)

  [ agilob ]
  * closes tux3/qtox#768
  * alsourcef in audio::playmono16sound
  * this sould be better ;_;
  * closes tux3/qtox#1426

  [ saneki ]
  * Changed Public Information area in User Profile form to use a QFormLayout
  * Vertically aligned Public Information QFormLayout to appear more centered

  [ tux3 ]
  * Don't ask to remove history for fake friend removal
  * Fix #928

  [ agilob ]
  * license box in advanced

  [ saneki ]
  * Fixed settings tabbar style

  [ tux3 ]
  * Implement and enable the audio sliders
  * Revert "Merge branch 'pr1629'"
  * Fix vol/mic toggle buttons
  * Fix incorrect copyright headers
  * Fix #1634

  [ Kill Your TV ]
  * New usptream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Wed, 13 May 2015 01:39:15 +0000

qtox (0.0.0+git20150508.r2786-1) stable; urgency=medium

  [ Zetok Zalbavar ]
  * Some style fixes
  * Fix coding style and add copyright header

  [ kushagra ]
  * autocomplete will work for : also,fixes #1377

  [ PKEv ]
  * #1402 duplicate of the sender's name set if interval more 5 minuts, sender
    name repet not tested for group chats!!!

  [ tux3 ]
  * Fix typo in error message
  * Create config directory on first run
  * Remove redundant QString ctor
  * New OS X dock icon from #1541
  * Fix qTox Android build

  [ Fish ]
  * Update fr.ts

  [ Mario Preksavec ]
  * Remove StatusNotifier dependency

  [ novist ]
  * Fixed filter_audio lib windows bootstraping Added qrencode lib to windows
    bootstrap script

  [ Ansa89 ]
  * Italian translation: update

  [ Corey Sheldon ]
  * Update INSTALL.md

  [ Mario Preksavec ]
  * Fallback XFCE detection
  * Update Slackware install instructions
  * Make dropdown menus look better on high dpi
  * Respect configured emoticon size
  * Unhide faux offline messaging checkbox

  [ Rohil Surana ]
  * Added chat room status to window title

  [ Jookia ]
  * Implemented cycling through contacts.
  * Tabs with modifiers are passed up from chat boxes.
  * Add keyboard bindings for cycling contacts.

  [ PKEv ]
  * fix drag and drop in chat history (windows)
  * Add_www_link_possibility

  [ Rohil Surana ]
  * Added tool menu active button indicator.

  [ tux3 ]
  * Make tool buttons inactive when showing profile

  [ Stefan Merettig ]
  * WIP: KSnapshot-like screenshot grabber
  * Screen grabber: Flyout menu for the screenshot button
  * Screen grabber: Wait for the flyout to collapse before grabbing
  * Screen grabber: Moving from button -> flyout -> button doesn't collapse
  * Screen grabber: Remove forced redraw
  * Screen grabber: Don't wait for the flyout to collapse
  * Screen grabber: Modified helper tooltip texts
  * Screen grabber: Reject small selections (< 2px width/height)
  * Screen grabber: Show correct tooltip for selected/no-selection states
  * Screen grabber: Calculate bounding rect, fixes some drawing issues
  * Screen grabber: Fix position of handles with negative selection
  * Screen grabber: Only show flyout if the attach button is enabeld
  * Screen grabber: hide() the flyout at first
  * Screen grabber: Hide mid-animation when leaving file button
  * Screen grabber: Make sure the flyout is hidden on leave
  * Screen grabber: Hide the flyout when the chat form is hidden.
  * Screen grabber: Fix flying-flyout bug when resizing window while open

  [ tux3 ]
  * Use old Qt connect syntax for QTimer::singleShot

  [ kushagra ]
  * Implemented search of contacts

  [ qwad1000 ]
  * Updated Ukrainian translation

  [ tux3 ]
  * Fix fr.ts

  [ llya Kowalewski ]
  * Fixing clang build on OSX
  * Include: complex -> cstdlib

  [ Ansa89 ]
  * Italian translation: update

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 09 May 2015 20:02:37 +0000

qtox (0.0.0+git20150426.r2712-1) stable; urgency=medium

  [ zero-one ]
  * Adds functionality for sorting FriendWidgets alphabetically in the friends
    list. Widgets are sorted upon being added to the friends list in the first
    place, and re-sorted if a user changes their name, or if a user is given
    an alias.
  * Merges Away, Busy, and Online friend list layouts into a single layout.
    Also comments out the debug output in FriendListWidget::getFriendLayout()
    because hitting the default return statement is no longer anomalous
    behavior.
  * Adds a configuration option allowing users to choose whether they want
    groupchats placed at the top of the friends list, or below the online
    contacts.
  * grammar correction

  [ agilob ]
  * closes tux3/qtox#1368 - settings to change dateformat
  * text in the label dateformat
  * generalsettings: time and date format from qlocale

  [ PKEv ]
  * Update translation profile widget

  [ agilob ]
  * long time format
  * iso date

  [ zero-one ]
  * style fixes to conform to Allman style

  [ Ansa89 ]
  * Italian translation: update

  [ zero-one ]
  * Settings singleton no longer emits signal when groupchat position changes

  [ Dubslow ]
  * Style fixes
  * Change default datetime formats (d/m m/d agnostic), style fixes, removed
    unnecessary signals

  [ Yuri ]
  * Fixed bash shebangs to use /usr/bin/env for better compatibility

  [ kushagra ]
  * proper splitting in friends chat,fixes #1375

  [ Rohil Surana ]
  * Set focus to toxId Line edit on add friend window

  [ PKEv ]
  * System menu translation

  [ Rohil Surana ]
  * On add friend clicked pastes Tox Id from clipboard if there is one

  [ Dubslow ]
  * Possibly fix an old segfault that may or may not be a problem

  [ Rohil Surana ]
  * Typing indicator shows up once typing is resumed

  [ quatrox ]
  * Make qTox build again

  [ Ansa89 ]
  * Italian translation: update

  [ Rohil Surana ]
  * Added add friend on window on first start

  [ PKEv ]
  * correct after CppCheck

  [ tux3 ]
  * Initial porting to the new Tox API

  [ Zetok Zalbavar ]
  * Some code style fixes

  [ tux3 ]
  * Properly initialize tox_options
  * Port profile encryption support to new API
  * Fix profile reloading during switch
  * Fix GUI refresh when creating new profile
  * Fix Core::getSaltFromFile's error checking
  * Fix history-destroying use after free in Core::getSaltFromFile
  * Cleanup old commented-out code
  * Refactor Core
  * Port file transfers to the new API
  * Fix nullptr dereference in IPC::isCurrentOwner

  [ Zetok Zalbavar ]
  * Code style improvements

  [ tux3 ]
  * Correctly separate received actions from messages
  * Profile locking
  * Fix possible profile corruption
  * Update lock when renaming profile
  * qtox.ini shouldn't overwrite our current profile
  * Allow to start multiple instances with -p
  * Correctly rename and lock imported profiles
  * Assert profile locks before writing
  * Show Tox ID instead of blank names

  [ Yuri ]
  * Added Ctrl+Q shortcut.

  [ PKEv ]
  * Add tooltip in filetransferwidget It is not clear what they are doing
    buttons

  [ tux3 ]
  * Fix typos in tooltips

  [ Rohil Surana ]
  * Removed corner border in scroll area

  [ kushagra ]
  * fixes action bugs 1) action received gets modified on restart 2) sender's
    name is written twice if action is sent using offline messaging 3) /me is
    written when action is sent in groupchat having one peer 4) /me is not
    saved in last message variable in friendd chat
  * Right clicking anywhere wont unhighlight text, fixes #1517

  [ AxP ]
  * German translation updated.

  [ tux3 ]
  * Cherry-pick da084594d9b58a5cbaf2414efecac04700c72ab4 from #1523

  [ AxP ]
  * German translation updated.

  [ tux3 ]
  * Cherry-pick da084594d9b58a5cbaf2414efecac04700c72ab4 from #1523
  * Change some tabs to space for consistency
  * Avatar sending on top of file transfers
  * Don't show call buttons in text-only groupchats
  * Prevent possible uninitialized read of status
  * Cache avatar sending, fix image file preview
  * Remove some CoreFile debug output
  * Signal broken file transfers
  * Cleanly cancel broken file transfers
  * Fix save corruption bug
  * Disable the GUI until a profile is active
  * Fix more save corruption bugs
  * Better error messages for friend requests

  [ agilob ]
  * added missing lib for ubuntu

  [ tux3 ]
  * Fix #1536
  * Give appropriately scary name to dangerous function

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 26 Apr 2015 21:40:54 +0000

qtox (0.0.0+git20150322.r2615-1) unstable; urgency=medium

  [ PKEv ]
  * #1441 correct

  [ Rohil Surana ]
  * Corrected a spelling mistake

  [ Jookia ]
  * Added option to disable notification sounds.

  [ PKEv ]
  * Correct #1448

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 23 Mar 2015 19:15:55 +0000

qtox (0.0.0+git20150321.r2610-1) unstable; urgency=medium

  [ Dubslow ]
  * Fix minor memleak

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 21 Mar 2015 21:44:09 +0000

qtox (0.0.0+git20150320.r2609-1) unstable; urgency=medium

  [ PKEv ]
  * Correct for Maximized window

  [ minj ]
  * update Lithuanian translation

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 21 Mar 2015 00:33:21 +0000

qtox (0.0.0+git20150319.r2600-1~trusty+1) trusty; urgency=medium

  * Building for Trusty

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 19 Mar 2015 23:58:03 +0000

qtox (0.0.0+git20150319.r2600-1) unstable; urgency=medium

  [ novist ]
  * IPC improvements

  [ sudden6 ]
  * Add some error handling in attempt to fix #1240 This should prevent the
    application from crashing, but there is still no way to tell there is no
    webcam attached.

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 19 Mar 2015 20:11:03 +0000

qtox (0.0.0+git20150318.r2597-1~trusty+1) trusty; urgency=medium

  * Building for Trusty

 -- Kill Your TV <killyourtv@i2pmail.org>  Wed, 18 Mar 2015 20:34:00 +0000

qtox (0.0.0+git20150318.r2597-1) unstable; urgency=medium

  [ TheLastProject ]
  * Fix #1204
  * Oops, forgot about groups

  [ kushagra ]
  * fixes #1412
  * fixes #1091

  [ Ansa89 ]
  * Italian translation: update

  [ kushagra ]
  * fixed display of contact_dark.svg

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Wed, 18 Mar 2015 19:20:44 +0000

qtox (0.0.0+git20150317.r2589-1) unstable; urgency=medium

  [ agilob ]
  * qrcode support by html tooltip
  * I am not sure about this commit, someone check it please
  * updated simple_make
  * tox URI and updated install.md
  * allow saving qrcode as file (src only, no UI)
  * install.md dependency

  [ novist ]
  * PNG images replaced with SVG Closes #1050

  [ agilob ]
  * s/qrcode/qrencode/
  * s/=>/>=/

  [ PKEv ]
  * #1379 correct

  [ agilob ]
  * qrcode always visible, button to save
  * copy image to clipboard

  [ kushagra ]
  * Resize notification only if theres lot of text

  [ Ansa89 ]
  * Italian translation: update

  [ novist ]
  * Missing svgs

  [ agilob ]
  * rm qrcodewindow

  [ Dubslow ]
  * Cleanup QR PR Fix coding style, #include "" -> #include <> Remove tooltip
    Move "tox:" addition out of qr-related code
  * Less agressive tooltip
  * Check for writability for Qr saves
  * Add -lqrencode to JENKINS

  [ PKEv ]
  * Update Russian translation

  [ sudden6 ]
  * fix  #1394

  [ agilob ]
  * closes tux3/qtox #1399
  * disable css interitance in setpassworddialog

  [ Dubslow ]
  * Fix qr label wordwrap

  [ isn0gud ]
  * add friend on enter key pressed #1404

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 17 Mar 2015 15:59:14 +0000

qtox (0.0.0+git20150314.r2555-1) unstable; urgency=medium

  [ Zetok Zalbavar ]
  * Add missing comment for #1367

  [ dbuday ]
  * Added croatian translation to qTox

  [ minj ]
  * update Lithuanian translation

  [ Davor ]
  * Update i18n.pri
  * Update res.qrc
  * Update generalform.cpp

  [ Flakebi ]
  * Disable call buttons in a lonely groupchat
  * Reset activeChatroomWidget when switching to addFriendForm

  [ agilob ]
  * UI fixes in general form:

  [ Flakebi ]
  * Add askQuestion with custom buttons
  * Rename dialog buttons
  * Align file bubbles better

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 14 Mar 2015 22:31:39 +0000

qtox (0.0.0+git20150313.r2534-1) unstable; urgency=medium

  [ Dubslow ]
  * Mark which peers are playing, styling is open to suggestions closes #757

  [ Ansa89 ]
  * Italian translation: update

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Fri, 13 Mar 2015 22:53:26 +0000

qtox (0.0.0+git20150312.r2532-1) unstable; urgency=medium

  [ novist ]
  * Window icon is set same as tray icon Removed use of "qtox" theme icon as
    it is no longer relevant

  [ Dubslow ]
  * remove duplicate code
  * Slightly better error message
  * Autofocus name edit in profileform fixes #1364
  * Attempted fix for #1352

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 12 Mar 2015 23:16:10 +0000

qtox (0.0.0+git20150311.r2526-1) unstable; urgency=medium

  [ krepa098 ]
  * Text: Tooltips (issue #1238)
  * use QUrl::fromLocalFile (fix #1305)

  [ Dubslow ]
  * Filter audio checkbox has effect mid-call

  [ Kill Your TV ]
  * New upstream git snapshot
  * Update apparmor profile

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 12 Mar 2015 02:52:34 +0000

qtox (0.0.0+git20150311.r2522-1) unstable; urgency=medium

  [ Ovidiu Sabou ]
  * Move the identity settings tab into its own dedicated profile page
  * Refresh the available profiles when the profile page is shown. Fix regression for #1012
  * Set a header to be consistent and to have the profile page remain open when switching profiles
  * Fix a crash bug when closing the application
  * Refresh the profile list when the new id is available in the core
  * Silence warning

  [ Dubslow ]
  * Tidying new profile form Fixing up Widget code for simplicity and
    consistency, add picture to form heading

  [ Flakebi ]
  * Allow writing messages in a lonely groupchat

  [ Ansa89 ]
  * Italian translation: update

  [ novist ]
  * Support for theming qTox tray and window icons

  [ agilob ]
  * probably closes tux3/qtox#1330
  * prevent segfault ;_; repaint only after changing alias

  [ Flakebi ]
  * Inline funtion calls

  [ Dubslow ]
  * Rename widget/form/settings/identitysettings.ui to
    widget/form/profileform.ui

  [ Kill Your TV ]
  * New upstream git snapshot
  * Add apparmor profile in complain mode

 -- Kill Your TV <killyourtv@i2pmail.org>  Wed, 11 Mar 2015 21:46:14 +0000

qtox (0.0.0+git20150308.r2505-1) unstable; urgency=medium

  [ kushagra ]
  * solves issue 1309

  [ TheLastProject ]
  * Use QImage scaling and base64 encoding for sharper previews

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 09 Mar 2015 00:48:06 +0000

qtox (0.0.0+git20150306.r2501-1) unstable; urgency=medium

  [ novist ]
  * Delayed tray icon creation to timer event. Added null checks around usage
    of tray icon object.

  [ agilob ]
  * keyboard shortcut to change current chat
  * clearing chatarea

  [ baloo79 ]
  * Update i18n.pri (Hungarian translation)
  * Update res.qrc (Hungarian translation)
  * Hungarian translation added
  * Update generalform.cpp (for Hungarian translation)

  [ minj ]
  * tweak some Lithuanian translations

  [ TheLastProject ]
  * Fix images with spaces or other non-HTML characters breaking the preview

  [ Sean ]
  * High DPI scaling

  [ tux3 ]
  * Cherry-pick from #1323

  [ tux3 ]
  * Catch OpenCV errors

  [ Domen Skamlic ]
  * Update README.md

  [ TheLastProject ]
  * Resize images. Fixes #1204

  [ tux3 ]
  * Change OpenCV error mode

  [ Domen Skamlic ]
  * Added Slovenian translation.
  * Some minimal fixes

  [ TheLastProject ]
  * Fix yet another regression by using padding-less bigger icons

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 07 Mar 2015 20:23:18 +0000

qtox (0.0.0+git20150228.r2466-1) unstable; urgency=medium

  [ agilob ]
  * closes again tux3/qtox #988

  [ TheLastProject ]
  * Add image preview on mouseover

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 28 Feb 2015 20:04:14 +0000

qtox (0.0.0+git20150227.r2462-1) unstable; urgency=medium

  [ Zetok Zalbavar ]
  * [qtox.pro] fix building with support for libappindicator

  [ agilob ]
  * closes tux3/qtox #1289
  * +comment

  [ Ansa89 ]
  * Italian translation: update

  [ agilob ]
  * qlabels will not support richtext, plaintext only

  [ Kill Your TV ]
  * New git upstream snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 28 Feb 2015 00:43:09 +0000

qtox (0.0.0+git20150225.r2453-1) unstable; urgency=medium

  [ TheLastProject ]
  * Allow user to open all transferred files, but warn for executable files
  * Actually use yes/no question
  * Remove unused variable
  * Make askQuestion more flexible, defaulting to Yes/No
  * Oops, default for file transfer message should be no
  * Use blacklist for executables, explicitly run executables with QProcess to
    work around KDE4.4 security measure which disallows running executables

  [ novist ]
  * Reworked IPC class:   * Simpler design   * Suport for named events   *
    Support for checking if events were handled   * Support for sending events
    to specific application instance
  * Fixes #840
  * Allow only main (IPC owner) instance to save global settings

  [ agilob ]
  * fix tux3/qtox #891

  [ Sean ]
  * Attempt to fix #1269 with macho weak linking

  [ tux3 ]
  * Only use StatusNotifier on KDE5

  [ TheLastProject ]
  * Make default friend request message contain nickname

  [ tux3 ]
  * Implement GTK systray icon backend

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Start implementing toxme.se support

  [ tux3 ]
  * Implementing creating a toxme address
  * Implement deleting a toxme address
  * Remove install_libfilteraudio.sh until it works properly
  * Use GTK status icon on Gnome
  * Compile toxme support
  * Use Qt systray again on KDE4
  * Update INSTALL.md for filter_audio
  * Don't include appindicator for GTK backend
  * Fix missing include for toxme
  * Tell to install libappindicator in INSTALL.md

  [ TheLastProject ]
  * Update Dutch translation

  [ minj ]
  * update Lithuanian translation

  [ tux3 ]
  * Upload update FTP deployement scripts
  * Disable systray unity backend by default
  * Fix missing brace
  * Don't build desktop resource files on android

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Wed, 25 Feb 2015 21:25:23 +0000

qtox (0.0.0+git20150223.r2411-1) unstable; urgency=medium

  [ Chloe ]
  * Avatar Choosing Dialog
  * Update widget.cpp
  * Update widget.cpp

  [ Zetok Zalbavar ]
  * Rename 'Start automatically' → 'Autostart'

  [ krepa098 ]
  * fix issue #1161

  [ Joseph Anania III ]
  * Added initial :name: emoticon support and compatiblity with cylgom pack
    for TwitterEmojiSVG and artwork fixes

  [ krepa098 ]
  * try fix #1165
  * fix issue #1168
  * fix issue #1163

  [ Dubslow ]
  * Ask before joining group Fixes #1101, closes #1177
  * Refactor image filter as discussed

  [ Chloe ]
  * Fixed Markdown Error in Install.md

  [ Joseph Anania III ]
  * changed grinning faces to show more teeth and to be closer to Unicode's
    examples

  [ Dubslow ]
  * Fix #1182

  [ Joseph Anania III ]
  * due to demand added TwitterEmojiSimple emoticon theme shares assets with
    TwitterEmojiSVG doesn't replace ascii smiles :-)

  [ BroncoTc ]
  * Add Chinese translation
  * edit the three config & source file
  * Partial translated
  * Work temply transmitted to Dennx to finish

  [ Denny Dai ]
  * Finish zh_CN translation

  [ BroncoTc ]
  * Beta version of Chinese language file

  [ Ansa89 ]
  * Italian translation: update

  [ BroncoTc ]
  * add spaces between language names

  [ Zetok Zalbavar ]
  * Update toolTip for Compact contact list

  [ BroncoTc ]
  * Checked by Qt Linguist
  * Qt installed and lupdated

  [ krepa098 ]
  * use QString::toHtmlEscaped
  * fix issue #1161 round 2!

  [ BroncoTc ]
  * Translation Added
  * Translation finished

  [ krepa098 ]
  * fix issue #1181

  [ TheLastProject ]
  * Turn group invite warning into question. Fixes #1199

  [ BroncoTc ]
  * update zh lang
  * fix translation problems

  [ TheLastProject ]
  * Add open directory option to completed file transfers
  * Fix docname in dir.svg
  * Update Dutch translation

  [ Joseph Anania III ]
  * Bug Fixed TwitterEmojiSimple
  * removed leading directory from TwitterEmojiSimple

  [ TheLastProject ]
  * Clean up code

  [ BroncoTc ]
  * Update all the lang files
  * Revert "Update all the lang files"

  [ Dubslow ]
  * New screenshot in README Any other screenshots are welcome

  [ Zetok Zalbavar ]
  * [INSTALL.md] Same build dependencies for Debian and Ubuntu

  [ Dubslow ]
  * Single line copy/pasted text
  * Fix #1169
  * Use filter_audio Makefile, bump sodium version May help with #1128 @novist
    bootstrap.sh no longer calls install_libfilteraudio.sh, I'd like you to
    fix Windows as necessary (I have no idea if the filter_audio Makefile
    supports Windows or not). I'd like to remove install_libfilteraudio.sh if
    possible.
  * Major bug: audio filtering never actually worked We filtered the audio
    after it was already processed by core, i.e. it was never used @mwuttke97
    @tux3 @Dubslow pls

  [ Serg ]
  * fix missed math include

  [ Dubslow ]
  * Add experimental echo cancellation to qTox It compiles with modified
    OpenAL (unchanged logic otherwise), but effectiveness needs testing (like
    uTox)
  * Add static OpenAL to Jenkins
  * Fix spurious dependencies on non-unity Tox repo packages

  [ TheLastProject ]
  * Hide is typing status when friend disconnects

  [ Joseph Anania III ]
  * changed emoticon widget to show 24x24 emoticons

  [ Dubslow ]
  * Fix build issue with older OpenALs

  [ Sean Qureshi ]
  * Future

  [ BroncoTc ]
  * translate Warning text and small fixes

  [ Sean ]
  * How did both code reviewers miss this

  [ tux3 ]
  * Attempt at fixing #1187

  [ Dubslow ]
  * Added pic of compact contact list/groupchat

  [ novist ]
  * Updated windows/bootstrap.sh to build filter_audio using Makefile

  [ TheLastProject ]
  * Fix regression showing is typing too often

  [ tux3 ]
  * Fix #1104
  * Install 64bit updates on Win64, not 32bit
  * Fix warnings when ALC_LOOPBACK_CAPTURE_SAMPLES not defined
  * Change windows update host

  [ Ansa89 ]
  * Italian translation: update

  [ tux3 ]
  * install_libfilteraudio.sh: Exit on error

  [ Sandro Santilli ]
  * Handle more errors
  * Fix build of filter_audio on unix

  [ tux3 ]
  * Bootstrap from more nodes until we're connected
  * Start StatusNotifier system tray backend
  * Initial statusnotifier systray context menu support
  * Create statusnotifier main icon via pixbuf
  * Generate statusnotifier context menu icons
  * Fix statusnotifier icon color conversion
  * Fix warnings in statusnotifier
  * Prioritize Unity sistray backend over StatusNotifier
  * Create systray statusnotifier ctor icon properly
  * statusnotifier: Handle middle clicks
  * Don't compile statusnotifier if disabled
  * SystemTrayIcon: Log what backend is used
  * Fix warning when !QTOX_PLATFORM_EXT
  * Android: Don't link with libsodium.so
  * Android: add ./libs/lib to linker search path
  * Android: Better search for libopenal.so
  * Android: Catch Back key and exit
  * Wait longer before trying new bootstrap nodes

  [ TheLastProject ]
  * Make call tooltips depend on status, grey out vol and mic settings when
    not in a call
  * Clicking the yellow button on an incoming call answers

  [ tux3 ]
  * Start new Material Design android GUI
  * Don't build android files on desktop platforms
  * Enable StatusNotifier by default on Linux
  * Android: Don't build Desktop-only code

  [ TheLastProject ]
  * Update Dutch translation

  [ Zetok Zalbavar ]
  * [qtox.pro] add more INCLUDEPATH for GTK deps

  [ tux3 ]
  * Fix system tray icon on GNOME classic
  * Enable Unity/Gnome systray backend by default

  [ BroncoTc ]
  * update zh translation
  * Translated

  [ tux3 ]
  * Cherry pick part of #1259
  * Only use StatusNotifier on KDE

  [ Kill Your TV ]
  * New git upstream snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 23 Feb 2015 23:14:40 +0000

qtox (0.0.0+git20150215.r2290-1) unstable; urgency=medium

  [ Dubslow ]
  * Make Dutch selectable translation

  [ krepa098 ]
  * replaced QMarginsF by QMargins
  * Text: color property
  * refactoring & dark-theme awareness
  * redo layout on Settings::emojiFontChanged

  [ Dubslow ]
  * Remove QMarginsF, reduce to Qt 5.2

  [ krepa098 ]
  * FTW: Always show the checkmark after a successful transfer
  * fix issue #14

  [ Dubslow ]
  * Fix compile error
  * Fix clang warnings It complained about row being used uninitialized,
    though it was a spurious warning
  * Fix #1154

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 15 Feb 2015 22:17:13 +0000

qtox (0.0.0+git20150214.r2278-1) unstable; urgency=medium

  [ krepa098 ]
  * initial commit
  * progress
  * progress
  * progress
  * bye bye base64 emoticons
  * (c)
  * artwork
  * progress
  * filetransferwidget: first steps
  * hooked up filetransferwidget
  * more work on filetransferwidget
  * ui tweaks
  * removed ChatLine vAlignCol
  * don't depend on valid cursur
  * revisited selection
  * changed color of selGraphItem
  * margins, update selection rect during resize
  * filetransferwidget: added open (browse?) button, fixed layout
  * chatline: fixed bbox height calculation
  * filetransferwidget.ui: reverted margins. chatlinecontentproxy: calculate
    firstLineVOffset
  * cleanup
  * Text: use ascent rather than height
  * adjusted Image, Spinner, ChatLineContentProxy vOffset
  * renamed firstLineVOffset to getAscent
  * Text: selection use fuzzy hit
  * Text: detect anchors
  * filling the gaps
  * Text: toHtmlChars
  * innerStyle, groupchats
  * filetransferwidget layout changes
  * fix selection
  * chatlinecontentproxy: scaling behaviour
  * filetransferwidget: use CroppingLabel
  * chatlog: save chat log
  * chatline: set row and col number
  * chatlog: Don't accept drops
  * styled chatlog, cleanup
  * respect time format
  * disabled group joined/left messages
  * don't use DesignMetrics
  * don't set cache mode

  [ apprb ]
  * honouring aliases in the loaded history

  [ krepa098 ]
  * fixup merge
  * fixed anchors
  * quoting support, toHtmlChars, fixes
  * fixed history
  * refactoring, fixes
  * fix no visible line case
  * check "use emoticons"
  * cleanup
  * ChatLine: cell spacing
  * use resolveToxID
  * fixed eliding (ie. invisible nicknames)
  * cleanup
  * filetransferwidget: fixed pause button, ETA, font size, resource usage
  * ChatLine/ChatMessage: use shared_ptr
  * cleanup
  * Moved the context menu to GenericChatForm
  * ChatLog: Autoscroll while selecting
  * refactoring
  * ChatLog: insertChatlineAtBottom, refactoring
  * history fixes
  * cleanup
  * changed output of ChatLog::toPlainText
  * history: require markAsSent
  * ChatLog::insertChatlineOnTop: overload taking a list
  * hopefully less noticeably partial updates
  * history: fixed regression
  * refactoring
  * change previousId on action
  * fixed first message not getting displayed properly
  * cache innerStyle as it gets used frequently
  * renamed deltaRepos to deltaY
  * FileTransferWidget: limit browse to pics and archives
  * qrc: added missing browse_path.png
  * cleanup
  * error symbol
  * speed up ChatLine::moveBy
  * [test] use std::vector rather than QVector
  * plain svg
  * [test] use BspTreeIndex (might be slower?)
  * optimized ChatLog::getContentFromPos
  * Revert "[test] use BspTreeIndex (might be slower?)"
  * faster scrolling, more cheating
  * moved history loading to FriendWidget::setAsActiveChatroom()
  * towards better scrolling
  * cleanup
  * Text: copy image keys
  * cleanup
  * moved typing notifications to ChatLog
  * tweaks, colorize the blue * in /me
  * FileTransferWidget: fixed autoaccept
  * cleanup
  * tweaked FileTransferWidget min size
  * FileTransferWidget: use baseName instead of completeBaseName + tweaked autoAccept
  * cleanup
  * cleanup
  * fixed chatlog not scrolling to bottom after resize
  * Don't stick to bottom if the user scrolls while the worker is still running
  * comments
  * More pleasant multi-line selection, refactoring
  * refactoring
  * tweaked ChatLog::getSelectedText
  * FileTransferWidget::acceptTransfer: Regression - check whether the path is NOT writable
  * refactoring, reverted ChatLog::getVisibleRect
  * refactoring
  * don't forget to reposition the typingNotification on insertChatline*
  * createChatInfoMessage: increase icon size from 16 to 20 px
  * FileTransferWidget: calculate mean
  * "%user is typing..." -> "%user ..."
  * update typing notification on resize
  * extended spinner class
  * ChatMessage::createTypingNotification, resized images to 18x18, new
    (spinning) notification icon
  * updated error/info.png

  [ Dubslow ]
  * minor code cleanup

  [ krepa098 ]
  * fixed potential null deref. & memory leak
  * nice!
  * cleanup
  * Text: Do not rely on QTextCursor for selection
  * removed selectAll()
  * double-click selection
  * Text: extractSanitizedText, hookup double-click selection
  * NotificationIcon
  * renamed get/setRowIndex to get/setRow
  * cleanup
  * fix divide by zero
  * show 2 decimals starting from MiB
  * typo
  * cleanup
  * ChatLog: busy-screen during resize
  * Added Timestamp class, moved output generation while saving to
    GenericChatForm and changed the generated layout
  * ChatMessage::createChatInfoMessage: use toHtmlChars
  * use html <center> instead of ColumnFormat::Center
  * [HiDPI] ChatLog: replaced all .png by .svg, FTW custom paintEvent This
    does not enable HiDPI support!
  * cleanup previous commit
  * specify background brush
  * reposition busy notification *after* resize
  * fix regression: chatlog didn't scroll to bottom on startup
  * ChatLog::selectAll, refactoring of actions (issue #808)
  * make use of EmojiFontPointSize (fix #1026)
  * fix showEvent calling centerOn
  * FileTransferWidget: visual tweaks
  * Moved status messages back to the left
  * use QSize instead of QSizeF, cleanup
  * set ChatLine::isVisible to true
  * Speed-up rendering
  * ChatLineContent: removed boundingSceneRect()
  * renamed ChatLine::boundingSceneRect to ChatLine::sceneBoundingRect
  * comparators should be public
  * change ChatLine::isVisible to false, rename Text::isVisible to
    Text::keepInMemory
  * tweaks
  * fix a render artifact
  * revert to "[user] is typing"
  * optimizations and tweaks
  * fixup! Merge branch 'master' into chatlog_v3_1
  * tweaked ChatLog::getSelectedText
  * selection rect: change color on focus-in/out, action cleanup
  * change color for precise selection on focus-in/out
  * fixup! Merge branch 'master' into chatlog_v3_1
  * use QPainter::setClipRect
  * ChatLog: don't start the resize worker if the width doesn't change
  * set the correct wrap mode
  * fix crash on exit
  * add svg to CONFIG (link against the svg module)
  * fix bbox calculation
  * cleanup
  * FTW: circular buttons [feedback wanted]
  * FTW: color animation
  * FTW: don't display "Location not writable" if path is empty
  * Spinner: lowered rotational speed
  * faster, synchronized spinners
  * cleanup
  * Spinner: fade in
  * cleanup
  * FTW: Replaced QPropertyAnimation by QVariantAnimation
  * FTW: Use KeepAspectRatioByExpanding
  * FTW: Don't fire an animation if start- and endcolor are the same
  * FTW: Slightly increased height
  * fix actions not triggering reliably + ctrl+insert shortcut on linux
  * do not change clipboard content if selected text is null
  * Merge branch 'master' into chatlog_v3_1
  * Text: documentLayout()->update()
  * add timestamp to copied text (issue #4)
  * clear previous id on action (issue #7)
  * Fix ownership problem (issue #8)
  * add copy to selection buffer (middle mouse-button issue #6)
  * copy: handle pending messages
  * tweaked layout calculation
  * ownership (again)
  * refactoring
  * revised issue #6
  * fix issue #10
  * copy/paste changed format (issue #11)
  * Text anchors: use PointingHandCursor

  [ TheLastProject ]
  * Add Dutch translation

  [ krepa098 ]
  * fix crash in Text::hoverMoveEvent
  * reverse history entries as they are no longer reversed in
    ChatLog::insertChatlineOnTop
  * do not trigger repaint if invisible

  [ Bruno Kühnen Meneguello ]
  * Updated portuguese translation

  [ Ansa89 ]
  * Italian translation: update

  [ Zetok Zalbavar ]
  * Update Polish translation
  * Add qtopengl as dependency in INSTALL.md

  [ Dubslow ]
  * Refactor OfflineMsgEngine, fix potential segfault (@apprb take note
    please)
  * Minor cleanup

  [ krepa098 ]
  * mockup (WIP)
  * Revert "FTW: circular buttons [feedback wanted]"
  * finished work on FTW
  * FTW: 1px spacing instead of 2px
  * display "unconfirmed" on new file transfer requests

  [ Dubslow ]
  * Fix #1158

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 14 Feb 2015 23:46:46 +0000

qtox (0.0.0+git20150211.r2060-1) unstable; urgency=medium

  [ Joseph Anania III ]
  * Added Twitter emoji SVGs with copyright notice and my emoticons.xml file
    this brings color emoji support to qtox
  * Updated res.qrc file to add TwitterEmojiSVG emoticon files minor fixup to
    emoticons.xml
  * added emoticons.xml to res.qrc for the TwitterEmojiSVG theme
  * Set Emoticon Widget input to 8x8 instead of 5x3 for larger emoticon sets
  * Set TwitteEmojiSVG as the default emoticon theme

  [ Zetok Zalbavar ]
  * Add libqt5svg5-dev to Debian dependencies

  [ apprb ]
  * fix #513

  [ Joseph Anania III ]
  * Split smileys to seperate qrc file and added it to qtox.pro

  [ Dubslow ]
  * Fix smileys.qrc, remove duplicates

  [ Ansa89 ]
  * Italian translation: update

  [ Dubslow ]
  * Fix #1129
  * Fix #1131

  [ Dubslow ]
  * Minor translation things in the ui files

  [ Kill Your TV ]
  * New git upstream snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 12 Feb 2015 01:07:54 +0000

qtox (0.0.0+git20150207.r2041-1) unstable; urgency=medium

  [ apprb ]
  * proper encrypted history loading
  * encrypted history: class constructor: refacroring
  * Fixes

  [ dubslow ]
  * move encryption to separate file for sanity
  * core encryption file is basically complete, I need to verify privacy tab
  * incremental
  * Incremental work, starting to take shape
  * Ah, much cleaner
  * Added change pw buttons; encryption is very nearly done. @apprb there is
    one question and one TODO that you should look over in privacyform.cpp, as
    well as a TODO in historykeeper.cpp Also both the encryption settings box
    and the pw dialog lineedits should probably be in a QGridLayout... but I
    don't really want to do that by hand :P

  [ Dubslow ]
  * Clarification
  * fix copyright statement, update comment
  * Fix not setting tox null after cleanup also reordered functions for super
    extra safety

  [ apprb ]
  * history: encrypted <-> plain convertion
  * small code unification

  [ Dubslow ]
  * finishing touches

  [ apprb ]
  * plain db encryption

  [ Dubslow ]
  * just remove clearing password in dtor which is only called on exit solves
    the bug found by apprb
  * turns out the password code saving Configuration was useless anyways would
    have avoided the bug I just "fixed"
  * warn only once on unecrypted file with encryption set
  * Fix threading issue with startup pw popup The GUI is slow to update after
    accepting a password, but a cursory ten minute investigation didn't yield
    why I inserted a processEvents() call before ready = true; at the end of
    Core::start, but that didn't help. Define the total time between the
    password dialog disappearing and the UI updating with your own status is
    T: Then my debug statement indicated that this processEvents call happened
    around 1/3T, raising two questions: 1) What the hell is happening between
    0 and 1/3 T? Decryption doesn't take that long... Note that bad passwords
    are immediately rejected with a new dialog, so I highly doubt it's the
    decryption cpu time 2) The remaining 2/3rds: processEvents has been called
    after the avatar and username signals, yet they don't update in the UI
    till time T when everything updates after bootstrapping...
  * remove files that I shouldn't have added in the first place
  * tweak to popup questions
  * fix change profiles button
  * Move privacy tab settings to per-profile settings file This may lose the
    current settings in the tab, but currently only keep history is enabled
    anyways
  * word wrap the privacy tab string

  [ apprb ]
  * password strength meter

  [ Dubslow ]
  * refactor/fix switching profile with separate settings
  * minor tweaks
  * check for non-existent file
  * more file open checking
  * when loading, try using main password for history
  * fix clearing duplicate passwords fixes dubslow/qTox#2
  * fix loading an encrypted chat log failing
  * fix bug with "use other password" It's more trouble than it's worth to
    shallow copy; changed to deep copy with STL
  * Improve dialogs around unencrypting history, per zetok's suggestions
  * Ignore empty history files on start This fixes an esoteric issue of
    enabling chat log encryption and then restarting before adding any
    messages
  * Slightly more useful initial password dialogs
  * Fix profile settings issue from command line, default unencrypt history is Cancel
  * Fix segfault, minor cleanup
  * Fix bug with initial password dialogs accepting empty passwords
  * Confirm decrypt data, various ui/txt tweaks
  * oops, fortunately this wasn't a bug yet...
  * Fix the segfault fix
  * Fix two minor bugs
  * Fix threading issue while widget's killing itself
  * fix button typo, closes dubslow/qTox#7
  * write settings *after* changing them... closes dubslow/qTox#3
  * Hacky fix to cancelling a switch to an encrypted profile closing It's
    either this or some fairly major refactoring, which is preferable, but
    I've got another even bigger refactoring in mind, and fixing this will be
    rolled into that. Closes dubslow/qTox#4
  * Potential fix for history issues, both dubslow/qTox#5 and dubslow/qTox#6
  * Fix SPE

  [ novist ]
  * Use svg for taskbar/tray icons

  [ Dubslow ]
  * When enabling history encryption, check for and use previously-ignored
    encrypted history Should close dubslow/qTox#5 and close dubslow/qTox#6
    Note that the GUI isn't updated with the ignored history, that's a TODO
  * Fix the previous todo
  * Code cleanup
  * Reword opening password dialog per srkunze's suggestion

  [ novist ]
  * Tray icon notification of new messages

  [ Dubslow ]
  * chat logs -> chat history, miscellaneous rewordings
  * More descriptive dialog text
  * Add svg to dependencies
  * Implement hack to make closing the history dialog not disable history Also
    word wrap the extra long text
  * Tweak re-enabling old history popups

  [ Zetok Zalbavar ]
  * Add Qt svg module to dependencies in INSTALL.md

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Try to prevent nullptr dereference of icon
  * Check icon for nullity in Widget
  * Initial android support

  [ tux3/mlkj ]
  * Initial Android support

  [ Ansa89 ]
  * Italian translation: update

  [ Sascha Brendel ]
  * Added German translation for new Encryption-Dialogs and -forms

  [ tux3/mlkj ]
  * Use GUI instead of Widget for common GUI tasks

  [ Sascha Brendel ]
  * Added svg-Support

  [ novist ]
  * Fixed busy and invisible taskbar icons Updated other status icons Removed
    duplicate status icons from ui/statusButton

  [ Sascha Brendel ]
  * removed whitespace

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Cleanup before returning from main

  [ Sascha Brendel ]
  * Added pacman qt5-svg support.
  * Added yum qt5-qtsvg support.

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Assert that Widget isn't used on Android

  [ Zetok Zalbavar ]
  * Change warning message to less confusing one

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix #1099
  * Fix typo in regexp

  [ Dubslow ]
  * Cleanup 331baa74474b27e18671d4a38a4847cf17e2e179

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix screenshot in README.md

  [ Dubslow ]
  * Fix newlines in German translation

  [ Zetok Zalbavar ]
  * [README.md] Add link pointing to ways of contributing

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * First draft of the Android GUI

  [ Sascha Brendel ]
  * Added German translation for new Encryption-Dialogs and -forms
  * Added svg-Support

  [ novist ]
  * Fixed busy and invisible taskbar icons Updated other status icons Removed
    duplicate status icons from ui/statusButton

  [ Sascha Brendel ]
  * removed whitespace
  * Added pacman qt5-svg support.
  * Added yum qt5-qtsvg support.

  [ Zetok Zalbavar ]
  * Change warning message to less confusing one

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix screenshot in README.md

  [ Dubslow ]
  * Fix newlines in German translation

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Add input method hints to some fields

  [ apprb ]
  * Offline messaging refactoring: Separated class for this purpose + more
    reliable resenging

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Disable systray icon on KDE 5

  [ Kill Your TV ]
  * New git upstream snapshot
  * Add build-dep on libqt5svg5-dev

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 08 Feb 2015 03:23:14 +0000

qtox (0.0.0+git20150201.r1933-1) unstable; urgency=medium

  [ Christoffer Sterner ]
  * Added sudo to yum install

  [ Sascha Brendel ]
  * Updated German translation

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Update for toxcore API break

  [ Ansa89 ]
  * Italian translation: update

  [ Zetok Zalbavar ]
  * Some tweaks for tooltips in settings
  * Update Polish translation

  [ Christoffer Sterner ]
  * Add support for playback audio slider setting
  * Playback audio slider support non-group call

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Windows installer: Fix x64 install path

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 02 Feb 2015 02:41:47 +0000

qtox (0.0.0+git20150201.r1918-1) unstable; urgency=medium

  [ Ansa89 ]
  * Italian traslation: update

  [ Zetok Zalbavar ]
  * Add tooltips in settings

  [ Christoffer Sterner ]
  * Fix keypad enter not sending message

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix spurious quitting when dialog closed and in tray

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 31 Jan 2015 23:53:43 +0000

qtox (0.0.0+git20150130.r1911-1) unstable; urgency=medium

  [ Сухарик ]
  * fix greentext, take 2

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Exit if nonnexistant profile passed to -P
  * Change -P command line option to -p

  [ Tux3/Mlkj ]
  * Implement SystemTrayIcon with Qt backend and Unity stub
  * Fix tr warning in CallConfirmWidget

  [ Dubslow ]
  * Fix #1064

  [ Tux3/Mlkj ]
  * Implement SystemTrayIcon Unity backend

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix some SystemTrayIcon issues with Qt backend
  * Show systray icon by default on linux too
  * Allow coloring multi-level quotes

  [ kushagra ]
  * issue 960

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * CppCheck, some video perf improvements
  * Fix some systray issues on windows

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 31 Jan 2015 00:14:35 +0000

qtox (0.0.0+git20150128.r1895-1) unstable; urgency=medium

  [ novist ]
  * General settings UI cleanup
  * Separate setting to show window on new message (without focusing window)
    Setting to always notify on messages in group chats (like normal chats)
    Check for mentioned name only triggers if name is not in the middle of
    other word

  [ Lednerb ]
  * Fixed translation errors.
  * Added tox1-protocol prompt.

  [ Dubslow ]
  * Move "Make Tox portable" to advanced settings tab
  * Fix most of the things suhr mentioned also added colons a buncha places
    translation->language save files in->save to moved emoticon size after
    smiley pack Ignoring the excellent point raised by zer0-One for now
  * Simplify regex

  [ Ansa89 ]
  * Italian translation: update

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Use Yes/No, not Ok/No when asking questions

  [ Dubslow ]
  * In groupchats, check for sanitized name as well Fixes #952

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Save camera video res in settings
  * Fix some memory leaks and fix #1038
  * Fix possible crashes on exit, add debug info
  * Prevent possible deadlock on exit
  * Fix #681
  * Fix #1037
  * Fix #1040
  * Fix #1039
  * Pixel-perfect spacing of chat form buttons
  * Implement new call confirm widget logic
  * Stylized CallConfirmedWidget, placeholder buttons
  * Show call confirm under video if appropriate
  * CallConfirmWidget: don't overflow to the right
  * CallConfirmWidget: track anchor's position
  * Add real buttons for CallConfirmWidget
  * Change some signal connections to new style
  * Change OS X download link to jenkins
  * Don't call auto-updates unstable anymore
  * Create volButtonDisabled.png

  [ agilob ]
  * closes tux3/qtox#850
  * undo double polishing in chatform
  * fixed memory leaks
  * arrow up to paste previous message
  * removed unused code
  * added comment to explain this spaghetti
  * dont clear msg everytime

  [ Tux3/Mlkj ]
  * Update outdated autoupdate comments

  [ Dubslow ]
  * Make greentext pickier > must be the first character (i.e. leading
    whitespace disables greentext) > must be followed by a "word" character,
    with an optional space (sorry zetok, but this is much more intuitive) >
    followed by two+ spaces doesn't count Fixes #945

  [ novist ]
  * Fixed showing window when clicking tray icon / shortcut and window is
    minimized Double-clicking tray icon shows window Middle-clicking tray icon
    hides window

  [ agilob ]
  * fixing problem with +1 lines in msg edit

  [ Dubslow ]
  * Make compact contact layout dynamically changeable There was some various
    minor incidental cleanups as well

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix rounding for non-square CallConfirmWidget
  * Windows updater: Improve reliability
  * Auto-update: Better resuming support, lockfree-threading

  [ agilob ]
  * adding volButtonDisabled to rsc

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Use YYYY-MM-DD date format in logs, fixes #1060

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Wed, 28 Jan 2015 12:55:28 +0000

qtox (0.0.0+git20150121.r1841-1) unstable; urgency=medium

  [ novist ]
  * Fixed warning in timer_win.cpp
  * Including only required opencv headers. Workaround for opencv bug where
    partial builds would lack certain headers but opencv.hpp includes them
    anyway resulting in a build error.
  * Added windows/bootstrap.sh which downloads and compiles all qtox
    dependencies Fixed install_libfilteraudio.sh to work on windows
    bootstrap.bat now invokes sh bootstrap.sh (for convenience) Updated
    INSTALL.md to reflect simplified bootstrapping procedure
  * Updated linked libs for win32:   * Removed libs that were not used   *
    Reordered few libs to make mingw happy   * Updated version of opencv libs
    to 249

  [ Zetok Zalbavar ]
  * Re-word 'Compact layout' → 'Compact contact list'

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix tux3-dev.tox.im links in README
  * Check that dropped files are readable&non-sequential
  * Update french translation

  [ saneki ]
  * Context menu style fix for chat title

  [ Dubslow ]
  * minor reword (I meant to apply this with the relevant merge commit, but
    forgot to "git add"... life is hard)
  * Typing notifications disappear automagically Fixes #984
  * Fix #967
  * check -P option for invalid profiles closes #977
  * correct static lib extension on *nix

  [ Zetok Zalbavar ]
  * Remove unnecesary word
  * Update Polish translation

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 22 Jan 2015 00:37:24 +0000

qtox (0.0.0+git20150115.r1820-1) unstable; urgency=medium

  [ lumirayz ]
  * added a compact layout for the friends list
  * make the code style more consistent
  * fix more consistency issues

  [ Olexandr Nesterenko ]
  * Update Ukrainian translation

  [ agilob ]
  * closes tux3/qtox#988

  [ Bruno Kühnen Meneguello ]
  * Add Portuguese translation

  [ minj ]
  * add lt.ts
  * translate into Lithuanian

  [ Lednerb ]
  * Fixed translation bug.

  [ Ildar Akhmetgaleev ]
  * Defining link color in chat area css

  [ derMart ]
  * fix videosurface flipping buffers
  * 0x0 resolution removed better camera initializing in av settings
  * refactoring audio device initialization in av setting to prevent opening
    devices twice

  [ Lednerb ]
  * Added German translations

  [ Zetok Zalbavar ]
  * Small spelling fix

  [ derMart ]
  * fix incompatibility of MSAA (SampleBuffers) and SingleBuffer mode in
    VideoSurface
  * fix missing showEvent in AVForm
  * fix resetting AVForm resolution combobox index to get change signal always
    fired during init

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Fri, 16 Jan 2015 09:04:29 +0000

qtox (0.0.0+git20150105.r1795-1) unstable; urgency=medium

  [ zero-one ]
  * Alphabetizes groupchat user list (fixes #701)

  [ Ansa89 ]
  * Italian translation: update

  [ apprb ]
  * more userfriendly history load dialog

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 06 Jan 2015 12:25:43 +0000

qtox (0.0.0+git20150104.r1788-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Filter outgoing audio, not incoming
  * Fix #909

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 05 Jan 2015 13:17:26 +0000

qtox (0.0.0+git20150104.r1785-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Ask user to fallback to tox1 if needed

  [ Zetok Zalbavar ]
  * Some wording improvements

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 04 Jan 2015 21:27:19 +0000

qtox (0.0.0+git20150104.r1782-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Update windows build server IP
  * Fix windows builds: Link with filter_audio
  * Filter incoming audio, not sent audio

  [ novist ]
  * Added typing notification support and enabled by default
  * Fixed text copying from chat windows Tiny formatting fix (space after if)

  [ Nokta-strigo ]
  * Contacts changing status to offline and having new events are not moved to
    the bottom of the list. (see issue #740)

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Thread safe, encapsulated audio
  * Fix some ChatForm debug spam
  * Conform with toxav API change
  * Fix some audio bugs

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 04 Jan 2015 19:33:58 +0000

qtox (0.0.0+git20141231.r1769-1) unstable; urgency=medium

  [ novist ]
  * Removed explanations from tray menu

  [ Théo Bueno ]
  * update nodes list

  [ Toxicop ]
  * Update Deutsch translation

  [ apprb ]
  * fix #963
  * tiny polishing
  * messages splitting fix
  * renaming: Direct Connect -> None

  [ Ansa89 ]
  * Italian translation: update

  [ Zetok Zalbavar ]
  * Update INSTALL.md

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 01 Jan 2015 02:33:45 +0000

qtox (0.0.0+git20141217.r1753-1~debu7+1) stable; urgency=medium

  * Backport to Wheezy
  *  try with gnu++11

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 20 Dec 2014 03:12:47 +0000

qtox (0.0.0+git20141217.r1753-1) unstable; urgency=medium

  [ Ansa89 ]
  * Italian translation: update

  [ Sabri ]
  * Huge French translation fixes

  [ Dubslow ]
  * Revert "fix #902" @apprb #932 This reverts commit
    13306031e238258a3faf2909a01987cf093765dc.

  [ Maximilian Wuttke ]
  * Merge branch 'filter_audio' of https://github.com/mwuttke97/qTox into
    filter_audio Added some `#ifdef QTOX_FILTER_AUDIO`s. Conflicts:
    qtox.pro

  [ agilob ]
  * removing border from contact name linedit

  [ Dubslow ]
  * minor style tweaks
  * update the build system

  [ agilob ]
  * removing spacing from microphone layout

  [ Сухарик ]
  * update russian translation

  [ agilob ]
  * removing fixed size from mic/volume buttons so they align nicely

  [ Zetok Zalbavar ]
  * Make quote colour more readable

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Fri, 19 Dec 2014 01:28:48 +0000

qtox (0.0.0+git20141212.r1729-1) unstable; urgency=medium

  [ Dubslow ]
  * check for no systray, fixes #908 cant believe it took this long to figure
    out ;_;

  [ apprb ]
  * fix #902

  [ Zetok Zalbavar ]
  * Style corrections

  [ novist ]
  * Light tray icon option

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 13 Dec 2014 00:57:23 +0000

qtox (0.0.0+git20141208.r1720-1) unstable; urgency=medium

  [ Lednerb ]
  * Added Translation for error message on sending a file. Also included the
    German Version.

  [ Sascha Brendel ]
  * Update chatform.cpp

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 09 Dec 2014 11:57:11 +0000

qtox (0.0.0+git20141207.r1713-1) unstable; urgency=medium

  [ JoGitqTox ]
  * Update de.ts

  [ A. L'mao ]
  * Destroy AL context before closing old device

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix include 'Windows.h' -> 'windows.h'
  * Change push to talk shortcut to CTRL+P

  [ Simon Vermeersch ]
  * Focus the text input area when clicking on the text area

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Push to talk with input msgedit focused

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 08 Dec 2014 18:55:40 +0000

qtox (0.0.0+git20141205.r1704-1) unstable; urgency=medium

  [ agilob ]
  * fixing bug #891

  [ Gethyn ThomasQuail ]
  * Fixed up Emote button and created new images for the Volume and Mic
    buttons
  * Update INSTALL.md

  [ Dubslow ]
  * add fancier tray icons with status, remove relevant option

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 06 Dec 2014 00:25:02 +0000

qtox (0.0.0+git20141203.r1697-1) unstable; urgency=medium

  [ Dubslow ]
  * add a basic platform-disabling define

  [ Ansa89 ]
  * Italian translation: update

  [ novist ]
  * Fixed getIdleTime() on windows

  [ Dubslow ]
  * disabling platform extensions now affects linking, and can be set from cmd
    line `qmake DISABLE_PLATFORM_EXT=YES`
  * move settings to qtox.ini
  * move friend information to a separate ini file; fixes #594
  * deleting a profile now cleans out all personal data

  [ apprb ]
  * correct displaying of the targeted messages

  [ Dubslow ]
  * Fix not setting tox null after cleanup also reordered functions for super
    extra safety

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 04 Dec 2014 02:26:06 +0000

qtox (0.0.0+git20141201.r1685-1) unstable; urgency=medium

  [ novist ]
  * Option for tray icon to display user status

  [ Maximilian ]
  * Refactored system tray settings in generalform

  [ novist ]
  * Checkboxes in settings grayed out when disabled

  [ Sean ]
  * Lemmie fix those for you
  * Link against IOKit
  * Can't forget CoreFoundation

  [ novist ]
  * Global auto-away
  * Added copyright notices to platform.* Changed u_int** to uint**
  * Reorganized platform-dependent code Auto-away timer check reduced to 1s
  * Switched places platform name and file name
  * Window geometry saved when window is resized Splitter position saved when
    splitter is moved Fixed restoring of window geometry when "Start in tray"
    is unchecked

  [ Dubslow ]
  * move new functions to a more logical location
  * re-move idle timer construction before restoreGeometry
  * clarify systray show-status status
  * touchup, more appropriate legal message

  [ Kill Your TV ]
  * New upstream git snapshot
  * New build-dep on libxss-dev

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 01 Dec 2014 23:22:42 +0000

qtox (0.0.0+git20141130.r1665-1) unstable; urgency=medium

  [ accino ]
  * Added Spanish translation

  [ Zetok Zalbavar ]
  * Sort res.qrc and remove some unnecessary spaces

  [ Dubslow ]
  * put tr list in "alphabetical" order

  [ Zetok Zalbavar ]
  * Update Polish translation

  [ Dubslow ]
  * update core api fixes #882

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 30 Nov 2014 15:30:03 +0000

qtox (0.0.0+git20141127.r1658-1) unstable; urgency=medium

  [ Ansa89 ]
  * Italian translation: update

  [ dubslow ]
  * warn on can't read file, fixes #860

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Attempt to fix #859

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Fri, 28 Nov 2014 01:26:23 +0000

qtox (0.0.0+git20141126.r1654-1) unstable; urgency=medium

  [ JoGitqTox ]
  * Update de.ts

  [ apprb ]
  * GroupList refactoring
  * auto-update audio devices list on tab show
  * Group class refactoring
  * using ToxID in groupchats
  * GroupWidget: menu reordering
  * groupchats: friend's aliases (updates on rejoin)
  * commented currently unused functions in Group class
  * rescan audio devices button
  * minor fixes in ChatAction's creation/processing

  [ Ruben Barkow ]
  * Update de.ts "calling" will be "ruft an"

  [ Carsten Brandt ]
  * added opencv imgproc to dependencies

  [ novist ]
  * No border for message area (as in mockup)
  * Starting client activates existing instance if such exists
  * Added -P <profile> parameter which makes qTox start (and not activate any
    existing instances) and load specified profile
  * -P value name also translated

  [ mannol ]
  * Core update

  [ Carsten Brandt ]
  * Update de.ts
  * fixed some original translation strings
  * adjusted translation messages

  [ Ansa89 ]
  * Italian translation: update

  [ novist ]
  * Group chat button at the bottom of contact list resized to 16x16 like
    other buttons

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix some nullptr dereferences in Audio

  [ Kill Your TV ]
  * New upstream git snapshot
  * Bump dependency on libtoxcoreav-dev

 -- Kill Your TV <killyourtv@i2pmail.org>  Wed, 26 Nov 2014 22:59:42 +0000

qtox (0.0.0+git20141121.r1619-1) unstable; urgency=medium

  [ JoGitqTox ]
  * Update de.ts

  [ nachfuellbar ]
  * Update generalform.cpp

  [ Kill Your TV ]
  * New git upstream snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 22 Nov 2014 03:17:45 +0000

qtox (0.0.0+git20141120.r1609-1) unstable; urgency=medium

  [ Ansa89 ]
  * Italian translation: update

  [ apprb ]
  * check incoming data from DB

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Move group audio playing to Audio singletong/thread

  [ dubslow ]
  * fix #811

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Cherry pick c459263d27531b7856457b13e9b556b2aeb21dae
  * Fix idleTimer use before construction

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 20 Nov 2014 02:31:51 +0000

qtox (0.0.0+git20141118.r1600-1) unstable; urgency=medium

  [ dubslow ]
  * remember status when disconnected (should help with #715)
  * fix crash if no boostrap nodes (fix #791 where "fix" means "mask the
    underlying problem")
  * set aliases from chat form (half of #780)
  * fix bug (which is actually why aliasing was menu'd in the first place)

  [ Сухарик ]
  * update russian translation

  [ dubslow ]
  * add group title menu option, other half of closes #780 also truncate all
    group titles to max len

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix zlib link order on windows x64
  * Update windows installer for x64
  * Remove unnecessary OSX lib search paths
  * README: Add qTox windows 64 bit download link

  [ Kill Your TV ]

 -- Kill Your TV <killyourtv@i2pmail.org>  Wed, 19 Nov 2014 03:13:23 +0000

qtox (0.0.0+git20141118.r1588-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Vol button: Less blury, use Tox Red when pressed

  [ Olexandr Nesterenko ]
  * Update Ukrainian translation

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Mic button: Less blury, use Tox Red when pressed
  * Call buttons: Use tox red
  * Widget: Don't delete icon, it's a child
  * Put group chats audio playing in its own thread
  * Fix incorrect HINSTANCE -> int cast
  * Fix more incorrect HINSTANCE casts
  * Silence potentially uninitialized warning

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 18 Nov 2014 02:12:32 +0000

qtox (0.0.0+git20141117.r1578-1) unstable; urgency=medium

  [ Nokta-strigo ]
  * There was wrong english string
  * Translation of synchronous writing to DB settings
  * Translated call control buttons
  * Slightly improoved translation

  [ Ansa89 ]
  * Italian translation: update

  [ Sean ]
  * Update makedist.sh
  * Create postinstall
  * Create preinstall

  [ apprb ]
  * fix #775
  * use GlobalAutoAcceptDir only if autosaving enabled

  [ Maximilian ]
  * The showSystemTrayIcon's default value is false for linux else it is
    false.

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Cherry pick pull request #793

  [ ovalseven8 ]
  * Update de.ts

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 17 Nov 2014 17:28:09 +0000

qtox (0.0.0+git20141116.r1559-1) unstable; urgency=medium

  [ dubslow ]
  * Extra tooltip and word from the un-picked commit

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Cherry pick f3019a8111f25ef0400c287d851b992d4ca3d839
  * Add missing license headers
  * Fix logic error in audio subscription code

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 16 Nov 2014 20:43:50 +0000

qtox (0.0.0+git20141116.r1555-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Windows updater: Create backup and restore it on failure
  * Search libs in ../../PlugIns on OS X
  * Fix tox: url highlighting breaking the :tox: smiley
  * Add more plugin search paths for OS X

  [ dubslow ]
  * auto away done right (fixes #751)
  * "overhaul" window title, fix #753
  * fix title editing issue, reported by "whoever"

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Cherry pick most of #756

  [ Maximilian ]
  * Minor bug fix: The main window, will never be visible, when the user
    unchecked 'Show system try' and checked 'Start in tray'.
  * similar bug, when closing the window...

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Cherry pick the first part of #762

  [ apprb ]
  * using ToxID instead of bare QString + proper alias using during widget
    creation

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Allow to change i/o audio devices without restart
  * Allow to change audio i/o device mid-call
  * Leave group calls when leaving a group
  * Refactor audio out of code, better resource management
  * Fix #778
  * Fix #635

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 16 Nov 2014 19:26:36 +0000

qtox (0.0.0+git20141115.r1536-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix friendlist having a bad gray background
  * Fix #767
  * Rewrite horrible type casting pointer magic with shifts

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 15 Nov 2014 23:52:45 +0000

qtox (0.0.0+git20141115.r1533-1) unstable; urgency=medium

  [ Ansa89 ]
  * Italian translation: update

  [ Zetok Zalbavar ]
  * Make sql tuning strings translatable

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Add debug output
  * Remove debug output
  * Fix buffer overflow with >1 audio input channel

  [ Kill Your TV ]
  * New upstream git snapshot

  [ Сухарик ]
  * update russian translation
  * fix something
  * update

  [ apprb ]
  * Nospam id part edit
  * improved usability

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Prepare for theme colors support

  [ Yavor Stefanov ]
  * mic tooltip clarification
  * VA buttons tooltip clarifications

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Add GUI to change theme color
  * Audio buffer limit: 128 -> 32

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 15 Nov 2014 21:40:00 +0000

qtox (0.0.0+git20141114.r1504-1) unstable; urgency=medium

  [ Sean Qureshi ]
  * Add files used to generate OS X pkgs

  [ Sean ]
  * Forgot the first rule of fight club
  * The 2nd rule of fight club is actually the first rule
  * The 3rd rule sucks
  * Enable local user installs
  * Update welcome.txt
  * Update welcome.txt
  * Add tox: integration for OS X
  * Make everything magically work

  [ apprb ]
  * mysql synchronous set
  * batch processing

  [ Sean ]
  * Fix mimetype, fix displayed name in titlebar, add a version string for
    internal tracking, declare language support for localization
  * Refactor info.plist

  [ apprb ]
  * AdvancedSettings tab introduced

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Horrible hack to get timestamps not to hang on windows
  * Apply valgrind fix to 1on1 audio too

  [ dubslow ]
  * group title support
  * show self title changes

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix CroppingLabel emitting textChanged twice
  * Fix timers called from the wrong threads
  * Add some debug messages
  * Remove debug statements
  * Update OSX auto-updates public key
  * Fix #752

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Fri, 14 Nov 2014 21:58:47 +0000

qtox (0.0.0+git20141114.r1476-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Windows: Uninstall start menu entries
  * Don't 'style' QGroupbot borders in settings
  * Add simple push to talk with P
  * Listen for push-to-talk shortcut on more widgets
  * Silence IPC:processEvents failed to lock
  * Fix possible crash on ~IPC
  * Better debug output for groupchat not found
  * Fix vol must be muted to actually hear things
  * Use a source per call peer
  * Augment audio queue size, fixes quality issues
  * Fix push to talk even when text edit focused
  * Fix memory disclosure in audio send code (valgrind)

  [ Maximilian ]
  * I implemented a new setting, which toggles the visibility of the system
    tray icon. Background: On Ubuntu 14.04, system trays in Qt5 don't
    integrate into Unity.

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Update french translation
  * Updater: Update OS X update server public key
  * Fix conflicting declaration struct/class ToxID
  * Fix conflicting declarations struct/class vpx_image
  * Remove unused variable

  [ dubslow ]
  * minor autoaway tweak

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Enable auto-updates for OS X
  * Update README.md

  [ Sean ]
  * Force install to local user

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * README: Mention package managers on Linux
  * Add some debug info when toxav_prepare_transmission fails

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Fri, 14 Nov 2014 00:14:55 +0000

qtox (0.0.0+git20141113.r1450-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Start preparing for OS X auto-update

  [ dubslow ]
  * more robust exporting, fixes #716

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Build our Settings after our QApplication, fixes crash on startup
  * Fix #719

  [ dubslow ]
  * fix minor switching bug introduced by 07ea2e

  [ zero-one ]
  * fixes #207

  [ agilob ]
  * fixes unreported bug in styles

  [ apprb ]
  * split message fix

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix use after free of groupchat invites
  * Remove forgotten debug statement

  [ dubslow ]
  * minor tweaks to autoaway, one new debug message

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Update update-server tools
  * Fix #735
  * simple_make: Install lupdate/lrelease with APT
  * Prepare Core for av groupchats
  * Add GUI for audio groupchats
  * Fix typo
  * Remember compile time timestamp
  * Auto-updater: Check timestamps before updating

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 13 Nov 2014 14:38:58 +0000

qtox (0.0.0+git20141111.r1425-1) unstable; urgency=medium

  [ apprb ]
  * fix #697 (Setting alias isn't persistent for some contacts)
  * fix ToxID from QString convertation
  * cleanup setting.ini file after a fiend removing

  [ saneki ]
  * Additional error info for failedToAddFriend, checks if friend is added
    already
  * Formatting, tr() for UI strings

  [ Ansa89 ]
  * Italian translation: update

  [ Kristian Buchman ]
  * Add the option to open qTox when a message is recived

  [ dubslow ]
  * switch to relevant chat room when minimized fixes #688, except that for me
    it doesn't actually unminimize
  * UI things
  * properly unminimize

  [ apprb ]
  * read receipt infrastructure
  * store delivering status in the DB
  * ChatAction refactoring
  * displaying undelivered messages in chat area
  * group messages
  * faux offline messaging

  [ apprb ]
  * Faux offline messaging: enable/disable
  * DB: autoupdate

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix #694
  * Update genflist tool to search recursively

  [ dubslow ]
  * default faux offline on, fix #696

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Disable silently falling back to tox1 when tox3 fails

  [ dubslow ]
  * respond to copying id, fixes #537

  [ apprb ]
  * fix DB updating speed

  [ Ansa89 ]
  * Italian translation: update

  [ Marcel ]
  * fixes #707

  [ apprb ]
  * HistoryKeeper::getChatHistory(..): fix in sql statement

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Compat with toxcore: New groupchats
  * Fix crash when re-adding friend
  * Accept and default to AV groupchats
  * Play av groupchat call audio

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 11 Nov 2014 13:54:04 +0000

qtox (0.0.0+git20141109.r1371-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Warn user if we try to use DNS with a SOCKS5 proxy

  [ dubslow ]
  * threadify file logger

  [ Zetok Zalbavar ]
  * Make emoticons more compatible with other clients

  [ Ansa89 ]
  * Italian translation: update

  [ Olexandr Nesterenko ]
  * remove *.qm files

  [ apprb ]
  * struct Friend refactoring
  * only public key is necessary
  * possiblity to setup alias
  * load/save aliases from the settings file
  * Alias: remove unnecessary symbols + size limit
  * main window title proper updating
  * default friend name

  [ dubslow ]
  * handle tox save files, also fix IdentForm bug

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Windows installer: System-wide Tox URI protocol support

  [ dubslow ]
  * Same mistake every time...
  * remove incorrect line

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Windows installer: .tox file format, app registration

  [ Zetok Zalbavar ]
  * Correct qTox.desktop

  [ Ansa89 ]
  * Italian translation: update

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Windows installer: Fix Tox URI handling
  * Build .qm files in qmake, before RCC runs
  * Fix #670
  * Fix #671
  * Remove dead assignement, useless include
  * Fix #674
  * Fix #673
  * Autoload last week of history on startup
  * Don't free actions owned by the system tray menu
  * Update french translation
  * Add boolean 'sent_ok' to new history DBs
  * Show the date for each new day when loading history
  * Use Fusion by default if available
  * Highlight on main buttons hover, fixes #295
  * Don't notify the same status change twice

  [ apprb ]
  * 93a4d30 (Add boolean 'sent_ok' to new history DBs) fix: default value

  [ Ansa89 ]
  * Italian translation: update

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Remove backup qtox.pro.orig
  * ToxDNS lacked the Q_OBJECT macro

  [ Zetok Zalbavar ]
  * Minor touch-up
  * Update Polish translation

  [ Kill Your TV ]
  * New upstream git snapshot
  * New build-dep on qttools5-dev-tools

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 09 Nov 2014 21:09:26 +0000

qtox (0.0.0+git20141106.r1320-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Check Tox DNS protocol version, reject if not tox1
  * Fix compilation warning

  [ agilob ]
  * global autoaccept files

  [ willeponken ]
  * Swedish translation

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Implement tox3 support, keep tox1 as silent fallback

  [ agilob ]
  * cleaning in settings.cpp filetransferinstance.cpp and friendwidget.cpp,
    global autoaccept, per friend and qmenunu simplificated

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Enable swedish translation

  [ agilob ]
  * window titles

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Add .gitattribute, fix github linguist mistakes
  * Fix typo

  [ Sean ]
  * Add identifier, prepare for code signing on OS X
  * Add info.plist for OS X install
  * Add info.plist install, fix @dubslow

  [ Сухарик ]
  * update russian translation
  * merge some of https://github.com/tux3/qTox/pull/642

  [ Ansa89 ]
  * Italian translation: update

  [ Сухарик ]
  * small change

  [ agilob ]
  * disabling emoitcons

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Implement IPC, Tox URI, refactor Tox DNS
  * IPC: Yield ownership on exit
  * Tox URI: Handle nonstandard tox:// URI scheme as well

  [ agilob ]
  * highight tox:// in chat
  * tox:id

  [ dubslow ]
  * fix #650
  * fix dep issue from groupchat

  [ Kill Your TV ]
  * Add dependency on libtoxdns-dev
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 06 Nov 2014 22:04:11 +0000

qtox (0.0.0+git20141105.r1281-1) unstable; urgency=medium

  [ Сухарик ]
  * smileys/cylgom: add some unicode

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Windows: Save data in %APPDATA%/tox/ as per the STS

  [ Сухарик ]
  * update russian translation

  [ X-NicON ]
  * Removed untranslatable strings

  [ Сухарик ]
  * translations/ru: release

  [ dubslow ]
  * fix jenkins git issue
  * add logging to file; should make bug reports easier to handle (it's a bit
    of a hack, but it works)
  * remove a couple of debug statements
  * fix git_version issue without git
  * fix sodium cloning

  [ apprb ]
  * proper sending/receiving group actions

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix #591

  [ saneki ]
  * Sql typo

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix crash on exit
  * Don't triple save on exit
  * Fix #557
  * Fix #459
  * Fix #96 with a flow layout for groupchat user list
  * Fix spacing of chat form head, fixes #598
  * Fix #599
  * Fix #600
  * Add tooltip for emoticons, fix #597
  * Fix #592
  * Fix #602
  * Try to improve file transfer speed
  * Silence buggy QTextBrowser qWarning spam
  * Don't log null/same avatar infos
  * Don't try to load the 'en' translation
  * Use Tox IDs internally as message author ID

  [ agilob ]
  * Call notifications
  * default smiley pack is cylgom

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix Core::getPeerName for long names
  * Fix possible heap corruption in CUserId()

  [ agilob ]
  * style for qlineedit in status panel
  * call duration

  [ Ansa89 ]
  * Italian translation: update

  [ agilob ]
  * status panel, indicate editing

  [ Zetok Zalbavar ]
  * Update INSTALL.md dependencies list

  [ agilob ]
  * lineedit consistent corners
  * nulling timer

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Update french translation

  [ dubslow ]
  * workaround #618

  [ Ansa89 ]
  * Italian trtanslation: update

  [ D3cryptor ]
  * Bulgarian translation

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Release, enable bulgarian translation
  * Bulgarian translation: 'българин' -> 'Български'
  * Put translations in alphabetical order

  [ dubslow ]
  * fix #624

  [ agilob ]
  * updated polish translation
  * more pl translations
  * another unused opration
  * autosaveDir, useEmoicons, selectTimestamp added to GUI and settings
  * autosavedir: keep previous directory in case of cancelling
  * autoaccept: unused code

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Wed, 05 Nov 2014 19:25:19 +0000

qtox (0.0.0+git20141030.r1208-1) unstable; urgency=medium

  [ Ansa89 ]
  * Italian translation: update

  [ Olexandr Nesterenko ]
  * add localized strings
  * Update Ukrainian translation

  [ apprb ]
  * Setting forms: similar outlook and inner structure
  * multiple file sending race condition fix

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Update french translation

  [ Zetok Zalbavar ]
  * Update Polish translation

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Index cylgom and krepa smiley packs in repo
  * Embed cylgom and krepa emoticon packs

  [ X-NicON ]
  * more strings for translation

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Better preview of cylgom emoticons

  [ agilob ]
  * prevent duplicating emoticons on the list
  * network setting unification s/disable/enable/ UDP
  * style selector is translatable now - made right

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Rename variable to match displayed text

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Handle received group actions
  * Jump to Add Friend form when quitting groupchat
  * Fix minimumSize being too small

  [ Ansa89 ]
  * Italian translation: update

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 30 Oct 2014 14:17:35 +0000

qtox (0.0.0+git20141028.r1177-1) unstable; urgency=medium

  [ Wouters Dorian ]
  * Made Mute speakers button work

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Add audio in/out device list (stubs)
  * Add audio in/out device to settings
  * Open the audio in/out devices of the settings

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Wed, 29 Oct 2014 16:41:55 +0000

qtox (0.0.0+git20141027.r1172-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Add some core doc comments, remove dead code
  * Fix small memory leaks

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 28 Oct 2014 02:01:02 +0000

qtox (0.0.0+git20141026.r1170-1) unstable; urgency=medium

  [ apprb ]
  * Reducing memory consumption: no reason to store all displayed ChatActions
    in memory

  [ Ansa89 ]
  * Italian translation: update
  * Italian translation: fix typo

  [ krepa098 ]
  * fix error: vector size mismatch for arithmetic operator

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Upload windows build script
  * Upload windows NSIS installer script

  [ apprb ]
  * QSharedPointer<ChatAction> instead ChatAction*

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * qtox.nsis: Option for desktop shortcut
  * Add icon on windows

  [ krepa098 ]
  * format shader code

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Rescale smileys smoothly, fix #501
  * Fix leak, enable NRVO in Core::getUsername
  * Fix uninitialized return value in createVpxImage
  * Handle toxcore failures in Core::onAvMediaChange
  * Fix leak, enable NRVO in Core::getStatusMessage

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 26 Oct 2014 21:43:34 +0000

qtox (0.0.0+git20141025.r1151-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix crash if call failed to start
  * Never call GUI methods from core directly, fix #436

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 25 Oct 2014 11:05:51 +0000

qtox (0.0.0+git20141024.r1149-1) unstable; urgency=medium

  [ dubslow ]
  * fixed encryption, major testing required

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Delay webcam res probing until first use

  [ dubslow ]
  * fix encrypted tox loading

  [ krepa098 ]
  * non-blocking cam communication, fixed CameraWorker::probeResolutions ...
    called from wrong thread, try fix #408 and #495
  * moved video stuff to src/video
  * cleanup
  * refactoring
  * cleanup, use chroma_shift
  * fixup rebase

  [ dubslow ]
  * remove dead comments
  * disable switching buttons during calls fixes #436, fixes #500 (well,
    "fixes" by preventing users from doing dumb things)
  * add reconnect button for connection settings some ui guru should make it
    not stretch to width
  * revert coreav.cpp changes

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Log when core fails to load config

  [ Kill Your TV ]
  * New git upstream snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Fri, 24 Oct 2014 20:01:07 +0000

qtox (0.0.0+git20141024.r1132-1) unstable; urgency=medium

  [ apprb ]
  * history: base working implementation
  * privacy setting form added
  * History: keep unencrypted history
  * class expantion
  * add insert chatlog capability (not finished)
  * clear chat area
  * History: retrieve history from save
  * cleanup

  [ dubslow ]
  * partial work towards core encryption functionality
  * more
  * add save encryption
  * finished core functionality, still needs UI from #423 this also depends on
    irungentoo/toxcore#1114 being merged

  [ apprb ]
  * typos

  [ dubslow ]
  * add decryption

  [ apprb ]
  * precise timestamps keeping
  * correct action saving into the logfile
  * Fetch history only from asked profile ID
  * no reason to keep action flag in the logfile
  * Encrypted Logs: part 1
  * Encrypted Logs: part 2: all encryption to be implemented in EncryptedDb
    class

  [ dubslow ]
  * more details

  [ apprb ]
  * Encryption: it works! Code cleanup is still required

  [ dubslow ]
  * encrypted db uses core encryption

  [ apprb ]
  * clenup
  * switch to tox_pass_encrypt/tox_pass_decrypt functions
  * History: almost correct handling encrypted history load/save
  * fixes in profile change and log password check

  [ agilob ]
  * fix #457, styles in mainContent for qtextedit, qspinbox and more

  [ apprb ]
  * Load encrypted history log/tox datafile
  * various fixes
  * warn user about old encrypted history
  * Tox datafile encryption: check

  [ agilob ]
  * more styles

  [ apprb ]
  * Tox datafile/encrypted history: different passwords
  * cleanup

  [ agilob ]
  * implemented krepas suggestions about style
  * scrollbar in generalsettings
  * profile settings in scrollarea
  * minimum size for camera preview 160x120

  [ apprb ]
  * FileTransferInstance improvements

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Change call ringing time to 45s, fix #507
  * Don't show msgboxes outside of the GUI thread
  * Fix chat head style for high DPI
  * Disable encryption options for the moment
  * Force smiley size to match text size
  * Disable history encryption again
  * Add tooltips to chat buttons
  * Force font size in groupchat header for all DPIs
  * Update french translation
  * Fix typo in message box
  * README: Update download links

  [ Zetok Zalbavar ]
  * Update refined mannol translation
  * Change file sending button tooltip to indicate ability to select and send
    multiple files

  [ Ansa89 ]
  * Italian translation: update

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Probe more camera resolutions

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Fri, 24 Oct 2014 01:50:31 +0000

qtox (0.0.0+git20141022.r1059-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix #503

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 23 Oct 2014 02:31:21 +0000

qtox (0.0.0+git20141021.r1058-1) unstable; urgency=medium

  [ Сухарик ]
  * translations/ru: update

  [ Ansa89 ]
  * Italian translation: update

  [ Zetok Zalbavar ]
  * Update Polish translation

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Attempted temp workaround for #408

  [ Kill Your TV ]
  * New git upstream snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 21 Oct 2014 21:28:43 +0000

qtox (0.0.0+git20141020.r1051-1~deb7u+1) stable; urgency=medium

  * Backport to Wheezy

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 20 Oct 2014 20:29:29 +0000

qtox (0.0.0+git20141020.r1051-1) unstable; urgency=medium

  [ agilob ]
  * closing to tray, gui and settings
  * minimize to tray
  * tryicon is made in widget.cpp now

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 20 Oct 2014 19:53:26 +0000

qtox (0.0.0+git20141020.r1046-1) unstable; urgency=medium

  [ Zetok Zalbavar ]
  * Update link for os x binary

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Debian: Depend on libstdc++-6 >= 4.8.2 not >= 4.9

  [ krepa098 ]
  * fixed #451

  [ dubslow ]
  * added new profiles, default name/status (fixes #465 and fixes #460)
  * check for existing profile (fixes #466)
  * fix #484 (took me a while to figure out lol)
  * add global file auto accept
  * tab completion for groupchats (fixes #486)
  * add alerts on user mention (could use some tweaking, but is plenty fine
    for now)
  * fix bug, fix actions to be like irc, and a disabled feature for future

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Update french translation

  [ dubslow ]
  * ADD FORGOTTEN FILES WHY DO THESE THINGS HAPPEN (and fix outbound actions)

  [ agilob ]
  * a/v setting tab redesign

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 20 Oct 2014 17:34:25 +0000

qtox (0.0.0+git20141019.r1027-1) unstable; urgency=medium

  [ Ilya87 ]
  * Update Russian translation

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Fix ChatForm::onAvMediaChange not checking callId/friendId

  [ Kill Your TV ]
  * New git upstream snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 19 Oct 2014 13:46:34 +0000

qtox (0.0.0+git20141018.r1021-1) unstable; urgency=medium

  [ Ansa89 ]
  * Italian translation: update

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Use cross platform types: s/u_int*/uint*

  [ Yuri ]
  * Added forgotten 'include math.h'

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 18 Oct 2014 18:12:56 +0000

qtox (0.0.0+git20141018.r1016-1) unstable; urgency=medium

  [ dubslow ]
  * add choose translations (restart required, dynamic changing is lots of
    work)
  * fix #461, cleanup
  * fix #351 (again)
  * added auto accept settings
  * add backend for autoaccept
  * add ui for auto accept; fixes #182 and #280
  * actually auto accept
  * tweak speed shown back to recent speed, keep eta avg speed

  [ agilob ]
  * version in debug message based on git HEAD

  [ Zetok Zalbavar ]
  * Update Polish translation

  [ Ansa89 ]
  * Italian translation: update

  [ agilob ]
  * updated polish translations
  * s/ścieżką/ścieżkę/
  * all form are translatable now

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 18 Oct 2014 16:23:53 +0000

qtox (0.0.0+git20141017.r995-1) unstable; urgency=medium

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * buildPackages.sh : Don't rebuild libsodium everytime
  * buildPackages.sh : Don't use --local bootstrap
  * Debian: Update package dependencies

  [ krepa098 ]
  * VideoSurface: aspect ratio
  * partial fix for #426
  * CameraWorker: cleanup, poll at 60Hz
  * simplified VideoSource, interface, BRG->YUV conversion changes + more
  * NetVideoSource, YUV shader, fixes
  * cleanup
  * fix #416, cleanup
  * fixed compilation error + warning
  * fixed css, comments, cleanup
  * fixed infinite recursion under certain conditions
  * Settings: use QTabWidget, IdentityForm: cleanup
  * fixes, cleanup
  * moved src/widget/camera.* to src/camera.*
  * allow drag&drop on GroupWidget
  * EmoticonsWidget: Do not close on misclick (#393)
  * fixup! NetVideoSource, YUV shader, fixes
  * css tweaks

  [ dubslow ]
  * fix #445

  [ Ansa89 ]
  * Italian translation: update

  [ dubslow ]
  * ui tweaks
  * fix #438

  [ krepa098 ]
  * avsettings.ui layout changes

  [ Zetok Zalbavar ]
  * Remove redundancy from settings tabs

  [ urras ]
  * Fix OS X build location

  [ agilob ]
  * max value in autoAway time, tooltip for spinbox
  * updated all translation files

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 18 Oct 2014 02:41:16 +0000

qtox (0.0.0+git20141016.r959-1) unstable; urgency=medium

  [ agilob ]
  * preview of emoticons
  * style selector
  * error handling for missing graphical icons
  * yup, too many brackets
  * removed duplicated emoticons

  [ dubslow ]
  * fix #436
  * I learned some things: improve thread safety

  [ Ansa89 ]
  * Italian translation: update

  [ dubslow ]
  * auto away; needs UI

  [ agilob ]
  * style selector
  * status changes messages and sign in notifications
  * renamed function
  * number of messages is more reliable then activities

  [ dubslow ]
  * cleanup "sign in change", since it's unnecessary

  [ agilob ]
  * fixes regression sent by apprb
  * UI for autoaway
  * set idle timer in widget.cpp
  * s/min/minutes/

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 16 Oct 2014 17:07:45 +0000

qtox (0.0.0+git20141014.r928-1) unstable; urgency=medium

  [ dubslow ]
  * fix #431, fix export cancels, and more debug prints

  [ krepa098 ]
  * fixed #425

  [ dubslow ]
  * We handle .tox files (still need actual command line support)
  * fix compile warning, they are fatal to Qt Creator

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 14 Oct 2014 13:08:56 +0000

qtox (0.0.0+20141013.r923-1) unstable; urgency=medium

  [ dubslow ]
  * Basic infrastructure for profiles is in place, now I gotta hook up the UI
  * forgot a button, also the ui is fucked at default size (expand a few
    pixels and its fine though)
  * Profiles, with at least a few bugs: sanitizing file names isn't done,
    delete fails because of autosaves, and imports segfault for me

  [ Bill Winslow ]
  * incremental improvements to profiles, more work required
  * more incremental changes, nothing works yet (I just want to change
    branches)
  * more incremental commits, compiles and sort of works now
  * incremental, commiting in order to push

  [ Dubslow ]
  * oops
  * Fixed misusing tox_load; profiles are significantly less buggy
  * simplification
  * swapping profiles is now less buggy, but friends still don't come online

  [ dubslow ]
  * implement sanitize, one tweak
  * add startup profile detection
  * properly implement clearing contacts list
  * readd profiles ui
  * (Re)implement profiles UI, using some of the old code. Avatars aren't
    handled on switching, and also something about friends disappearing...
  * IT WORKS, IT FINALLY WORKS
  * tweaks
  * read tox_save if no data; if no profiles, no popup

  [ apprb ]
  * FileTransferWidget improvements
  * magic number removed in FileTransferInstance

  [ Kill Your TV ]
  * New git upstream package

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 13 Oct 2014 19:50:06 +0000

qtox (0.0.0+20141012.r890-1) unstable; urgency=medium

  [ dubslow ]
  * Move code into src/

  [ Kill Your TV ]
  * New git upstream snapshot
  * Add debug package

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 12 Oct 2014 16:55:23 +0000

qtox (0.0.0+20141010.r887-2) unstable; urgency=medium

  * Add build-dep on libqt5opengl5-dev

 -- Kill Your TV <killyourtv@i2pmail.org>  Fri, 10 Oct 2014 23:39:21 +0000

qtox (0.0.0+20141010.r887-1) unstable; urgency=medium

  [ krepa098 ]
  * camera: initial PBO support, mode probing
  * camera controls
  * progress
  * set/get props, cleanup

  [ agilob ]
  * support for hiding in tray

  [ krepa098 ]
  * cleanup
  * volume stubs
  * cleanup, split
  * renamed SelfCamView to VideoSurface
  * protect Camera::getLastVPXImage()
  * fix

  [ Olexandr Nesterenko ]
  * Update Ukrainian translation

  [ Kill Your TV ]
  * Bump standards version (no source changes needed)
  * New upstream git snapshot


 -- Kill Your TV <killyourtv@i2pmail.org>  Fri, 10 Oct 2014 23:17:47 +0000

qtox (0.0.0+20141008.r873-1) unstable; urgency=medium

  [ dubslow ]
  * add ringtone (not well done, but still better than status quo)

  [ Zetok Zalbavar ]
  * Add initial Pirate translation

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Embed pirate translation

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 09 Oct 2014 22:28:57 +0000

qtox (0.0.0+20141007.3~gitaa11caa-1) unstable; urgency=medium

  [ apprb ]
  * reimplemented insert chat line function: every line in own table
  * bug in file transfer widget displaying fix

  [ Ansa89 ]
  * Italian translation: update

  [ Kill Your TV ]
  * fix overlong entry in debian/changelog

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Update french translation

  [ Zetok Zalbavar ]
  * Update Polish translation

  [ agilob ]
  * css styles for mainHead and mainContent in widget.cpp

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 07 Oct 2014 21:17:45 +0000

qtox (0.0.0+20141007.2~git39fd7b8-1) unstable; urgency=medium

  [ apprb ]
  * added "Use Proxy" checkbox
  * Introduced "Connection Settings" group in GeneralSettings widget
  * Proxy settings is more close to General group in settings.ini than to
    Privacy

  [ Ansa89 ]
  * Italian translation: update

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 07 Oct 2014 13:27:36 +0000

qtox (0.0.0+20141007.1~gitf0a825f-1) unstable; urgency=medium

  [ dubslow ]
  * add Kappa emote
  * tweak buildPackages
  * simplify groupchat names, fix #379, more simplification is possible
  * reduce font size and space between chat lines

  [ apprb ]
  * relative to system wide default font sizes in css

  [ dubslow ]
  * Revert "reduce font size and space between chat lines", use #386
  * reduce space between chat lines
  * Add proxy support
  * add tooltip

  [ Ilya87 ]
  * Update Russian translation

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 07 Oct 2014 00:16:13 +0000

qtox (0.0.0+20141006.1-1) unstable; urgency=medium

  [ dubslow ]
  * first thing's first, gotta placate the ocd
  * initial new settings widget, subforms not started also "filing" some files
    under misc

  [ bill ]
  * move buttons to bottom
  * new settings infrastructure done, though there's a double free or
    something in ~Widget()

  [ dubslow ]
  * cosmetics

  [ Marcel ]
  * added images

  [ dubslow ]
  * scaling still isn't quite right...
  * first thing's first, gotta placate the ocd
  * initial new settings widget, subforms not started also "filing" some files
    under misc

  [ bill ]
  * move buttons to bottom
  * new settings infrastructure done, though there's a double free or
    something in ~Widget()

  [ dubslow ]
  * cosmetics
  * scaling still isn't quite right...
  * cleanup

  [ Tux3 / Mlkj / !Lev.uXFMLA ]
  * Compat with toxcore

  [ dubslow ]
  * Added all current settings except cam test, which segfaults on init...
  * one frickin stinkin merge error
  * fix double free

  [ apprb ]
  * base refactoring
  * add missed files
  * small fixes
  * cosmetic fixes

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 06 Oct 2014 14:09:26 +0000

qtox (0.0.0+20141005.1-1) unstable; urgency=medium

  [ krepa098 ]
  * fixed #372
  * FileTransferInstance: return of the edges
  * statusPanel: css, cleanup
  * removed broken custom window decoration
  * tweak
  * fixed wrong group status image

  [ Zetok Zalbavar ]
  * Change indicator for action messages

  [ krepa098 ]
  * fixed regression (#334)
  * cleanup
  * MaskablePixmapWidget::getPixmap: return the masked pixmap
  * FileTransferInstance: use correct fontmetrics
  * Style: tweaked weight
  * GenericChatForm: use correct fontmetrics

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sun, 05 Oct 2014 17:50:39 +0000

qtox (0.0.0+20141003.2-1) unstable; urgency=medium

  [ dubslow ]
  * fix groupchat issue

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Sat, 04 Oct 2014 21:45:12 +0000

qtox (0.0.0+20141003.1-1) unstable; urgency=medium

  [ dubslow ]
  * restore bold names in chat
  * add receive actions (no one to test with currently)
  * added sending actions, and tested both ways

  [ krepa098 ]
  * Style: font size doesn't take px suffix, fixes fonts not applying properly

  [ Kill Your TV ]
  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Fri, 03 Oct 2014 01:22:28 +0000

qtox (0.0.0+20141001.1-1) unstable; urgency=medium

  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 02 Oct 2014 02:52:36 +0000

qtox (0.0.0+20140930.1-1) unstable; urgency=medium

  * New upstream git snapshot

 -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 30 Sep 2014 21:36:46 +0000

qtox (0.0.0+20140928.1-1) unstable; urgency=medium

  * Initial release.

 -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 29 Sep 2014 10:01:50 +0000
