Christophe Dumez
c0efbf1d13
- Updated man page
18 years ago
Christophe Dumez
2aa0c5551c
- Removed some old stuff in project file (libqtxml + trayicon)
18 years ago
Christophe Dumez
20ab863b38
- Updated to beta7
18 years ago
Christophe Dumez
5e57929f07
- Fixed a possible crash when saving options
18 years ago
Christophe Dumez
a4deec6cde
- Fixed behaviour options. Broke them a few commits ago
18 years ago
Christophe Dumez
7e1f98cd46
- Fixed memory leak in search engine autocompletion (introduced by gtsoul)
18 years ago
Christophe Dumez
e85a82a426
- Destroy preview process cleanly on qBT exit if it is still running
18 years ago
Christophe Dumez
87ea65b4e9
- Fixed loading of 'PeX support' option
18 years ago
Christophe Dumez
774fab54a3
- Fixed apply button in options (broken a few commit ago)
18 years ago
Christophe Dumez
fb54c035a7
- Set DHT Port only when DHT is enabled
18 years ago
Christophe Dumez
7fac73b76d
- Updated to beta6
...
- Updated Changelog
18 years ago
Christophe Dumez
6d65ef067d
Create Options object only when necessary (to save memory)
18 years ago
Christophe Dumez
79545f2e0f
- Updated Polish translation
18 years ago
Christophe Dumez
53b911bb8e
- small fix in delete functions to make them a little bit safer
18 years ago
Christophe Dumez
950072c696
- Search process is now stopped cleanly before exit to avoid error messages in console
18 years ago
Christophe Dumez
825c874718
deleteThread and downloadThread threads are handled better and destructed in a cleaner way
18 years ago
Christophe Dumez
84fef00349
- removed a useless sleep()
18 years ago
Christophe Dumez
b63d1f8d11
- Fixed upload rate limit
18 years ago
Christophe Dumez
bb9950403d
- Updated French translation
...
- Fixed a typo in GUI
18 years ago
Christophe Dumez
dbec111fa6
- Updated swedish translation
18 years ago
Christophe Dumez
6f47d2e70b
- Updated Norwegian translation
18 years ago
Christophe Dumez
af3384f748
- Now VERSION is defined in src.pro, avoid duplication, cleaner and more adapted.
18 years ago
Christophe Dumez
87f440aa9e
** I18N Commit **
...
- Better i18n thanks to dynamic text support
- Some typos fixed in translatable texts
- Provide exemples to make translators' task easier
- Update translation files
18 years ago
Christophe Dumez
86b1be7db6
- Fixed a comment in nova.py
18 years ago
Christophe Dumez
ee71224f89
- Fixed mininova search engine
18 years ago
Christophe Dumez
512d1f3d9d
- Fixed meganova search engine
18 years ago
Christophe Dumez
9b91bac228
- Fixed ThePirateBay search engine
18 years ago
Christophe Dumez
f33b0dc3c0
- Fixed 'are you sure?" message for delete action
18 years ago
Christophe Dumez
524540e63d
- Fixed downloadFromUrl() (still have to do some checking with the thread)
18 years ago
Christophe Dumez
aa6f6161c3
- Oups, sorry I forgot pause_all() & start_all() functions in last commit :)
...
- Updated version to v0.9.0beta4
18 years ago
Christophe Dumez
bd3bde919d
** BIG COMMIT **
...
- Fixed a bug in options (scan dir widget were not initialized well, still disabled when they shouldn't)
- Fixed a bug in scan dir (doesn't display torrent addition dialog several times for the same torrent if we don't close the dialog before next scan refresh
- Splitted GUI from Bittorrent, lot of code rewritten and optimized. Code changed so much that we will spend the next few days squashing eventual new bugs ;)
- We don't use the hash table to store the torrent handles anymore because libtorrent is already doing it for us (save memory)
18 years ago
Christophe Dumez
dc89c5d381
- A lot of fixes/improvements in bittorrent class (now compiling)
...
- Half way, now I need to rewrite the GUI class to use the bittorrent class
18 years ago
Christophe Dumez
11a146a796
- Updated TODO / Changelog
...
- Added a signal to the deleteThead for future use
- Started coding of a bittorrent class to split GUI/BT (still unused)
18 years ago
Christophe Dumez
330f3ab033
- Disabled "Close to systray" as a default
18 years ago
Christophe Dumez
a95b1d7589
- Fixed exit from trayicon when "close to systray" is enabled
18 years ago
Arnaud Demaiziere
8df90e2567
added autocompletion to search engine
18 years ago
Christophe Dumez
dbd6c404ec
- Updated with new nova.py version from upstream
18 years ago
Christophe Dumez
3d8032a092
- Fixed deleteFromList (non permanently) -> bug introduced recently
18 years ago
Christophe Dumez
243045917a
- Updated configure file to check for libtorrent >= v0.12 instead of v0.11 (Thanks Jack H.)
18 years ago
Christophe Dumez
78aef3c3bc
- Implemented "Close to systray"
18 years ago
Christophe Dumez
a22afba059
- small fix in language files
18 years ago
Christophe Dumez
0aad431da6
- Fixed segfault after sorting the columns (bug recently introduced in svn)
18 years ago
Christophe Dumez
fb9c1938ea
BUGFIX: Fix directory scanning (stop trying to download the same files several times)
18 years ago
Christophe Dumez
17d880189f
- Updated Translation files
...
- Use fileHash as ID instead of fileName so that different torrents can have the same name
- WARNING: Changed a lot of code and it may include new bugs, please report them as soon as possible.
18 years ago
Christophe Dumez
743631ea7f
- Updated TODO list
18 years ago
Christophe Dumez
a33c692001
- Updated TODO for next release (v0.9.0) thanks to the bugtracker
18 years ago
Christophe Dumez
7948bab95a
- Forgot to commit this file too
18 years ago
Christophe Dumez
d739e422d6
- sorry, forgot to commit this file
18 years ago
Christophe Dumez
f4be28c014
- Move deletion from hard drive to a thread to avoid GUI freezing
18 years ago
Christophe Dumez
f017d29359
- Fixed an exception with latest libtorrent/asio on startup (filepath check)
...
- Added an option to toggle the Peer eXchange (PeX) state
18 years ago