Chocobo1
65d9739c6c
Enlarge dialog size. Closes #5091 .
...
This avoids text clipping when using Qt4 lib.
9 years ago
Chocobo1
6a11056b60
Rename enum
...
Change identifier from ShutdownAction to ShutdownDialogAction
Change enum value from None to Exit
9 years ago
Chocobo1
d3fb46663c
Refactor
...
Add helper function to initialize shutdown message.
Group similar functions together.
Merge shutdown() function into its only caller.
Add override keyword
9 years ago
Vladimir Golovnev (Glassez)
a9e63283cc
Use nova2dl.py script instead of DownloadManager
...
Closes #5026
9 years ago
sledgehammer999
b13c991f4b
Sync translations from Transifex and run lupdate.
9 years ago
sledgehammer999
cd4f288f67
Follow project coding style. Issue #2192 .
9 years ago
Chocobo1
1099a5006f
Cleanup header include
...
Code formatting
9 years ago
Chocobo1
71ec5c5c05
Fix long text clipping. Closes #5091 .
9 years ago
Chocobo1
216d98844b
Move m_searchPattern widget from code to .ui file
9 years ago
Chocobo1
a52f9d4ef9
[Search] Add seperator for categories & plugins
...
Sort categories & plugins entries
Rename & reorder entries
Use full name for plugins
9 years ago
Chocobo1
231262ad8e
[Search] match combobox height to button height
9 years ago
Chocobo1
2d6669b88d
[Search] minor cleanups
9 years ago
Eugene Shalygin
f51753f166
cmake: reflect qmake project changes
9 years ago
Vladimir Golovnev (Glassez)
1760beed17
Fix MainWindow coding style (Issue #2192 )
9 years ago
Vladimir Golovnev (Glassez)
a6595507f0
Fix macro define cross over access specifiers
9 years ago
Vladimir Golovnev (Glassez)
c193d448d8
Delete old RSS cookies dialog
9 years ago
Vladimir Golovnev (Glassez)
c982813acb
Create basic cookies management dialog
9 years ago
Vladimir Golovnev (Glassez)
95ddc57c13
Implement basic cookies model
9 years ago
Eugene Shalygin
5063940138
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.
9 years ago
Eugene Shalygin
cc09e7e834
refactor SettingsStorage class
...
1. Extract "transaction" support for QSettings into separate class
TransactionalSettings.
2. Define macrto with explicit name for the case when this "transaction"
support is needed.
3. A bit optimize QHash <-> QSettings copying: replace assign with
insert() and remove repetitive key lookups.
4. In save() check dirty status before getting the lock too.
The changes from items 1 and 2 make text more structured and the logic
of the SettingsStorage class gets separated from the implementation level
task of guarding the settings serialization. The changes in 3 and 4 do not
make the app much faster, but neither make any harm to the code readability.
9 years ago
sledgehammer999
364c22bee7
Fix indentation.
9 years ago
Anton Lashkov
cdab0bb140
SpeedPlotView: code correction
9 years ago
Anton Lashkov
8a6866d409
SpeedPlotView: Simplify code using PointData struct
9 years ago
Anton Lashkov
b599a8e2fb
SpeedPlotView: Use separate buffers for periods with reduce number of points. Fix coding style.
9 years ago
Anton Lashkov
baadf34134
SpeedPlotView: Save int's instead of double's
9 years ago
Anton Lashkov
dd9728334a
SpeedPlotView: Replace QQueue by boost::circular_buffer, reduce number of points to draw, increase legend background size
9 years ago
ngosang
ce41702cbe
Fix uic warnings. Closes #5056
9 years ago
Chocobo1
4eadda5c9a
Improve TransferListDelegate::sizeHint
9 years ago
Chocobo1
7d3e903db0
Fix resizing bug in "add torrent dialog". Closes #5036 .
...
1. Place all widgets in "Torrent information" into the same grid layout
instead of different layouts.
2. Tweak tab order.
9 years ago
Eugene Shalygin
b6b819a2a1
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.
9 years ago
Eugene Shalygin
1336cb7a61
Implement search filters in the proxy model. Partially closes #972
9 years ago
sledgehammer999
2b0ad4477e
Fix memory leak.
9 years ago
sledgehammer999
93d8cadaaf
Bump API_VERSION and API_VERSION_MIN.
9 years ago
sledgehammer999
845f962bc2
Sync translations from Transifex and run lupdate.
9 years ago
Eugene Shalygin
1d6a1db491
cmake: make it compile on OS X
9 years ago
Eugene Shalygin
1e9bbce249
cmake: fix compilation
9 years ago
Chocobo1
f1b5815f95
Minor cleanups in RSS
9 years ago
sledgehammer999
c2b6e1ce1a
Fix periodic latency spikes on Windows with WiFi connections. Closes #4209 .
9 years ago
Chocobo1
c474810294
Beautify messages
...
And some refactor
9 years ago
Chocobo1
5c5b007618
confirmshutdowndlg.ui cleanup
...
shutdownconfirm.cpp cleanup
9 years ago
sledgehammer999
18ee87f586
Fix previous commit.
9 years ago
sledgehammer999
fa8bae8931
Fix commit about Esperanto. Closes #4999 again.
9 years ago
ngosang
9207689941
[Search engine] Added TorLock search engine. Fix #5012
9 years ago
ngosang
b86f92212f
[Search engine] Added TorLock search engine
9 years ago
Chocobo1
851d97d95e
Fix "caja" file manager opens the file instead of opens the directory. Closes #5003 .
...
Now it opens the directory correctly.
9 years ago
sledgehammer999
cef150eee6
Fix selection of Esperanto locale. Closes #4999 .
9 years ago
sledgehammer999
d721939d5f
Use SettingsStorage instead.
9 years ago
sledgehammer999
663791fac2
Raise the max log entries limit.
9 years ago
sledgehammer999
1058572c8a
Implement file logger.
9 years ago
sledgehammer999
73832a5ed8
Add ability to filter log messages by type.
9 years ago