Wladimir J. van der Laan
d8b8640863
allow for filtering addresses and labels by searching for the typed string anywhere, not just at the beginning ( #641 )
13 years ago
Nils Schneider
b790077c37
update translation: de
13 years ago
Nils Schneider
8787ee699c
add translations: hu uk
13 years ago
Alex B
e92e97f1ee
Small fixes in both spanish translations
13 years ago
Nils Schneider
50aa850fc8
update translations: da de nl ru zh_TW
13 years ago
Nils Schneider
4b53cff901
add italian translation
13 years ago
Luke Dashjr
a3c675d1a3
Bugfix: only make QListView transparent, not its tooltips
13 years ago
Wladimir J. van der Laan
4585f7e2c1
add message about restarting bitcoin after encrypting wallet succesfully
13 years ago
Wladimir J. van der Laan
af836ad588
Improve documentation for UI classes
13 years ago
Wladimir J. van der Laan
66112ed6e6
Example documented class
13 years ago
Wladimir J. van der Laan
405ce5a876
Add model null pointer check (solves issue #595 and https://github.com/laanwj/bitcoin-qt/issues/29 )
...
Missed this one before, which can be triggered in race condition if window event arrives before model is set
13 years ago
Luke Dashjr
0fe19a3a2c
Replace kfm_home with go-home for "overview"
13 years ago
Luke Dashjr
81dd7aa4c1
Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed
13 years ago
Luke Dashjr
5a7321562d
Replace icons with Nuvola (LGPL 2.1): all non-free except for those by Wladimir van der Laan (who will hopefully relicense)
13 years ago
Wladimir J. van der Laan
dead0ff8cd
Add robustness against null models
13 years ago
Wladimir J. van der Laan
9bc9593df5
Fix segmentation fault when editing address not in address book (issue #615 )
13 years ago
Nils Schneider
e1739cbf38
merged translations from transifex: da de es es_CL nb nl ru zh_TW
13 years ago
Ang Iong Chun
1615c14756
add zh_TW locale
13 years ago
Chris Moore
2989b462a5
Add English translation to fix plural(s).
13 years ago
p2k
6eaa1b36fc
Mac Deployment Script
...
See notes.txt in contrib/macdeploy.
Also added a dash to the application name in src/qt/bitcoin.cpp
13 years ago
Wladimir J. van der Laan
8d3e1becf0
Save translators some work
...
- Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp)
13 years ago
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
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