Commit Graph

30 Commits

Author SHA1 Message Date
Abhay Rana 90d2497d57 Changes gtk->gi. Not functional 2013-11-29 17:18:05 +05:30
Abhay Rana 306415f8d9 Fixes type in install instructions 2013-11-28 23:23:57 +05:30
Abhay Rana c6db92367e Removes bin/hackertray since we are now using entry_points 2013-11-28 20:46:26 +05:30
Abhay Rana 0f080b2194 Updates version to 1.5 2013-11-28 20:41:33 +05:30
Abhay Rana 26a163f9b7 Merge branch 'statusicon' 2013-11-28 20:40:12 +05:30
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 610f6a6ddb Updates the pip long description 2013-11-28 19:27:36 +05:30
Abhay Rana 59be4a45f3 Updates README about statusicon fallback and upgrade procedure 2013-11-28 19:24:51 +05:30
Abhay Rana aeeb9f370c Merge branch 'statusicon' 2013-11-28 19:15:43 +05:30
Abhay Rana 69be32fb58 Adds bin/hackertray to the repository. 2013-11-28 19:15:15 +05:30
Abhay Rana b01984c266 Add gittip donate button 2013-11-28 19:11:31 +05:30
Abhay Rana 35b65928f8 Adds an about button. Fixes #3 2013-11-28 18:00:23 +05:30
Abhay Rana cff96cb98b Change package URL and update description 2013-11-28 17:37:32 +05:30
Abhay Rana cfc8cfc56e Remove artifact file 2013-11-28 17:32:03 +05:30
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