Abhay Rana
0b1c1bf2ad
Upgrades requests version to get HTTPS Proxy support
2014-06-12 01:53:58 +05:30
Abhay Rana
992961071c
Bumps version to 2.0.1
2014-06-06 20:40:48 +05:30
Abhay Rana
51a6be1a1d
Updates README with new MIT link.
2014-06-06 20:39:01 +05:30
Abhay Rana
64d500c328
Limit the image size.
2014-06-06 20:39:01 +05:30
Abhay Rana
b20fa07d95
Merge pull request #21 from ace03uec/master
...
Adds instructions on installing python-appindicator in newer versions of Ubuntu.
2014-05-05 11:05:11 +05:30
Giridaran Manivannan
b2e3b2ca43
Update README.md
...
Added troubleshooting instructions for ubuntu installations without python-appindicator.
2014-05-04 10:55:43 +05:30
Abhay Rana
0b1353131d
Adds -c argument for showing comments
...
- Adds support for short args (-v,-c)
- Removes crate.io links
- Bumps version to 2.0.0
2014-01-29 20:04:10 +05:30
e48521b1ed
Merge pull request #19 from alexbutum/master
...
Be more Pythonic and Python 3.x compatible
2013-12-13 08:27:16 -08:00
Alex Butum
1e83a78129
Be more Pythonic and Python 3.x compatible
2013-12-12 23:38:31 +02:00
Abhay Rana
2b4dd31a65
Stop using text label as icon
2013-12-09 18:48:20 +05:30
Abhay Rana
2b45eacfd8
Version bump
2013-12-09 18:44:12 +05:30
5a9b4e6b1d
Merge pull request #17 from Aaron1011/fix_icon
...
Actually use icon
2013-12-09 05:09:45 -08:00
Aaron Hill
50b1e7748a
Actually use icon
2013-12-09 06:59:25 -05:00
Abhay Rana
27fb60cc26
Adds a minimum version for requests library.
...
Fixes #16
2013-12-07 21:59:51 +05:30
Abhay Rana
ea63201f14
Excludes screenshot in the python package.
...
- Package size reduced to 10kb.
2013-12-07 21:49:10 +05:30
Abhay Rana
c5bdb2a362
Adds comments support via a toggle switch.
2013-12-06 11:22:34 +05:30
Abhay Rana
3536201784
Adds travis support
2013-12-05 20:16:58 +05:30
Abhay Rana
389da396f4
Fixes icon issues completely.
...
-Refers #11
- No longer searches in different places for the icon
- Sets title of GtkStatusIcon for accessibility
- Uses hackertray.data to package the image file
- Bumps version to 1.9
Signed-off-by: Abhay Rana <capt.n3m0@gmail.com>
2013-12-04 17:28:35 +05:30
Abhay Rana
4a604c1527
Handles Ctrl+C and sigint to close data file before quitting
2013-12-01 17:52:59 +05:30
Abhay Rana
0e2d49f811
Adds argument parsing for help and version
2013-12-01 16:45:36 +05:30
61451d4c3c
Merge pull request #14 from yasoob/patch-1
...
Makes sure data file closes smoothly using with.
2013-11-30 11:47:42 -08:00
M.Yasoob Ullah Khalid ☺
d02e78f639
using with construct
...
using with construct so that the file closes smoothly
2013-12-01 00:40:10 +05:00
Abhay Rana
fa630d776e
Adds pypi badges for hackertray
2013-11-30 18:29:04 +05:30
Abhay Rana
ca0bd63dda
Use only the main API server, as per @cheeaun's request
2013-11-30 17:40:49 +05:30
Abhay Rana
6ac71fe792
Bugfix for timeout to 10 minutes. Set it to 10s earlier
2013-11-30 17:23:03 +05:30
Abhay Rana
2401b73315
Changes the timeout to 10 minutes as per @cheeaun's suggestion
2013-11-30 14:15:58 +05:30
Abhay Rana
0530d51fc5
Fixes #8
...
Clicking on refresh no longer creates a new refresh queue.
2013-11-30 12:31:10 +05:30
Abhay Rana
2a6c475d31
Adds hacker-tray icon to the package.
...
Fixes #11
Thanks to @Gonzih for providing a transparent, better looking icon.
2013-11-30 11:34:06 +05:30
Abhay Rana
8f0b08137b
Implements a simple load balancer to divide API requests among 5 servers.
...
Made possible thanks to @cheeaun's work on hackerweb.
Moves hackernews to its own module.
Adds test for hackernews module.
2013-11-30 01:16:39 +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
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