Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ricochet's icon in tray #260

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Sep 6, 2015

  1. tray-icon: Add Ricochet icon with dot

    Kacper Kołodziej committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    c65963c View commit details
    Browse the repository at this point in the history
  2. tray-icon: Implementation of TrayIcon class

    Kacper Kołodziej committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    2c710ce View commit details
    Browse the repository at this point in the history
  3. tray-icon: Add TrayIcon instance to MainWindow

    Kacper Kołodziej committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    c87cbef View commit details
    Browse the repository at this point in the history
  4. tray-icon: support TrayIcon's toggleWindow signal

    Kacper Kołodziej committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    1a433cb View commit details
    Browse the repository at this point in the history
  5. tray-icon: Add context menu on right click on icon

    Kacper Kołodziej committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    57d169b View commit details
    Browse the repository at this point in the history
  6. tray-icon: Add notifying icon about unread message

    Kacper Kołodziej committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    1fa46f6 View commit details
    Browse the repository at this point in the history
  7. tray-icon: Alternative behaviour for Close button

    Add to preferences option which changes behaviour of Close button
    from closing application to hiding MainWindow.
    Kacper Kołodziej committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    cafd4e3 View commit details
    Browse the repository at this point in the history
  8. tray-icon: Modified behaviour when icon is clicked

    Kacper Kołodziej committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    c07de7c View commit details
    Browse the repository at this point in the history
  9. tray-icon: fix 'Add Contact' option in icon's menu

    If MainWindow is hidden, slot for contact signal in main.qml
    changes visibility of MainWindow first.
    Kacper Kołodziej committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    82a7983 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2015

  1. tray-icon: Fixes problems mentioned by special

    1. Destruction of TrayIcon object in MainWindow's destructor
    2. Forward declaration of TrayIcon in src/ui/MainWindow.h
    3. QIcon objects for TrayIcon's constructor as const references
    4. New names for TrayIcon's signals, removes unnecessary slots
    	 and connects signals from TrayIcon's context menu to another
    	 signals
    5. Fixes braces style: brace in the same line as if/else in QML
    6. Title case in TrayIcon's context menu
    Kacper Kołodziej committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    99ecf04 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2015

  1. tray-icon: Fixes problems mentioned by rburchell

    1. Removes unused TrayIcon::setStdIcon and TrayIcon::setUnreadIcon
    2. Removes code formatting issues
    Kacper Kołodziej committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    1789f0c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. turns tray icon off on OS X

    Kacper Kołodziej committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    0e9ec66 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Merge commit 'master' into 247-tray-icon

    Kacper Kołodziej committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    69d34e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2016

  1. tray-icon: blinking icon when there are unread messages

    Kacper Kołodziej committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    d26c69e View commit details
    Browse the repository at this point in the history
  2. tray-icon: change unread icon

    Kacper Kołodziej committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    15f8fb6 View commit details
    Browse the repository at this point in the history
  3. tray-icon: information about author of unread icon

    Kacper Kołodziej committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    592cfcf View commit details
    Browse the repository at this point in the history