- Resized flags in localization settings
|
@ -27,6 +27,7 @@
|
|||
- COSMETIC: Added a message to warn user that we started download from an url
|
||||
- COSMETIC: Renamed main tab from "Downloads" to "Transfers"
|
||||
- COSMETIC: Improved icons
|
||||
- COSMETIC: Resized flags in localization settings
|
||||
|
||||
* Fri Aug 24 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.6.1
|
||||
- BUGFIX: Fixed possible segfaults when using context menus
|
||||
|
|
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 284 B After Width: | Height: | Size: 329 B |
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 558 B |
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 160 B |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 465 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 464 B |
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 212 B |
Before Width: | Height: | Size: 525 B After Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 160 B |
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 416 B |
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 405 B After Width: | Height: | Size: 516 B |
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 198 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -23,7 +23,7 @@
|
|||
#define ABOUT_H
|
||||
|
||||
#include "ui_about.h"
|
||||
#define VERSION "v0.7.0rc2"
|
||||
#define VERSION "v0.7.0rc3"
|
||||
|
||||
class about : public QDialog, private Ui::AboutDlg{
|
||||
Q_OBJECT
|
||||
|
|