Chocobo1
67675b6cdc
Fix long text clipping. Closes #5091 .
2016-06-20 01:36:00 +03:00
Eugene Shalygin
ef47983d8d
Remove duplicated code from search tab and widget
...
Both download handlers (in the tab and widget classes) convert model
index into an URL, set row color, and call download function.
Make the download button handler (in the SearchWidget class) call the
slot of the SearchTab class.
2016-06-20 01:36:00 +03:00
Eugene Shalygin
cf47517ee3
cmake: reflect qmake project changes
2016-06-20 01:36:00 +03:00
Vladimir Golovnev (Glassez)
99ca42bf48
Fix MainWindow coding style (Issue #2192 )
2016-06-20 01:35:59 +03:00
Vladimir Golovnev (Glassez)
f6b4b5f6f0
Fix macro define cross over access specifiers
2016-06-20 01:35:59 +03:00
Vladimir Golovnev (Glassez)
6f73c32fcc
Delete old RSS cookies dialog
2016-06-20 01:35:42 +03:00
Vladimir Golovnev (Glassez)
c1611988b4
Create basic cookies management dialog
2016-06-20 01:35:42 +03:00
Vladimir Golovnev (Glassez)
fbe1d2d78a
Implement basic cookies model
2016-06-20 01:35:41 +03:00
Chocobo1
34fec15ceb
Improve TransferListDelegate::sizeHint
2016-06-20 01:35:41 +03:00
ngosang
1977e4f24d
Fix uic warnings. Closes #5056
2016-06-20 01:35:41 +03:00
Chocobo1
5774d27c7b
Follow project coding style. Issue #2192 .
2016-06-20 01:35:17 +03:00
Eugene Shalygin
e2f88feaf9
Optimize widgets inside of the search tab
...
Since we already have searchtab.ui, let's set up all the widgets there.
Additionally, save a bit of vertical space by putting results label in
a row with the filter widgets.
2016-06-20 01:02:07 +03:00
Eugene Shalygin
16fec04b6a
Implement search filters in the proxy model. Partially closes #972
2016-06-20 01:02:06 +03:00
sledgehammer999
fbac4afa2d
Fix indentation.
2016-06-20 01:02:06 +03:00
sledgehammer999
76b3c72c86
Fix memory leak.
2016-06-20 01:02:05 +03:00
sledgehammer999
ef954fea55
Use SettingsStorage instead.
2016-06-20 01:00:18 +03:00
Chocobo1
11d085712e
Minor refactor
2016-06-20 01:00:10 +03:00
Vladimir Golovnev (Glassez)
e4bc7852e5
Fix save path bugs
2016-06-20 00:59:57 +03:00
Vladimir Golovnev (Glassez)
3d107e0588
Implement Advanced Saving Management subsystem
...
Closes #4696
2016-06-20 00:59:37 +03:00
Vladimir Golovnev (Glassez)
8e5c31ae82
Move Preferences backend code into SettingsStorage class
...
Closes #4764
2016-06-20 00:52:50 +03:00
Vladimir Golovnev (Glassez)
3c03ccc14a
Make AddNewTorrentDialog behavior uniform
2016-06-20 00:52:44 +03:00
sledgehammer999
b47292c39f
Bump API_VERSION and API_VERSION_MIN.
2016-03-29 23:17:30 +03:00
sledgehammer999
67f05edf71
Sync translations from Transifex and run lupdate.
2016-03-28 22:19:37 +03:00
Eugene Shalygin
3ab76cb985
cmake: make it compile on OS X
2016-03-28 21:30:14 +03:00
Eugene Shalygin
509d97b0ad
cmake: fix compilation
2016-03-28 21:30:13 +03:00
Chocobo1
67ae08df3c
Minor cleanups in RSS
2016-03-28 21:30:13 +03:00
Chocobo1
38de6b1e41
Remove border around execution log
2016-03-28 21:30:13 +03:00
ngosang
72b179805d
[Search engine] Added TorLock search engine. Fix #5012
2016-03-28 21:30:13 +03:00
ngosang
beeda5e0b2
Potential fix for crash. Closes #4990 , #4905 , #4864 , #4855 , #4818 , #4726 , #4648
2016-03-28 00:14:55 +03:00
sledgehammer999
356db2f2f7
Fix periodic latency spikes on Windows with WiFi connections. Closes #4209 .
2016-03-27 23:57:29 +03:00
Chocobo1
19acbf587f
Beautify messages
...
And some refactor
2016-03-27 23:57:23 +03:00
Chocobo1
5eee3f7357
confirmshutdowndlg.ui cleanup
...
shutdownconfirm.cpp cleanup
2016-03-27 23:57:18 +03:00
sledgehammer999
8f990d5d7e
Fix previous commit.
2016-03-27 23:57:12 +03:00
d3fault
f0ec94c31c
Add 'never show again' checkbox/pref to auto-exit confirm dialog
2016-03-27 23:57:06 +03:00
sledgehammer999
e37dfa96f9
Fix commit about Esperanto. Closes #4999 again.
2016-03-27 23:57:01 +03:00
Chocobo1
4b48db3273
Fix "caja" file manager opens the file instead of opens the directory. Closes #5003 .
...
Now it opens the directory correctly.
2016-03-27 23:56:56 +03:00
ngosang
545002a809
[Search engine] Added TorLock search engine
2016-03-27 23:56:50 +03:00
ngosang
e2e9470e10
[Search engine] Change URL getting mechanism in BTDigg
2016-03-27 23:56:45 +03:00
ngosang
0bf1abba6a
[Search engine] Fix Python 2 encoding problems
2016-03-27 23:56:39 +03:00
sledgehammer999
657f0640b9
Fix selection of Esperanto locale. Closes #4999 .
2016-03-27 23:56:28 +03:00
sledgehammer999
faffefc4ff
Implement file logger.
2016-03-27 23:56:23 +03:00
sledgehammer999
0619aacf1f
Add ability to filter log messages by type.
2016-03-27 23:56:17 +03:00
sledgehammer999
9edbbb6473
Minor log widget code optimizations.
2016-03-27 23:56:12 +03:00
sledgehammer999
87ee720c0c
Follow project coding style. Issue #2192 .
2016-03-27 23:56:06 +03:00
ngosang
b7ca036bc3
[WebUI] Add missing string
2016-03-27 23:56:01 +03:00
Chocobo1
fee8036a7a
TravisCI: switch to Trusty image. Closes #4953 .
...
Drop workaround for gcc-4.8
2016-03-27 23:55:50 +03:00
sledgehammer999
94bd4308c7
Fix selection of Portuguese translation files.
...
Qt returns "Brazil" as country of QLocale("pt") instead of "Portugal". This conflicts with QLocale("pt_BR").
Rename the pt.ts to pt_PT and put a language mapping in tx's config for that locale.
Closes #4776 .
2016-03-27 23:55:45 +03:00
sledgehammer999
5e5785435a
Potential fix for crash. Closes #4607 .
2016-03-27 23:55:39 +03:00
sledgehammer999
d7f02a7ee7
Don't display warning when folder named stayed the same.
...
Copy some code from AddNewTorrent dialog and beautify a bit.
Closes #4970 .
2016-03-27 23:55:34 +03:00
sledgehammer999
e6480f9dff
Correctly hide useless columns in AddNewTorrent file treeview. Closes #4955 .
2016-03-27 23:55:28 +03:00