Christophe Dumez
338d4fd31e
Windows execution fixes
15 years ago
Christophe Dumez
aec99ed14f
More code cleanup
15 years ago
Christophe Dumez
e082c02630
Make use of QT_VERSION define instead of using our own define
15 years ago
Christophe Dumez
b4b61b9b7d
- Launch directly the new search instead of stopping the current one if the user changed the search pattern
15 years ago
Christophe Dumez
7aa2994078
- Fix possible crash when closing a search tab
15 years ago
Christophe Dumez
893c5e6784
FEATURE: Display close tab button into the tabs in search engine (Qt >= 4.5 only)
15 years ago
Christophe Dumez
17f712e3e0
- Made search engine use libnotify instead of qt notification when available. Note that a notification is displayed when a search request has finished and the search tab is not currently displayed (other tab is displayed or window is minimized/iconified)
15 years ago
Christophe Dumez
03552c9a1f
- Clean up search engine plugins code
...
- Update plugins from sourceforge SVN/trunk now to avoid maintenance of another update server
15 years ago
Christophe Dumez
4ee47ce2b8
- Use a capital "B" for Bittorrent class
15 years ago
Christophe Dumez
262b88930e
- Use lowercase characters only in filenames
15 years ago
Christophe Dumez
10c40c6485
- Cleanup systray code
15 years ago
Christophe Dumez
9fbe2ff6c4
- Fix possible crash in search field autocompletion
...
- Optimized autocompletion code
15 years ago
Christophe Dumez
4fe22dbc57
- Rewrote Column sorting code in search result lists
15 years ago
Christophe Dumez
4a1c8a7279
- Search engine now supports category-based requests (only Mininova engine for now but the rest is coming soon)
...
- Updated "buy it" icon
15 years ago
Christophe Dumez
b8d8862562
- Redesigned search tab to improve usability
...
- Started work on categorized searching but not yet functional
15 years ago
Christophe Dumez
0d63f46035
- FEATURE: Added right click menu in search engine to clear completion history
16 years ago
Christophe Dumez
7dfdebd593
- License fix due to problems with OpenSSL
16 years ago
Christophe Dumez
c2244f746e
- Torrent downloading is now handled by search engine plugins to allow for more flexibility
16 years ago
Christophe Dumez
8214d87ce5
- Removed useless variable
16 years ago
Christophe Dumez
1cc039c147
- Fixed search engine bug that prevented a torrent from appearing more
...
than once among all tabs
16 years ago
Christophe Dumez
a2bcfa9192
- FEATURE: Resizing a column in a search results tab affects all tabs
...
- FEATURE: Search results tab columns are now remembered upon startup
16 years ago
Christophe Dumez
8dfc68e196
- Updated tranlsations
...
- Allow to run one instance of qBittorrent per user
- Moved button to close search tabs
17 years ago
Christophe Dumez
2dee67edbd
- Fixed slot name
17 years ago
Christophe Dumez
949678a4d3
- Updated download button status in search tab when switching tab
17 years ago
Christophe Dumez
3758c98d5e
- Allow to close search tabs
17 years ago
Christophe Dumez
dca80c3006
- Moved all_tab to parent class
...
- Fixed memory leak for all_tab
17 years ago
Christophe Dumez
95bad03321
- Fixed row color update
...
- Code cleanup
17 years ago
Christophe Dumez
cecd1e11b1
- Tabbed search engine code cleanup (moved SearchTab class to different file)
17 years ago
Christophe Dumez
0e09ce1dd3
- Initial commit for multi tab support in search engine (code by Grigis Gaëtan)
17 years ago
Christophe Dumez
fd4ce53eb1
- Added a 3 minutes search timeout
17 years ago
Christophe Dumez
a220e01e2e
- FEATURE: Added a button to clear search pattern
...
- I18N: Fixed swedish translation
17 years ago
Christophe Dumez
ff4ab915a2
- Merged custom-search branch. New search plugins management system
17 years ago
Christophe Dumez
a370503eb3
search plugin update - do not display only last version changelog
18 years ago
Christophe Dumez
325a588526
- Fixed some signals/slots (safer)
...
- Forgot to remove temp file when the file was downloaded from an url (rare occasions)
18 years ago
Christophe Dumez
f4250d812f
- Added search plugin download error handling (Fallback on secondary server and then warn the user if both failed)
18 years ago
Christophe Dumez
2fd0de082c
- Updated configure file to check for libcommoncpp2 instead of libcurl
...
- Used downloadThread in search plugin update instead of libcurl (no more gui freeze by the same occasion)
- Still need to handle download from urls errors and use fallback url in search plugin update (before beta2)
18 years ago
Christophe Dumez
30aa59f582
- Kept on working on bandwidth allocation per torrent
...
- Fixed a crash in search engine when systray integration was disabled
18 years ago
Christophe Dumez
e8cc751f22
- Splitted search engine code from MainWindow part because GUI.cpp was getting too big and we are going to add a RSS tab soon
...
- Removed some unnecessary includes
18 years ago