neobytes/src/qt
Wladimir J. van der Laan 661834d02b Merge pull request #1261 from laanwj/2012_05_escapecsv
Properly escape strings when exporting CSV
2012-05-11 23:30:04 -07:00
..
forms add code to open (display) debug.log on Windows with the associated application and add a button to the Information page in the Debug console 2012-05-11 11:10:34 +02:00
locale update bitcoin_en.ts (translation master file) to match current master branch as of 2012-05-09 2012-05-09 12:38:51 +02:00
res simplified qrcode icon that scales gracefully to 16x16 2012-05-05 11:27:38 +02:00
test Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 2012-04-06 12:53:37 -04:00
aboutdialog.cpp Build identification strings 2012-04-10 18:16:53 +02:00
aboutdialog.h
addressbookpage.cpp Make user action more straightforward in address book 2012-05-07 11:30:23 +02:00
addressbookpage.h
addresstablemodel.cpp Remove headers.h 2012-04-17 20:00:55 +02:00
addresstablemodel.h
askpassphrasedialog.cpp passphrasedialog: change dialog title to "Passphrase Dialog" / remove style-sheet for bold font and use Qt Designer option / remove an unused label default-text and remove an obsolete clear()' 2012-05-06 22:11:26 +02:00
askpassphrasedialog.h
bitcoin.cpp Merge pull request #1090 from laanwj/2012_04_wraptooltips 2012-05-10 23:54:53 -07:00
bitcoin.qrc simplified qrcode icon that scales gracefully to 16x16 2012-05-05 11:27:38 +02:00
bitcoinaddressvalidator.cpp
bitcoinaddressvalidator.h
bitcoinamountfield.cpp
bitcoinamountfield.h
bitcoingui.cpp Correct Date 2012-05-12 11:36:37 +08:00
bitcoingui.h add placeholder text to address field (like in sendcoins) and set focus to address field on opening messagepage or "Clear All" / consolidate gotoMessagePage() to 1 function / rename windowTitle to "Sign Message Dialog" 2012-05-10 15:50:24 +02:00
bitcoinstrings.cpp fix warnings: unused variable 'XX' [-Wunused-variable] 2012-04-15 13:40:14 +02:00
bitcoinunits.cpp
bitcoinunits.h
clientmodel.cpp Add UI RPC console / debug window 2012-05-05 10:37:06 +02:00
clientmodel.h Add UI RPC console / debug window 2012-05-05 10:37:06 +02:00
csvmodelwriter.cpp Properly escape " in strings when exporting CSV 2012-05-11 20:17:09 +02:00
csvmodelwriter.h
editaddressdialog.cpp fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum] 2012-04-15 13:40:14 +02:00
editaddressdialog.h
guiconstants.h Allow Qt to wrap long tooltips (fixes #1063) 2012-05-05 10:20:52 +02:00
guiutil.cpp Add missing #include for GetDataDir 2012-05-11 13:18:25 +02:00
guiutil.h guiutil.cpp/.h: fix a -Wreorder compiler warning and make constructor for ToolTipToRichTextFilter explicit 2012-05-11 11:32:04 +02:00
macdockiconhandler.h
macdockiconhandler.mm
messagepage.cpp Split synchronization mechanisms from util.{h,cpp} 2012-05-11 18:13:51 +02:00
messagepage.h signmessage: auto-select signature when field is focused/clicked 2012-05-05 09:56:55 +02:00
monitoreddatamapper.cpp
monitoreddatamapper.h
notificator.cpp
notificator.h
optionsdialog.cpp optionsdialog.cpp: rename "Start Bitcoin on window system startup" to "Start Bitcoin on system login" and move it to Main / hide "Window" Options on Mac as there are currently none available / remove an unused variable / add Alt-Shortcuts where they were missing / allow translation of "default" 2012-05-10 18:00:00 +02:00
optionsdialog.h Organize optionsdialog (split off Window and Network page) 2012-05-09 07:45:47 +02:00
optionsmodel.cpp Make it possible to set user interface language from options dialog 2012-05-09 07:45:47 +02:00
optionsmodel.h Make it possible to set user interface language from options dialog 2012-05-09 07:45:47 +02:00
overviewpage.cpp move many overviewpage settings from code to ui XML-file / removed ability to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway / set mouse cursor to IBeam for selectable labels 2012-05-06 16:57:12 +02:00
overviewpage.h
qrcodedialog.cpp harmonize the use of ellipsis ("...") to be used in menus, but not on buttons / update some strings to be more informative 2012-05-09 09:06:51 +02:00
qrcodedialog.h updated to reflect pull-request suggestions / renamed some GUI elements 2012-04-12 20:34:05 +02:00
qtipcserver.cpp Split synchronization mechanisms from util.{h,cpp} 2012-05-11 18:13:51 +02:00
qtipcserver.h Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 2012-04-06 12:53:37 -04:00
qvalidatedlineedit.cpp
qvalidatedlineedit.h
qvaluecombobox.cpp Make it possible to set user interface language from options dialog 2012-05-09 07:45:47 +02:00
qvaluecombobox.h Make it possible to set user interface language from options dialog 2012-05-09 07:45:47 +02:00
rpcconsole.cpp if there is no current block number available display N/A on totalBlocks label, instead of 0, which can not ever be true 2012-05-11 12:29:31 +02:00
rpcconsole.h add code to open (display) debug.log on Windows with the associated application and add a button to the Information page in the Debug console 2012-05-11 11:10:34 +02:00
sendcoinsdialog.cpp fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum] 2012-04-15 13:40:14 +02:00
sendcoinsdialog.h Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 2012-04-06 12:53:37 -04:00
sendcoinsentry.cpp Move back setPlaceholderText to code, from xml, as this broke building with Qt 4.6 2012-05-07 00:19:22 +02:00
sendcoinsentry.h
transactiondesc.cpp Remove headers.h 2012-04-17 20:00:55 +02:00
transactiondesc.h
transactiondescdialog.cpp
transactiondescdialog.h
transactionfilterproxy.cpp
transactionfilterproxy.h
transactionrecord.cpp Clean up warnings 2012-05-09 03:48:30 +02:00
transactionrecord.h
transactiontablemodel.cpp Remove headers.h 2012-04-17 20:00:55 +02:00
transactiontablemodel.h
transactionview.cpp add 2 comments to transactionview.cpp to ensure no one moves setPlaceholderText to the XML file (after this all parts in the code that use setPlaceholderText have this comment 2012-05-10 15:42:26 +02:00
transactionview.h
walletmodel.cpp fix #952 by checking if we have a new address or an updated label 2012-05-04 11:09:55 +02:00
walletmodel.h fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum] 2012-04-15 13:40:14 +02:00