Revisions of monero-gui

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 948937 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 23)
initialized devel package after accepting 948937
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 22)
- Update to version 0.17.3.1:
  * WizardRestoreWallet3: remove unused code
  * WizardHome: restore binding of networkTypeDropdown.currentIndex when selecting an item; display networkTypeDropdown if stagenet or testnet is selected
  * SettingsInfo: translate tx description of "Donate to Monero" button
  * Wizard: display selected network (testnet/stagenet) on "Create a new wallet" header
  * LeftPanel: use correct shortcut modifier for Mac
  * Fixed English mistake in Mining.qml
  * wizard: clear password field after wallet creation
  * update translations
  * README: add more missing macOS dependencies
  * main: add compile time option to disable desktop entry dialog
  * DEPLOY: use correct ARCH
  * build: prepare v0.17.3.1
  * SettingsWallet: improve and translate trusted remote node error message
  * RemoteNodeList: fix trusted daemon icon margin
  * RemoteNodeList: fix qml warning
  * SettingsWallet, SettingsListItem: disable "Rescan wallet balance" buton if wallet is not synced
  * RemoteNodeList: reconnect after editing remote node
  * History: disable payment proof for hardware wallets
  * main: verify if currentWallet is loaded before calling it
  * Settings, Advanced: mirror stack transition when clicking on a button on the left
  * Translations from Weblate
  * WizardCreateDevice1: Use "Restore wallet" instead of "Create wallet" on Next button when restoring
  * main: hide TitleBar when MerchantTitleBar is visible
  * build: prepare v0.17.3.0
  * WizardSummary: use "Mnemonic seed language" instead of "Language"
  * WizardOpenWallet1: new wallet icons; hide "Mainnet" label in simple mode
  * PasswordDialog: display wizard title bar when returning to wizard after canceling password dialog
  * main: hide wallet name in wizard titlebar
  * WizardCreateDevice1: hide advanced options in simple mode
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 21)
- Update to version 0.17.2.2:
  * Implement tooltips in multiple pages and components
  * main: hide/show popups before/after inactivity screen lock
  * AddressBook: highlight background when selecting contact for transfer page
  * Receive: add search transactions button
  * cmake: cleanup hidapi / libusb
  * cmake: move external subdir before -Werror
  * js: fix getApproximateBlockchainHeight (testnet)
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 20)
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 19)
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 18)
- Update to version 0.17.2.1:
  * cmake: prepare v0.17.2.1
  * Wallet: fix transfer with Qt 5.12
  * without StartupWMClass=monero-wallet-gui gnome-shell users can not add the applications to their favorites
  * cmake: remove typo
  * workflows: test qml of docker compiled apps
  * build: prepare v0.17.2.0
  * SettingsNode: fix icon size
  * docker: build with QtQmlModels plugin
  * SettingsNode: implement multiple remote nodes support
  * support pruning of new databases
  * RemoteNodeEdit: change border color on focus
  * Checkbox: handle Enter/Return/Space keys, change border color on focus
  * Transfer: implement sending to multiple recipients
  * Renamed Norwegian translation file.
  * LeftPanel: drop Advanced submenu items, use NavBar instead
  * DaemonManager: start monerod with '--non-interactive' cli option set
  * Docker: Android - switch to debian:stretch, build CMake from source
  * Navbar: reimplement as a reusable component, drop redundant code
  * Navbar: move to components
  * cmake: sync submodule if DEV_MODE=ON
  * Translations from Weblate
  * TxConfirmationDialog: implement multiple recipients support, layout fixes
  * use preferred colors for DaemonManagerDialog
  * LineEditMulti: right padding, fontFamily, backtab, inline btns vcenter
  * LineEdit: fontFamily and inputPadding properties, fix backtab
  * CheckBox: change opacity to 70% in disabled state
  * AddressBook: don't alter tx Description on recipient selection
  * Wallet: estimateTransactionFeeAsync - multi dest support
  * OSHelper: Linux - fix isCapsLock memory leak
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 17)
.
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 16)
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 15)
- Modernise spec file
Emily Roberts's avatar Emily Roberts (nopeinomicon) committed (revision 14)
- Update to version 0.17.1.9:
  * build: prepare v0.17.1.9
  * installer: remove high dpi shortcut
  * docker: Windows - use Qt 5.15.2
  * QR-Code-scanner: integrate QUIRC library, implement QrDecoder, drop ZBar
Emily Roberts's avatar Emily Roberts (nopeinomicon) committed (revision 13)
- Update to version 0.17.1.8:
  * build: prepare v0.17.1.8
  * Transfer: updateFromQrCode - fix extra space (empty recipient name)
  * LineEdit: fix padding, fix inline buttons layout, multiple btns support
  * cmake: MacOS - detect ICU link directory (required by Boost.Locale)
  * Transfer: support pasting amount with whitespaces
  * WizardRestoreWallet1: fix mnemonic seed placeholder
Emily Roberts's avatar Emily Roberts (nopeinomicon) committed (revision 12)
- Update to version 0.17.1.7:
  * build: prepare v0.17.1.7
  * Wallet: fix initialization flag handling
  * main: get back "Sending transaction ..." splash
  * Utils: removeTrailingZeros - handle .0* decimal part (i.e. 1.00000)
  * workflows: shorten name
  * main: disable QML cache
  * main: Linux - fix missing askDesktopShortcut setting
  * workflows: bump docker cache action
Emily Roberts's avatar Emily Roberts (nopeinomicon) committed (revision 11)
- Add actual name to .desktop file title
Emily Roberts's avatar Emily Roberts (nopeinomicon) committed (revision 10)
- Added upstream archive url to Source0 in .spec file
- Update to version 0.17.1.6:
  * build: prepare v0.17.1.6
  * Transfer: fix focus, cycle focus between Address, Amount and Send
  * README: update Linux Docker build instructions
  * TxConfirmationDialog: fix keys handling
  * SuccessfulTxDialog: fix keys handling
  * main: Linux - ask to create desktop entry on the first start
  * workflows: print hash for reproducible builds
  * Restore: display red border if invalid seed
Emily Roberts's avatar Emily Roberts (nopeinomicon) committed (revision 8)
- Cleaned up changes file
- Switched to obs_scm over tar_scm in _service file
- Update to version 0.17.1.5:
  * Simple mode: skip syncing nodes
  * Write QML cache to portable folder
  * Linux: enable high DPI support
  * Minor bug fixes
  * Linux: fix a deadlock on startup
  * Linux: high DPI support removed, will be readded in subsequent release
  * Linux binary is now reproducible (experimental)
  * Simple mode: transaction reliability improvements
  * New transaction confirmation dialog
  * Wizard: minor design changes
  * Linux: high DPI support
  * Fix "can't connect to daemon" issue
  * Minor bug fixes
Emily Roberts's avatar Emily Roberts (nopeinomicon) committed (revision 7)
- Second attempt to fix icons, added post-install section to update icon cache
Emily Roberts's avatar Emily Roberts (nopeinomicon) committed (revision 6)
.desktop icon fix again
Emily Roberts's avatar Emily Roberts (nopeinomicon) committed (revision 5)
- Fix .desktop icons
Emily Roberts's avatar Emily Roberts (nopeinomicon) committed (revision 4)
- Fix incorrectly named dependencies in .spec file
Displaying revisions 21 - 40 of 43
openSUSE Build Service is sponsored by