sje397
4efbda3f25
Added 'Backup Wallet' menu option
...
- icon from the LGPL Nuvola set (like the tick) - http://www.icon-king.com/projects/nuvola/
- include 'boost/version.hpp' in db.cpp so that the overwrite version of copy can be used
- catch exceptions in BackupWallet (e.g. filesystem_error thrown when trying to overwrite without the overwrite flag set)
- include db.h in walletmodel.cpp for BackupWallet function
- updated doc/assets-attribution.txt and contrib/debian/copyright with copyright info for new icon
13 years ago
Janne Pulkkinen
6af93ee2ea
Fix Minimize to the tray instead of the taskbar
13 years ago
Luke Dashjr
2bc4fd609c
Bitcoin-Qt signmessage GUI (pull request #582 )
13 years ago
Matt Corallo
7d145a0f59
Add support for opening bitcoin: URIs directly.
13 years ago
Wladimir J. van der Laan
bde280b9a4
Revert "Use standard C99 (and Qt) types for 64-bit integers"
...
This reverts commit 21d9f36781
.
13 years ago
Luke Dashjr
21d9f36781
Use standard C99 (and Qt) types for 64-bit integers
13 years ago
Matt Corallo
7ca47cece7
Fix status bar not displaying Alerts.
13 years ago
Wladimir J. van der Laan
01ea41b203
Add "About Qt" menu option to show built-in Qt About dialog
...
- Most Qt programs do this, and it can be useful to find out what version of Qt was built against.
13 years ago
Wladimir J. van der Laan
66112ed6e6
Example documented class
13 years ago
p2k
527137e3ee
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
...
Now it can't be told if this is was a Windows App before. All Mac design principles are fulfilled and some cosmetics have been applied to suit the native look and feel. The biggest change there is the proper use of the Dock icon which takes the role of the Tray icon on Mac.
The QDoubleSpinBox improves entering of Bitcoin amounts, no two separate fields are required anymore. All functionality and validation effects have been retained; pressing the comma key will be internally translated to a period to keep it consistent throughout the application and eases entering in countries which use the comma as decimal separator.
Additionally, Notificator now supports Growl, Mac's native notification system. This is provided via Apple Script in order to avoid linking to Growl on compile time. Other changes involve encapsulation of Toolbar and Menubar creation, loading of Qt's own translation and some clean up.
13 years ago
Wladimir J. van der Laan
83312d7c6c
remove transparency effect and windows-specific code for now, it's not working as supposed
13 years ago
Janne Pulkkinen
94723e27ad
Pull request #21 : windows fixes/cleanup by Matoking
13 years ago
Wladimir J. van der Laan
cf9195c808
(k)ubuntu 10.04+ notification support (based on @zwierzak his code)
13 years ago
Wladimir J. van der Laan
b7bcaf940d
Wallet encryption part 2: ask passphrase when needed, add menu options
13 years ago
Wladimir J. van der Laan
ae8adeb90a
Wallet encryption part 1: show wallet encryption status
13 years ago
Wladimir J. van der Laan
db7f023417
Accept "bitcoin:" URL drops from browsers
13 years ago
Wladimir J. van der Laan
2351a3fc9f
minimize amount of text in status bar; show only icons, if the user wants explanation they can view the tooltip
13 years ago
Wladimir J. van der Laan
8dcffd4d07
show rotating spinner when block download out of date, tick otherwise
14 years ago
Wladimir J. van der Laan
df5ccbd2b2
Show unconfirmed balance on overview page
14 years ago
Wladimir J. van der Laan
f54d59ba4a
add export functionality for address book / receiving addresses
14 years ago
Wladimir J. van der Laan
51d7cc07f1
Add context menu on transaction list: copy label, copy address, edit label, show details
14 years ago
Wladimir J. van der Laan
3479849dc4
convert to full tab-based ui
14 years ago
Wladimir J. van der Laan
fbaee7a853
Export functionality for transaction list
14 years ago
Wladimir J. van der Laan
d52a0f3bca
Rename "History" tab to more logical "Transactions", move "Number of transactions" from status bar to overview page
14 years ago
Wladimir J. van der Laan
64c8b69948
tab reorg phase 1: split main gui into "overview" and "history"
14 years ago
Wladimir J. van der Laan
bb82fdb543
"Receive coins" instead of "Receiving addresses"
14 years ago
Wladimir J. van der Laan
e5b47b4328
Remove "default address" from main GUI screen, it only confuses people
14 years ago
Wladimir J. van der Laan
ef079e183b
Split off WalletModel from ClientModel, to be able to support multi-wallets in future
14 years ago
Wladimir J. van der Laan
ceb6d4e11d
Implement filter row instead of tabs, allows for more expressive filters
14 years ago
Wladimir J. van der Laan
6cab66354d
On initial block chain download, show a progress bar
14 years ago
Wladimir J. van der Laan
b1ef1b24ce
add connection meter
14 years ago
Wladimir J. van der Laan
ba4081c1fc
move back to original directory structure
14 years ago
Wladimir J. van der Laan
725d460e4b
show notification balloon on incoming transaction
14 years ago
Wladimir J. van der Laan
66d536ed07
transaction details dialog on doubleclick
14 years ago
Wladimir J. van der Laan
b7726d924e
ask fee
14 years ago
Wladimir J. van der Laan
467c31ea0a
show messages from core/net thread
14 years ago
Wladimir J. van der Laan
352083cb23
Implement Minimize to tray / Minimize on close
14 years ago
Wladimir J. van der Laan
6630c1cbf5
sending support
14 years ago
Wladimir J. van der Laan
dd8e82f797
fix balance display, display number of transactions
14 years ago
Wladimir J. van der Laan
18cab09a95
core initialisation, client model binding
14 years ago
Wladimir J. van der Laan
1f2e0df865
begin integration with bitcoin upstream
14 years ago
Wladimir J. van der Laan
4d1bb15e31
more improvements
14 years ago
Wladimir J. van der Laan
871f9979c6
make address settable from outside
14 years ago
Wladimir J. van der Laan
1a6d504a38
make balance/blocks/connections/transactions settable through slots
14 years ago
Wladimir J. van der Laan
3f323a61fe
clipboard handling
14 years ago
Wladimir J. van der Laan
df577886e4
rename to qt standard
14 years ago
Wladimir J. van der Laan
8812ce7b27
add options dialog, spawn dialogs at the right place
14 years ago
Wladimir J. van der Laan
af94377667
implement filtering, action listeners
14 years ago
Wladimir J. van der Laan
1355cfe131
add all (unpopulated) dialogs
14 years ago
Wladimir J. van der Laan
aaa1c3c400
initial commit
14 years ago