You've already forked qBittorrent
							
							
				mirror of
				https://github.com/qbittorrent/qBittorrent
				synced 2025-11-02 08:10:54 +01:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			release-2.
			...
			release-2.
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					8664140275 | ||
| 
						 | 
					0b9640d471 | 
@@ -1,4 +1,4 @@
 | 
				
			|||||||
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.5.2
 | 
					* Sun Dec 19 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.5.2
 | 
				
			||||||
    - BUGFIX: Fix alternative speed icon staying pressed when disabled
 | 
					    - BUGFIX: Fix alternative speed icon staying pressed when disabled
 | 
				
			||||||
    - BUGFIX: Fix slot warning on startup
 | 
					    - BUGFIX: Fix slot warning on startup
 | 
				
			||||||
    - BUGFIX: Fix alignment issues in program preferences
 | 
					    - BUGFIX: Fix alignment issues in program preferences
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
[Desktop Entry]
 | 
					[Desktop Entry]
 | 
				
			||||||
Categories=Qt;Network;P2P;
 | 
					Categories=Qt;Network;P2P;
 | 
				
			||||||
Comment=V2.5.1
 | 
					Comment=V2.5.2
 | 
				
			||||||
Exec=qbittorrent %f
 | 
					Exec=qbittorrent %f
 | 
				
			||||||
GenericName=Bittorrent client
 | 
					GenericName=Bittorrent client
 | 
				
			||||||
GenericName[ar]=العميل Bittorrent
 | 
					GenericName[ar]=العميل Bittorrent
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -47,7 +47,7 @@
 | 
				
			|||||||
	<key>CFBundlePackageType</key>
 | 
						<key>CFBundlePackageType</key>
 | 
				
			||||||
	<string>APPL</string>
 | 
						<string>APPL</string>
 | 
				
			||||||
	<key>CFBundleGetInfoString</key>
 | 
						<key>CFBundleGetInfoString</key>
 | 
				
			||||||
	<string>2.5.1</string>
 | 
						<string>2.5.2</string>
 | 
				
			||||||
	<key>CFBundleSignature</key>
 | 
						<key>CFBundleSignature</key>
 | 
				
			||||||
	<string>????</string>
 | 
						<string>????</string>
 | 
				
			||||||
	<key>CFBundleExecutable</key>
 | 
						<key>CFBundleExecutable</key>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -28,6 +28,8 @@
 | 
				
			|||||||
 * Contact: chris@qbittorrent.org, arnaud@qbittorrent.org
 | 
					 * Contact: chris@qbittorrent.org, arnaud@qbittorrent.org
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <QDebug>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "rssfolder.h"
 | 
					#include "rssfolder.h"
 | 
				
			||||||
#include "rssarticle.h"
 | 
					#include "rssarticle.h"
 | 
				
			||||||
#include "qbtsession.h"
 | 
					#include "qbtsession.h"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,11 +1,11 @@
 | 
				
			|||||||
os2 {
 | 
					os2 {
 | 
				
			||||||
    DEFINES += VERSION=\'\"v2.5.1\"\'
 | 
					    DEFINES += VERSION=\'\"v2.5.2\"\'
 | 
				
			||||||
} else {
 | 
					} else {
 | 
				
			||||||
    DEFINES += VERSION=\\\"v2.5.1\\\"
 | 
					    DEFINES += VERSION=\\\"v2.5.2\\\"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
DEFINES += VERSION_MAJOR=2
 | 
					DEFINES += VERSION_MAJOR=2
 | 
				
			||||||
DEFINES += VERSION_MINOR=5
 | 
					DEFINES += VERSION_MINOR=5
 | 
				
			||||||
DEFINES += VERSION_BUGFIX=1
 | 
					DEFINES += VERSION_BUGFIX=2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
 | 
					# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
 | 
				
			||||||
DEFINES += VERSION_TYPE=NORMAL
 | 
					DEFINES += VERSION_TYPE=NORMAL
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user