Wladimir J. van der Laan
5c92622ad6
Translation lookup logic improvements
...
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm )
- first load translations/<language>.qm, then translations/<language>_<TERRITORY>.qm, so that territory-specific translations take precedence, but the fallback is on the base language if no territory-specific translation exists.
13 years ago
Wladimir J. van der Laan
3a30f34f1a
Revert "translation fixes"
...
This reverts commit f86ecd4a06
.
13 years ago
Wladimir J. van der Laan
f86ecd4a06
translation fixes
...
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm )
- rename language files to the usual <lang>_<TERRITORY>
- include recently added language files for es_ES and nb_NO
13 years ago
Nils Schneider
38a9edba20
update translations: nb, es_CL (from transifex)
13 years ago
Nick Bosma
7298ebb432
Added Caps Lock check and warning at askpassphrasedialog.
13 years ago
Alex B
53f21f6ee7
Added Spanish translation for qt
13 years ago
Wladimir J. van der Laan
d85f245800
Add alt-1..alt-5 shortcut to switch between tabs
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
d934e7e3dd
Make "Quit" menu saner
...
- Use 'x' for Exit shortcut
- Set Ctrl-Q as global quit key sequence
13 years ago
Gavin Andresen
0b3f3657c8
Remove old wx translations, updated qt translations
13 years ago
Wladimir J. van der Laan
608dacf689
only install translator when not empty
13 years ago
Wladimir J. van der Laan
5902040874
translation handling improvements
...
- automatically build binary translation files in qmake/make
- roll translations into resource file and executable, to simply installation
13 years ago
Janne Pulkkinen
a1ef0d19b1
Removing the if statement entirely - not needed.
13 years ago
Janne Pulkkinen
609acbf43d
Send Coins page not cleared when changing tabs. Clear all button for clearing the entries
13 years ago
Wladimir J. van der Laan
010c4fc0b5
Change define to determine use of DBUS to USE_DBUS, to prevent overlap with Qt-defined QT_DBUS
13 years ago
Wladimir J. van der Laan
b8afa21fad
show balance in sendcoins screen (issue #24 )
13 years ago
Wladimir J. van der Laan
9b490f71b0
put Q_OBJECT everywhere it should be (removes warnings when running lupdate)
13 years ago
flower
c1e667222a
make German translation up-to-date
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
p2k
2c1fd3c395
Some Mac OS X specific things
...
* Added application icon for Mac OS X * Added instructions for compiling
under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
13 years ago
Wladimir J. van der Laan
d33cc2b5e3
clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' blocks as initial value for number of peer blocks
13 years ago
Janne Pulkkinen
78b3bf56f7
The synchronization progress bar now compares the amount of total blocks to amount of blocks downloaded at application start-up. Could be probably implemented better.
13 years ago
Wladimir J. van der Laan
f077d1ad62
fix the build (moved code use 'this' instead of 'window')
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
c5aa1b139a
update to work with new lock system, add protocol.* to build system
13 years ago
Wladimir J. van der Laan
6c85cbecf1
comments and readme update
13 years ago
Wladimir J. van der Laan
b7bcaf940d
Wallet encryption part 2: ask passphrase when needed, add menu options
13 years ago
Misbakh-Soloviev Vadim A
3f0816e3d9
add russian translation and add unicode compatibility (merges pull request #20 )
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
317c733572
add russian translation by msva
13 years ago
Wladimir J. van der Laan
8c4738d5a7
fix issue #13
13 years ago
Wladimir J. van der Laan
b0849613bf
QtUI code cleanup / comment improvements
13 years ago
Wladimir J. van der Laan
fb390d3505
add TODOs in parseBitcoinURL
13 years ago
Wladimir J. van der Laan
c359ac9128
allow empty/missing amounts in URL
13 years ago
Wladimir J. van der Laan
856aacf388
don't include <QDebug>
13 years ago
Wladimir J. van der Laan
db7f023417
Accept "bitcoin:" URL drops from browsers
13 years ago
Wladimir J. van der Laan
e74e8a184a
reorganize transaction model data function, and transaction tooltip
13 years ago
Wladimir J. van der Laan
d4e3cb4c03
improve sync spinner
13 years ago
Wladimir J. van der Laan
00f4f8d54c
speling fix
13 years ago
Wladimir J. van der Laan
126185aaa7
improve tooltip over transactions
13 years ago
Wladimir J. van der Laan
ffccb56914
select new address immediately after creation
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
1b39201966
when clicking a transaction on the overview page, send the user to the transactions page
13 years ago
Wladimir J. van der Laan
186f3e2f0c
Clarity: change definition of "confirmed" to "counts towards balance"
13 years ago
Wladimir J. van der Laan
2ccd47596b
fix drawing on gtk
13 years ago
Wladimir J. van der Laan
82303fc3ca
unconfirmed amount = grey
13 years ago
Wladimir J. van der Laan
a99ac8d3f4
show last few transactions on overview page
13 years ago
Wladimir J. van der Laan
2566b30c38
make amount field the same width as decimals field
13 years ago
Wladimir J. van der Laan
5762295ec3
update readme and splash screen text
13 years ago