Vladimir Golovnev (Glassez)
ef328f83c5
Fix WebUI sort by ratio for some locales (with comma as decimal point).
2014-02-02 20:36:40 +02:00
Vladimir Golovnev (Glassez)
6cf780f57c
Fix WebUI sort by size/speed for some locales (with comma as decimal point).
2014-02-02 20:36:28 +02:00
Vladimir Golovnev (Glassez)
ff6e058dea
Fix sorting by size in WebUI when non-default locale used.
2014-01-25 21:06:00 +02:00
Vladimir Golovnev (Glassez)
d3a6bcf7bf
Improve HttpConnection::translateDocument().
2014-01-25 21:05:48 +02:00
sledgehammer999
1fc916865c
Convert more accurately decimal numbers to text.
...
Conflicts:
src/misc.h
2014-01-21 02:17:49 +02:00
sledgehammer999
9f71dd2c61
Correctly detect libtorrent version.
2014-01-03 02:37:14 +02:00
sledgehammer999
7bb99ceeea
Fix WebUI link to 'Anonymous mode' explanation. Closes #1093 .
2013-11-18 01:33:28 +02:00
sledgehammer999
a087232404
Correctly detect if the browser supports gzip compression.
2013-11-16 21:53:09 +02:00
sledgehammer999
ac96667af2
WebUI: Don't gzip too small payloads.
2013-11-16 21:53:00 +02:00
sledgehammer999
3a5fe38be0
Small optimization of WebUI responses when there isn't a data payload.
2013-11-09 21:19:43 +02:00
sledgehammer999
d9061416a0
Fix compilation with qt < 4.8.0. Closes #1043 .
2013-11-05 23:52:32 +02:00
sledgehammer999
42406b38fb
Fix WebUI gzip compression. Closes #1037 .
2013-11-05 23:52:21 +02:00
sledgehammer999
203c1750a6
Improve comment in gCompress().
2013-10-23 20:45:20 +03:00
sledgehammer999
ec31081927
Enable gzip compression in the webui.
2013-10-21 00:04:59 +03:00
sledgehammer999
e810fa1053
Expose new translations and improve language code.
2013-10-20 19:57:30 +03:00
sledgehammer999
781fcc800a
Expose all available translation in the WebUI. Closes #976 .
2013-10-13 22:17:43 +03:00
sledgehammer999
0f298397b3
Simplify various if-else and QString::number.
2013-09-14 15:16:50 +03:00
sledgehammer999
d09b0d5f72
Fixed rounding bugs with floating numbers.
2013-09-10 18:16:01 +03:00
Christophe Dumez
f4e5d7bc11
Merge pull request #636 from sledgehammer999/libtorrent_trunk
...
Fix compilation with libtorrent 1.x.x.
2013-06-08 10:35:05 -07:00
sledgehammer999
22e2bafa7a
Fix compilation with libtorrent 1.x.x v2
2013-06-08 18:21:15 +03:00
sledgehammer999
94b58ca229
Fix compilation with libtorrent 1.x.x.
2013-05-07 22:57:18 +03:00
ccerrillo
c928987313
mootools change break context menu
...
Fx.Tween in mootols 1.4.5 no longer sets visibility to hidden, so when the context menu dissapear, if you put the mouse in the space where the menu were showed is still there but with opacity to 0 and cannot click to nothing below that area
So i emulated the old behaviour with OnComplete event.
Additionally i changed the use of deprecated $empty
2013-04-17 20:41:24 +03:00
Nick Tiskov
66b982ad03
Minor refactoring for json parser
2013-03-10 20:40:08 +04:00
Nick Tiskov
9d275d6d34
Allow bool lists in json values
2013-03-10 20:03:53 +04:00
Nick Tiskov
91f9a46c18
Allow semicolon in json values (Windows paths support)
2013-03-10 20:03:52 +04:00
Nick Tiskov
dc4d0a7078
Allow/Fix special characters in json replies in WebUI
2013-02-25 16:28:15 +04:00
Christophe Dumez
d3b4ec77bc
Update date in About dialog copyright
2013-01-20 13:01:51 +02:00
Christophe Dumez
ec90fc480c
Bump mootools to 1.4.5
2013-01-12 18:55:02 +02:00
Christophe Dumez
7bd9139d28
Properly recover from HTTP parsing errors (Web UI)
...
May be related to issue #68 .
2012-09-29 14:26:52 +03:00
Christophe Dumez
32bfd8741f
Fix handling of simultaneous connections in Web UI.
...
May be related to issue #68 .
2012-09-29 14:11:07 +03:00
Christophe Dumez
c7f1f52f1c
Add Basque locale to Web UI
2012-09-28 17:48:19 +03:00
Christophe Dumez
1b54b4dbb7
Fix homepage link in Web UI ( closes #118 )
2012-09-23 19:30:53 +03:00
Dirk Neukirchen
559ac673e2
updated apache ssl-faq links
2012-09-23 15:08:55 +03:00
Christophe Dumez
cf3f0a606d
Add Hebrew translation
2012-09-15 10:05:50 +03:00
Christophe Dumez
de43a0b7a1
Bypass cache when uploading a torrent file in Web UI ( closes #68 )
2012-09-02 21:41:11 +03:00
Christophe Dumez
d62554aaba
Minor code clean up
2012-08-25 16:34:00 +03:00
Driim
23ea811095
Add setting to copy .torrent files for finished downloads (closes issue #22 )
...
Patch edited by Christophe Dumez.
2012-08-21 20:10:53 +03:00
Christophe Dumez
dac0d67717
Fixes to Web UI shutdown command
2012-08-21 18:50:09 +03:00
Christophe Dumez
368ae43849
Web UI shutdown fix.
2012-08-20 17:50:41 +03:00
Christophe Dumez
669d5a12a2
Fixes to Web UI shutdown button
2012-08-19 22:15:44 +03:00
Nikolas Garofil
6711c58ff1
Remove icon (ugly), fix localization
2012-08-19 20:43:15 +02:00
Nikolas Garofil
2b02ec3a4e
Shutdownbutton in webui
2012-08-19 19:25:21 +02:00
Christophe Dumez
4d601f5383
Fix build with Qt < 4.7
2012-07-21 18:02:09 +03:00
Christophe Dumez
90373897d6
Fix permission problems on Windows ( closes #1020227 )
2012-07-05 19:10:13 +03:00
Tilka
ca26cc0000
Fix torrent transfer stats, 2nd try
...
The constants themselves were also mixed up.
2012-07-01 22:59:12 +02:00
Tilka
00f40e6771
Fix torrent transfer stats
2012-07-01 22:14:16 +02:00
Christophe Dumez
79cb430878
Get rid of a Web UI hack for Safari since it seems useless now.
2012-07-01 14:44:14 +03:00
Christophe Dumez
a98ad63d8b
Add support for adding multiple local torrents at once (Web UI)
2012-07-01 13:23:41 +03:00
Christophe Dumez
83494f999a
Merge pull request #7 from Tilka/master
...
Change MIME type for PNG images to image/png
2012-06-20 10:13:35 -07:00
Tillmann Karras
2f6ef9af51
Make mascot image URL relative
2012-06-20 07:18:07 +03:00