Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-25 | [Qt] Optionally add third party links to transaction context menu | Cozz Lovan | |
2014-03-27 | [Qt] fix style, formating, comment and indentation problems | Philip Kaufmann | |
- introduced by #3920 | |||
2014-03-21 | [QT] Fixes feel when resizing the last column on tables (issue #2862) | gubatron | |
Re-submitting this pull request with a single commit. This patch introduces a GUIUtil class that is used when setting up the 2 tables we have so far on the Qt-GUI. In the past you could only resize the last column, which has BTC amounts from the right border of the column header, something that was rather unnatural. If a new table were ever to be added to the interface, fixing the last columns resizing behavior is rather simple. Just look at how we initialize here a TableViewLastColumnResizingFixer object when setting up the table header's behavior, and then how we override the resize event of the component (can be the table, or the dialog) and we invoke columnResizingFixer->stretchColumnWidth(columnIndex); | |||
2013-11-14 | [Qt] make most Windows appear centered on main GUI | Philip Kaufmann | |
- remove default value for parent variable in dialogs, which should appear centered over main GUI and pass appropriate value - add some addition NULL pointer checks | |||
2013-11-11 | [Qt] remove GUIUtil::getSaveFileName() default arguments | Philip Kaufmann | |
- harmonize function with GUIUtil::getOpenFileName() - also make PNG Image singular (grammar) | |||
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | |||
2013-11-04 | qt: add license header to source files | Wladimir J. van der Laan | |
Closes #839 | |||
2013-10-30 | transactionview: make exportClicked() use message() | Philip Kaufmann | |
- use message() for displaying success or failure of export - rework the strings to be more detailed / informative - additional small cleanups | |||
2013-06-01 | Qt5 compatibility | Wladimir J. van der Laan | |
This commit squashes all the changes in the Qt5 branch relative to master. Backward compatibility with Qt4 is retained. Original authors: - Philip Kaufmann <phil.kaufmann@t-online.de> - Jonas Schnelli <jonas.schnelli@include7.ch> | |||
2013-03-21 | Adding 'copy txid' to qt tx overview context menu | Richard Schwab | |
2013-03-17 | Bitcoin-Qt: massive header and cpp cleanup | Philip Kaufmann | |
- try to enforce the same style to all Qt related files - remove unneeded includes from the files - add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE - prepares for a pull-req to include Qt5 compatibility | |||
2012-09-21 | enhance Qt5 compatibility | Philip Kaufmann | |
- replace Q_WS_MAC (not supported anymore in Qt5) with Q_OS_MAC (supported in Qt4/5) | |||
2012-08-01 | Bugfix: Fix a variety of misspellings | Luke Dashjr | |
2012-07-17 | Make sort and filters for transactions and labels case-insensitive | Wladimir J. van der Laan | |
2012-05-12 | When a transaction is clicked on overview page, focus it on history page | Wladimir J. van der Laan | |
2012-05-10 | add 2 comments to transactionview.cpp to ensure no one moves ↵ | Philip Kaufmann | |
setPlaceholderText to the XML file (after this all parts in the code that use setPlaceholderText have this comment | |||
2012-05-09 | harmonize the use of ellipsis ("...") to be used in menus, but not on ↵ | Philip Kaufmann | |
buttons / update some strings to be more informative | |||
2012-02-15 | fix default suffixes in save dialog in GNOME, make it more clear that PNG is ↵ | Wladimir J. van der Laan | |
used (solves #833) | |||
2011-12-28 | Fix transaction type in UI: not all tx'es with "from"/"to" field are ↵ | Wladimir J. van der Laan | |
necessarily IP tx'es - Also, prepare for OP_EVAL by calling all transactions without bitcoin address "SendToOther"/"RecvFromOther", (IP tx'es are so rare they can be put together with funky EV_EVAL scripts) | |||
2011-12-23 | Copy amount to clipboard (implements #657) | Wladimir J. van der Laan | |
- Also, unify similar code related to copying transaction fields to clipboard | |||
2011-12-23 | Comments update | Wladimir J. van der Laan | |
2011-12-21 | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | |
This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. | |||
2011-12-20 | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | |
2011-11-08 | Add robustness against null models | Wladimir J. van der Laan | |
2011-11-08 | Fix segmentation fault when editing address not in address book (issue #615) | Wladimir J. van der Laan | |
2011-10-09 | Improved Mac experience; QDoubleSpinBox for BitcoinAmountField | p2k | |
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. | |||
2011-08-28 | add russian translation and add unicode compatibility (merges pull request #20) | Misbakh-Soloviev Vadim A | |
2011-08-07 | don't include <QDebug> | Wladimir J. van der Laan | |
2011-07-29 | Full support for other units, add configuration option for default unit ↵ | Wladimir J. van der Laan | |
(used when displaying amounts) | |||
2011-07-27 | normalize SIGNAL/SLOT signatures ↵ | Wladimir J. van der Laan | |
(http://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures/) | |||
2011-07-25 | preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue | Wladimir J. van der Laan | |
2011-07-22 | Implement range... transaction filter | Wladimir J. van der Laan | |
2011-07-14 | Fix error when export is cancelled without specifying a filename. | Celil | |
2011-07-09 | add export functionality for address book / receiving addresses | Wladimir J. van der Laan | |
2011-07-08 | Add context menu on transaction list: copy label, copy address, edit label, ↵ | Wladimir J. van der Laan | |
show details | |||
2011-07-07 | Selection/tab navigation fixes | Wladimir J. van der Laan | |
2011-07-07 | Export functionality for transaction list | Wladimir J. van der Laan | |
2011-07-07 | minor language/text updates | Wladimir J. van der Laan | |
2011-07-03 | Eliminate useless padding | Wladimir J. van der Laan | |
2011-07-02 | Placeholder text can only be used for Qt 4.7+ | Wladimir J. van der Laan | |
2011-07-01 | Add "last month" filter | Wladimir J. van der Laan | |
2011-07-01 | make amount column wider, so that more decimals fit in | Wladimir J. van der Laan | |
2011-06-30 | Fix detailed transaction information on doubleclick | Wladimir J. van der Laan | |
2011-06-29 | Implement filter row instead of tabs, allows for more expressive filters | Wladimir J. van der Laan | |