Commit Graph

95 Commits

Author SHA1 Message Date
maxerba 4ffbcad8ca Updating desktop file 2014-05-19 22:28:13 +02:00
Kai Huuhko e195ceaa01 Changed the preferences popups into windows to allow more room for them. 2014-01-17 11:06:05 +02:00
Kai Huuhko 17ad3510aa Switch the order of imports: try the 1.8 modules first. 2013-11-23 15:46:45 +02:00
maxerba e8daecad3c Adding galician and spanish translations in desktop files 2013-11-22 21:32:04 +01:00
maxerba d92ea8f270 Adding portuguese and italian localizations 2013-11-10 13:38:14 +01:00
Davide Andreoli c7eaa61d7b Epour: redone proxy config dialog using table instead of Frames
Frames inside other Frames looks really ugly, redone the proxy
layout using a table much like is done in the session dialog.
2013-11-09 15:47:50 +01:00
Davide Andreoli 38c1c74f0f Epour: Use a Popup insted of the InnerWin for preferences dialogs
It looks better, has a title and the Close button is always visible.
Only drawback I had to change the fileselector in_win mode because
the inwin is going stacked BELOW the popup :/
2013-11-09 14:26:34 +01:00
Davide Andreoli a473d92f51 Epour: factorize the preference dialogs
Implemented a base class used by all the 3 preferences dialogs
2013-11-08 23:19:44 +01:00
Davide Andreoli 5b3c328dd4 Epuor: spit the preference in 3 different InnerWindow
Next step is to factorize the creation of the windows and clanup all the preferences
2013-11-08 22:46:21 +01:00
Kai Huuhko a46a13a3bf Re-enable Genlist homogeneous mode. 2013-11-08 14:03:57 +02:00
Kai Huuhko 41050c249f Delay torrent finished notification on startup. 2013-11-08 12:51:51 +02:00
Davide Andreoli fcb3922406 Epour: new toolbar for easy access of features.
Added a new Tollbar to the main interface and removed the
three buttons from the SessionsStatistics panel.
2013-10-24 21:26:57 +02:00
Kai Huuhko e8504b4eae Update README to reflect that master branch requires EFL 1.8 series. 2013-10-21 17:16:27 +03:00
Kai Huuhko fa0c67fe33 Fix removal of torrent list item 2013-10-15 19:19:50 +03:00
Kai Huuhko 8262739291 Handle libtorrent bugs better in TorrentInfo 2013-09-16 18:44:50 +03:00
Kai Huuhko cfc133afbd Change torrent list mode to compressed 2013-09-16 18:42:40 +03:00
Kai Huuhko eec1666352 Improve preferences layout. 2013-09-10 17:50:48 +03:00
Kai Huuhko f11cf311f2 Add project files to .gitignore 2013-08-28 05:34:13 +03:00
Kai Huuhko c156e87988 libtorrent-0.16.8 session settings can have some crazy values. 2013-08-23 22:09:59 +03:00
Kai Huuhko 61bc184136 Move proxy settings to its own naviframe page. 2013-08-23 20:33:37 +03:00
Kai Huuhko 827fd1ada4 Add fallback to support clipboard functions in EFL 1.7.
Uses pyperclip and which.
2013-08-18 16:46:53 +03:00
Kai Huuhko bd1774baa6 Epour 0.5.2.0 2013-08-17 21:30:45 +03:00
Kai Huuhko ef72f3673e Let's allow a higher maximum for the settings spinners shall we? 2013-08-17 03:41:30 +03:00
Kai Huuhko be3854b6be Move session to its own file. 2013-08-16 12:32:32 +03:00
Kai Huuhko 05d08e136f Formatting, clean up old cruft. 2013-08-15 09:53:38 +03:00
Kai Huuhko 975073f3d8 Recover setup.py and Globals lost in crash.
I hope my laptop won't do that again when bt connection dies...
2013-08-14 18:12:11 +03:00
Kai Huuhko 8b5e87de6c Add identification info to session init and settings.
Add version string to Globals and import it where needed.
2013-08-14 10:33:29 +03:00
Kai Huuhko 70da8b1f3c Update desktop file, thanks to cippp for ideas. 2013-08-14 10:31:39 +03:00
Kai Huuhko 3e9cfbe289 Fix updating list after torrent is removed 2013-08-14 10:30:43 +03:00
Kai Huuhko 98e157ef30 Fix converting magnet links to files. (metadata received alert) 2013-08-13 06:05:19 +03:00
Kai Huuhko e4abac624b Abstract adding/removing torrents. 2013-08-12 21:13:33 +03:00
Kai Huuhko 8cd3f15434 Disable torrent list homogeneous mode, update TODOs. 2013-08-12 01:18:53 +03:00
Kai Huuhko 6f97dc969d Add auto-pasted text to add torrent selectors magnet entry.
Update TODOs
2013-08-11 21:49:21 +03:00
Kai Huuhko 6c63b53dba Unescape when the torrent is added as url instead of file path. 2013-08-11 20:19:03 +03:00
Kai Huuhko 1f136c9998 Make the magnet link entry editable so it can be copied easily when using EFL 1.7. 2013-08-11 18:37:44 +03:00
Kai Huuhko bb9099489a Handle file:// URI's 2013-08-11 18:35:45 +03:00
Kai Huuhko a1eb49c495 Version 0.5.1 2013-08-11 13:42:32 +03:00
Kai Huuhko a4589ead63 Update TODOs 2013-08-10 13:13:22 +03:00
Kai Huuhko 5c2491c528 Add a TODO file 2013-08-10 12:34:13 +03:00
Kai Huuhko 7949dfae5b Add more debug logging. 2013-08-10 11:25:44 +03:00
Kai Huuhko b80d1ea842 A small optimization for the torrent list updates. 2013-08-10 11:02:29 +03:00
Kai Huuhko 8de57ef1d3 Check that torrent contains metadata before showing preferences. 2013-08-09 18:44:40 +03:00
Kai Huuhko 757bc99d11 Use handle.name() instead of getting it from torrent_info. 2013-08-09 18:32:54 +03:00
Kai Huuhko cb7bfa2a8c Fix adding links through dbus. 2013-08-09 18:06:20 +03:00
Kai Huuhko b9f7f176ff Reorder top box initialization to silence complaints from Evas. 2013-08-09 16:03:06 +03:00
Kai Huuhko b24b199ff0 Improve the session preferences layout. 2013-08-09 15:48:16 +03:00
Kai Huuhko 0297371514 Add debug logging for unhandled alerts. 2013-08-09 15:47:58 +03:00
Kai Huuhko 2ed550c509 Use realized_items_update for torrent file list instead of rebuilding the list. 2013-08-09 15:47:06 +03:00
Kai Huuhko 9d946c569d Fix limit widgets 2013-08-09 06:26:24 +03:00
Kai Huuhko 17a74c7a00 Version 0.5 2013-08-09 03:08:17 +03:00