Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-02 | Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_time | Gregory Maxwell | |
Increase time ago of last block for "up to date" status from 30 to 90 minutes | |||
2012-04-02 | Increase time ago of last block for "up to date" status from 30 to 90 minutes | Wladimir J. van der Laan | |
It was too hyperactive. gmaxwell: I mean that right now when the block gap goes over an hour it starts showing synchronizing. Increasing that to 90 minutes or so would make it only happen about 6.4 times per year | |||
2012-03-29 | made tray icon tooltip translatable | Philip Kaufmann | |
2012-03-26 | make sure Window is shown when clicking bitcoin: Links to get user attention | Philip Kaufmann | |
2012-03-16 | Yet another attempt at implementing "minimize to tray" that works on all OSes | Wladimir J. van der Laan | |
2012-02-26 | Merge pull request #853 from laanwj/2012_02_altminimizetray | Wladimir J. van der Laan | |
Yet another alternative "minimize to tray" implementation Fixes problems with window positioning. | |||
2012-02-26 | Move 'Backup Wallet' to file menu | Pieter Wuille | |
2012-02-25 | In UI, handle cases in which the last received block was generated in the ↵ | Wladimir J. van der Laan | |
future (secs<0) Fixes #874. | |||
2012-02-19 | Hide tray icon in destructor, as deleting will let it linger until quit (on ↵ | Wladimir J. van der Laan | |
Ubuntu) | |||
2012-02-17 | Do show/showNormal only when needed. | Wladimir J. van der Laan | |
2012-02-17 | Merge pull request #854 from laanwj/2012_02_qtipc | Wladimir J. van der Laan | |
Restructure IPC URL handling (fixes #851) | |||
2012-02-17 | Hide window from taskbar when "minimize to tray" active by making window ↵ | Wladimir J. van der Laan | |
into Tool window | |||
2012-02-17 | Restructure IPC URL handling (fixes #851) | Wladimir J. van der Laan | |
2012-02-15 | Added 'Backup Wallet' menu option | sje397 | |
- 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 | |||
2012-02-12 | Add export action to file menu (as long as we have a file menu, export ↵ | Wladimir J. van der Laan | |
certainly should be there) | |||
2012-02-11 | Fix Minimize to the tray instead of the taskbar | Janne Pulkkinen | |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen | |
2012-01-27 | Bitcoin-Qt signmessage GUI (pull request #582) | Luke Dashjr | |
2012-01-26 | Merge pull request #593 (Full URL Support in bitcoin-qt) | Wladimir J. van der Laan | |
2012-01-17 | Revert to global progress indication (see #753) | Wladimir J. van der Laan | |
2012-01-05 | Add support for opening bitcoin: URIs directly. | Matt Corallo | |
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-12-19 | Merge pull request #699 from laanwj/about_qt | Gavin Andresen | |
Add "About Qt" menu option to show built-in Qt About dialog | |||
2011-12-13 | Fix status bar not displaying Alerts. | Matt Corallo | |
2011-12-13 | Add "About Qt" menu option to show built-in Qt About dialog | Wladimir J. van der Laan | |
- Most Qt programs do this, and it can be useful to find out what version of Qt was built against. | |||
2011-12-09 | Prevent window from being shown momentarily when using -min | Wladimir J. van der Laan | |
- In a previous patch, show() was added to all the page switcher functions. As the contructor calls showOverviewPage(), this means the window is shown in the constructor. - This change prevents this by connecting show() to the signal instead. | |||
2011-11-13 | Add model null pointer check (solves issue #595 and ↵ | Wladimir J. van der Laan | |
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 | |||
2011-11-08 | Add robustness against null models | Wladimir J. van der Laan | |
2011-10-09 | Add alt-1..alt-5 shortcut to switch between tabs | 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-10-09 | Make "Quit" menu saner | Wladimir J. van der Laan | |
- Use 'x' for Exit shortcut - Set Ctrl-Q as global quit key sequence | |||
2011-09-27 | Removing the if statement entirely - not needed. | Janne Pulkkinen | |
2011-09-27 | Send Coins page not cleared when changing tabs. Clear all button for ↵ | Janne Pulkkinen | |
clearing the entries | |||
2011-09-11 | remove transparency effect and windows-specific code for now, it's not ↵ | Wladimir J. van der Laan | |
working as supposed | |||
2011-09-11 | clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' ↵ | Wladimir J. van der Laan | |
blocks as initial value for number of peer blocks | |||
2011-09-11 | The synchronization progress bar now compares the amount of total blocks to ↵ | Janne Pulkkinen | |
amount of blocks downloaded at application start-up. Could be probably implemented better. | |||
2011-09-07 | fix the build (moved code use 'this' instead of 'window') | Wladimir J. van der Laan | |
2011-09-07 | Pull request #21: windows fixes/cleanup by Matoking | Janne Pulkkinen | |
2011-09-03 | (k)ubuntu 10.04+ notification support (based on @zwierzak his code) | Wladimir J. van der Laan | |
2011-08-31 | comments and readme update | Wladimir J. van der Laan | |
2011-08-31 | Wallet encryption part 2: ask passphrase when needed, add menu options | Wladimir J. van der Laan | |
2011-08-28 | add russian translation and add unicode compatibility (merges pull request #20) | Misbakh-Soloviev Vadim A | |
2011-08-23 | Wallet encryption part 1: show wallet encryption status | Wladimir J. van der Laan | |
2011-08-08 | QtUI code cleanup / comment improvements | Wladimir J. van der Laan | |
2011-08-07 | don't include <QDebug> | Wladimir J. van der Laan | |
2011-08-07 | Accept "bitcoin:" URL drops from browsers | Wladimir J. van der Laan | |
2011-08-05 | speling fix | Wladimir J. van der Laan | |
2011-08-04 | minimize amount of text in status bar; show only icons, if the user wants ↵ | Wladimir J. van der Laan | |
explanation they can view the tooltip |