Commit Graph

179 Commits

Author SHA1 Message Date
Kai Huuhko 50e60e6311 Add icon sizes better suited for toolbar 2016-09-20 11:49:14 +03:00
Kai Huuhko c8344819e0 libtorrent compatibility fixes 2016-09-19 15:00:08 +03:00
Kai Huuhko 09440577a0 Fix progressbar updates 2016-09-14 18:30:37 +03:00
Kai Huuhko dd72a3f2a1 Theme: Use custom style name and remove call to extension_add 2016-09-13 13:50:00 +03:00
Kai Huuhko 8709cc1c9f Add custom theme and icons
Genlist items have a translucent background with simple progressbar on top of that.
2016-09-13 00:21:50 +03:00
Kai Huuhko 44b5485e37 Work around a libtorrent 1.1.0 issue
There's no add_torrent_params in 1.1.0
2016-09-07 19:14:01 +03:00
Kai Huuhko b611fc3c8a Note that libtorrent-1.1.1 is recommended 2016-09-07 18:56:25 +03:00
Kai Huuhko 9037ecddc4 Change gui to use add_torrent_alert instead of torrent_added_alert
This may fix a bug that I was unable to reproduce. Anyway, should be more robust.
2016-09-07 18:18:29 +03:00
Kai Huuhko 9a07cce43a Fix adding auto paused torrents
Auto managed flag was reversed
2016-09-05 13:15:02 +03:00
Kai Huuhko 8b7f4a9e55 Add i2p proxy type to proxy settings 2016-08-31 04:41:52 +03:00
Kai Huuhko e7e2766b69 Fix state and status updates 2016-08-31 04:40:01 +03:00
Kai Huuhko 7433ec2483 Fix restoring paused torrents to session 2016-08-30 19:32:46 +03:00
Kai Huuhko 8f808340cd Preferences: Fix py2ism 2016-08-29 18:47:12 +03:00
Kai Huuhko fa3366552f Use DialogWindow instead of StandardWindow for child windows 2016-08-26 22:13:05 +03:00
Kai Huuhko 192d58cfe5 Use the new "indent" style in TorrentFiles tree items 2016-08-26 21:13:47 +03:00
Kai Huuhko 65a35cf741 Add back handling of torrent paused/resumed 2016-08-16 12:39:55 +03:00
Kai Huuhko 194b1815c8 Update valid options and strings in TorrentSelector 2016-08-16 12:38:36 +03:00
Kai Huuhko 8431b94e7f Update TODO 2016-08-16 12:37:47 +03:00
Kai Huuhko e88b6b692e Lower libtorrent required version 2016-08-16 12:37:02 +03:00
Kai Huuhko 0b1b72fcac Change internals to work with newer libtorrent versions
This will once again change the save format of the torrent list, hopefully for the last
time.
2016-08-04 18:25:07 +03:00
Hermet Park 8bf8f56dcb improve korean translate 2016-01-20 22:39:50 +09:00
Seong-ho Cho 8d4c67cb4b add Korean translation for the epour
Summary:
before, merge this into the master branch,

Korean developer/user would better to review.

Reviewers: seoz, maeryo

Differential Revision: https://phab.enlightenment.org/D3250
2016-01-20 22:04:31 +09:00
Kai Huuhko cb3c4b7f66 Add compatibility for lt-rb 1.0 and py3k
Beware, may remove your torrents from the app.

lt-rb >= 1.0 is now a requirement
2015-05-17 02:52:57 +03:00
Kai Huuhko 8a45182cc4 Use window mode for torrent tooltips 2015-04-22 09:40:03 +03:00
Kai Huuhko 8fa5289b06 Add I18N support to gui with gettext 2015-04-22 09:05:57 +03:00
Kai Huuhko 522959b225 Add dialog: Convert flags to bool before use, disallow dups by default
Flags are converted to bool before using them as Check state since
Eina_Bool doesn't accept values >sizeof(uchar)
2015-04-22 05:31:26 +03:00
Kai Huuhko 055a4e86a1 Improve torrent data save location entry in torrent add dialog
Use fs.path instead of fs.selected for getting the path, allows user to
enter the path in the entry widget
2015-04-22 05:06:46 +03:00
Kai Huuhko 59b7544370 Use more xdg icon names 2015-04-22 05:05:55 +03:00
Kai Huuhko f834a16b24 Simplify the torrent add dialog 2015-04-15 18:03:33 +03:00
Kai Huuhko 18299f202c Use pop_alerts() instead of looping with pop_alert
This saves CPU cycles on a busy session.
2015-04-15 14:44:03 +03:00
Kai Huuhko 9d83e78579 Fix error on torrent removal 2015-04-15 14:25:47 +03:00
Kai Huuhko c69df45075 Fix libtorrent-0.16.x compatibility for hash constructor 2015-04-01 17:32:21 +03:00
Kai Huuhko 80b5693719 Limit to Python 2 for now 2015-03-21 01:40:02 +02:00
Kai Huuhko c7f05643c4 Handle setting the standard icons better 2015-03-21 01:39:26 +02:00
Kai Huuhko 6d40183e13 Update TODO 2014-10-17 16:56:32 +03:00
Kai Huuhko f285844df7 gui.menu: Fix the torrent menu remaining open when props is selected 2014-10-17 16:55:50 +03:00
Kai Huuhko 4565bc4ab3 Fix a couple more relative imports 2014-09-05 08:32:46 +03:00
Kai Huuhko c3ae7df79e Revert the open() encoding fix from last commit 2014-09-05 08:20:12 +03:00
Kai Huuhko 784ace189b Fix open() and pickle encoding for py3k 2014-09-05 08:14:29 +03:00
Kai Huuhko 8dae070215 Make the torrent list items selectable which also enables kb navigation 2014-09-05 07:16:07 +03:00
Kai Huuhko 3c9170cc67 Use explicit relational imports 2014-09-04 12:44:56 +03:00
Kai Huuhko b3466ffa27 py3k compatibility 2014-09-02 08:12:25 +03:00
Kai Huuhko a1ab5afe68 Add TODO items 2014-08-13 04:21:38 +03:00
Kai Huuhko 0333f78cbb Fix torrent menu item force dht announce and add shortcut for files 2014-08-13 04:21:23 +03:00
Kai Huuhko d704c5e13c Add some font styles to ui strings 2014-08-13 04:17:01 +03:00
Kai Huuhko 2ef8bc3cf5 Fix logging when torrent cannot be opened 2014-07-22 22:44:08 +03:00
Kai Huuhko 1fe0cf1b84 Pause gui updates when iconized/withdrawn 2014-07-20 13:59:30 +03:00
Kai Huuhko 9e0dddcb9f Add upload slots to session status 2014-07-19 23:23:02 +03:00
Kai Huuhko b6d117af84 Delete update timers when tearing down gui 2014-07-19 22:52:40 +03:00
Kai Huuhko 5541a2ad75 Fix save and restore of torrents without metadata 2014-07-18 22:13:36 +03:00