| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #2675 | luigi1111 | 2019-12-21 | 2 | -307/+0 | |
| |\ \ | | | | | | | | | | 3f4f6f0 misc: remove unused components (tobtoht) | |||||
| | * | | misc: remove unused components | thotbot | 2019-12-21 | 2 | -307/+0 | |
| | | | | ||||||
| * | | | Scrollbar: don't autohide if enabled (except on Mac) | thotbot | 2019-12-21 | 1 | -1/+3 | |
| |/ / | ||||||
| * | | main: blur on PasswordDialog, InputDialog or ProcessingSplash | xiphon | 2019-12-20 | 3 | -7/+0 | |
| | | | ||||||
| * | | Merge pull request #2625 | luigi1111 | 2019-12-19 | 2 | -0/+2 | |
| |\ \ | | | | | | | | | | 131769f fix dropdown closure behavior (tobtoht) | |||||
| | * | | fix dropdown closure behavior | thotbot | 2019-12-17 | 2 | -0/+2 | |
| | |/ | ||||||
| * | | Merge pull request #2622 | luigi1111 | 2019-12-19 | 1 | -0/+1 | |
| |\ \ | | | | | | | | | | 94561ed fix clunky scrolling behavior on flickables (tobtoht) | |||||
| | * | | fix clunky scrolling behavior on flickables | thotbot | 2019-12-17 | 1 | -0/+1 | |
| | |/ | ||||||
| * | | Merge pull request #2578 | luigi1111 | 2019-12-19 | 4 | -0/+9 | |
| |\ \ | | | | | | | | | | 38d412a components: handle enter and return (selsta) | |||||
| | * | | components: handle enter and return | selsta | 2019-12-10 | 4 | -0/+9 | |
| | | | | ||||||
| * | | | Merge pull request #2576 | luigi1111 | 2019-12-19 | 1 | -2/+2 | |
| |\ \ \ | |_|/ |/| | | | | | b940ad7 InputDialog: pre-populate input text (selsta) | |||||
| | * | | InputDialog: pre-populate input text | selsta | 2019-12-09 | 1 | -2/+2 | |
| | |/ | ||||||
| * | | Merge pull request #2404 | luigi1111 | 2019-12-09 | 1 | -0/+47 | |
| |\ \ | |/ |/| | | | 8dd2a20 e04db92 d06ae80 c83c74d 1723d04 52182ef 97a9ac9 2d23917 91aff7c (TheCharlatan) | |||||
| | * | Migrate build system to cmake | TheCharlatan | 2019-11-27 | 1 | -0/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The content in this commit is not split in order to preserve working compilation. Once this is added to master, the old build script will no longer work and all existing build toolings will require changes. Monero's cmake directory's files need to be copied to this project's cmake directory in order for the linking and function definitions to work correctly. Monero-gui has its own version check and generate file in order to not conflict with monero's destination version files. Most of the source files that are currently in monero-gui's root directory are now moved to subdirectories. This is done to preserve compilation order properly and to give some content structure. The original CMakeList file included all headers it found in subdirectories. Make sure that they are set manually to evade linking errors. The current build script always checks out latest master of the monero submodule. The submodule rules in the current CMakeLists.txt file do not enforce. An override to compile master nevertheless can still be given with `-D DEV_MODE`. To enable the linux X11 xcb linking the libraries had to be hardcoded. There does not seem to be good support for this in pkgconfig, or in existing cmake checks. | |||||
| * | | Merge pull request #2543 | luigi1111 | 2019-12-03 | 1 | -104/+93 | |
| |\ \ | | | | | | | | | | bc40942 StandardDropdown: implement automatic closing (xiphon) | |||||
| | * | | StandardDropdown: implement automatic closing | xiphon | 2019-12-03 | 1 | -104/+93 | |
| | | | | ||||||
| * | | | Merge pull request #2542 | luigi1111 | 2019-12-03 | 1 | -177/+173 | |
| |\ \ \ | | | | | | | | | | | | | 32f7666 DatePicker: don't propagate mouse events to underlying controls (xiphon) | |||||
| | * | | | DatePicker: don't propagate mouse events to underlying controls | xiphon | 2019-11-29 | 1 | -177/+173 | |
| | | | | | ||||||
| * | | | | Merge pull request #2529 | luigi1111 | 2019-12-03 | 1 | -0/+5 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | 4cc3d3f Label: change cursor on link hover (selsta) | |||||
| | * | | | | Label: change cursor on link hover | selsta | 2019-11-28 | 1 | -0/+5 | |
| | | |_|/ | |/| | | ||||||
| * / | | | WarningBox: hover cursor and disable selecting text | selsta | 2019-11-28 | 1 | -6/+6 | |
| |/ / / | ||||||
| * / / | PasswordDialog: fix text field height changing on input (Windows) | xiphon | 2019-11-26 | 1 | -0/+2 | |
| |/ / | ||||||
| * | | Merge pull request #2489 | luigi1111 | 2019-11-25 | 2 | -6/+8 | |
| |\ \ | |/ |/| | | | 0daf2aa CheckBox: use Font Awesome plus/minus icons, remove unused images (xiphon) | |||||
| | * | CheckBox: use Font Awesome plus/minus icons, remove unused images | xiphon | 2019-11-25 | 2 | -6/+8 | |
| | | | ||||||
| * | | Input: fix cursor shape, should be 'Qt.IBeamCursor' | xiphon | 2019-11-25 | 2 | -0/+2 | |
| |/ | ||||||
| * | ContextMenu: styling, implement ContextMenuItem component | xiphon | 2019-11-19 | 2 | -13/+62 | |
| | | ||||||
| * | Merge pull request #2440 | luigi1111 | 2019-11-13 | 1 | -0/+2 | |
| |\ | | | | | | | e9cdaf4 Transfer: convert and display entered amount in fiat currency (xiphon) | |||||
| | * | Transfer: convert and display entered amount in fiat currency | xiphon | 2019-11-13 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merge pull request #2435 | luigi1111 | 2019-11-13 | 1 | -0/+65 | |
| |\ \ | | | | | | | | | | 0e3f3c1 SettingsWallet: refactor list items into separate component (xiphon) | |||||
| | * | | SettingsWallet: refactor list items into separate component | xiphon | 2019-11-11 | 1 | -0/+65 | |
| | |/ | ||||||
| * | | Merge pull request #2429 | luigi1111 | 2019-11-13 | 6 | -7/+69 | |
| |\ \ | | | | | | | | | | 74e12ce ContextMenu: implement 'paste' context menu for all text fields (xiphon) | |||||
| | * | | ContextMenu: implement 'paste' context menu for all text fields | xiphon | 2019-11-08 | 6 | -7/+69 | |
| | |/ | ||||||
| * / | Settings: fix 'Light theme' checkbox | xiphon | 2019-11-04 | 1 | -1/+4 | |
| |/ | ||||||
| * | Merge pull request #2399 | luigi1111 | 2019-10-14 | 1 | -0/+45 | |
| |\ | | | | | | | d3b20d2 SimpleMode: implement 'switch to another public node' button (xiphon) | |||||
| | * | SimpleMode: implement "switch to another public node" button | xiphon | 2019-10-11 | 1 | -0/+45 | |
| | | | ||||||
| * | | DaemonManager: implement async sendCommand | xiphon | 2019-10-07 | 1 | -1/+5 | |
| |/ | ||||||
| * | TitleBar: slightly reduce size of moon icon | selsta | 2019-09-24 | 1 | -1/+1 | |
| | | ||||||
| * | TitleBar: add close wallet button | selsta | 2019-09-24 | 2 | -18/+12 | |
| | | ||||||
| * | Merge pull request #2377 | luigi1111 | 2019-09-14 | 6 | -129/+9 | |
| |\ | | | | | | | 8dab075 repo: remove isMobile leftovers (selsta) | |||||
| | * | repo: remove isMobile leftovers | selsta | 2019-09-06 | 6 | -129/+9 | |
| | | | ||||||
| * | | Merge pull request #2376 | luigi1111 | 2019-09-14 | 1 | -0/+18 | |
| |\ \ | | | | | | | | | | 5f81b57 TitleBar: show wallet name (selsta) | |||||
| | * | | TitleBar: show wallet name | selsta | 2019-09-05 | 1 | -0/+18 | |
| | |/ | ||||||
| * / | fontawesome: fix regular/solid font style | selsta | 2019-09-10 | 3 | -3/+9 | |
| |/ | ||||||
| * | TitleBar: change Light Theme icon from 'light bulb' to 'moon' | xiphon | 2019-09-03 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #2307 | luigi1111 | 2019-07-22 | 1 | -2/+0 | |
| |\ | | | | | | | f20ab12 QML: fix various warnings (selsta) | |||||
| | * | QML: fix various warnings | selsta | 2019-07-21 | 1 | -2/+0 | |
| | | | ||||||
| * | | Changes Change wallet/Continue to Cancel/Ok | notmike | 2019-07-18 | 1 | -2/+2 | |
| |/ | | | | see #2290 #2204 | |||||
| * | PasswordDialog: label improvements | selsta | 2019-07-16 | 1 | -4/+7 | |
| | | ||||||
| * | Merge pull request #2240 | luigi1111 | 2019-07-15 | 3 | -650/+212 | |
| |\ | | | | | | | 35a0f25 PasswordDialog: merge components and bug fixes (selsta) | |||||
| | * | PasswordDialog: merge components and bug fixes | selsta | 2019-07-15 | 3 | -650/+212 | |
| | | | | | | | | | | | | | | | | | | | | | | | This commit merges PasswordDialog, PassphraseDialog and NewPasswordDialog. Also the following bugs were fixed: - Wizard pages still being active when opening a wallet from wizard. - Capslock detection was buggy when copy pasting password, I replaced it with native implementations for each platform. - isAlpha could throw errors when using special characters. | |||||
