Commit Graph

17 Commits

Author SHA1 Message Date
Nemo 1949ca8db5 Merge pull request #7 from brunal/statusicon
Closes #5
Closes #6
Thanks to @brunal
2013-11-28 07:07:15 -08:00
Bruno Cauet a11f7c4507 image: correct declaration + usage
- Declaration: setup.py declares the image a 'hackertray' data, gives
  its location and asks its inclusion
- appindicator looks for the picture in folders near itself, instead of
  /usr/bin (near the main executable) or the first entry of path.
2013-11-28 15:47:03 +01:00
Bruno Cauet 73aa49812e Clean setup file, create launch script
- Setup file: 'entry_point' is used in stead of non-existent
  'bin/hackertray' for scripts
- hackertray package init file
  - does not check if it is called as a script (which should not happen)
  - main() code is now replaced in HackerNewsApp.run()
  - main() instantiates the app and calls run() on it (previous roles
    grouped)
2013-11-28 15:42:29 +01:00
Abhay Rana 3614d1f597 Fixes #1 2013-11-28 15:59:54 +05:30
Abhay Rana 7b3b06d7c2 Fixes #2 2013-11-28 15:59:14 +05:30
Abhay Rana 22f0399c1b Adds installation instructions to readme 2013-11-28 14:29:11 +05:30
Abhay Rana 6ca735ea08 Converts app into a python module which is easily installable. 2013-11-28 14:03:25 +05:30
Abhay Rana 52008f9a96 Adds screenshot. 2013-11-28 13:19:19 +05:30
Abhay Rana 5db1c660a5 Adds note about statusicon fallback 2013-11-28 12:48:40 +05:30
Abhay Rana 167397e51f Adds persistent read-memory ie Remembers which links you opened
Uses json format for remembering (~/.hackertray.json)
2013-11-28 12:47:04 +05:30
Abhay Rana af21ec43a5 Reloads every 5 minutes 2013-11-28 09:39:29 +05:30
Abhay Rana 92f7bf1efa Removes YC Job listings 2013-11-28 09:33:04 +05:30
Abhay Rana e3b9f5d239 Adds a menu separator 2013-11-28 09:32:54 +05:30
Abhay Rana 6ea5e7a54f Implements proper checking. Already read items are not unchecked on second click 2013-11-28 09:25:23 +05:30
Abhay Rana 96828c5d59 Idea to display comments 2013-11-28 01:08:02 +05:30
Abhay Rana 097af308e2 Support distros without appindicator support. 2013-11-28 01:07:32 +05:30
Abhay Rana d371721bf3 Initial commit. 2013-11-28 00:47:16 +05:30