File tree
484 files changed
+1910
-897
lines changed- Platform
- Linux
- OSX
- Posix/System
- Windows
- include
- src
- Application
- CryptoNoteWrapper
- Gui
- AddressBook
- BlockchainExplorer
- Common
- MainWindow
- Mining
- NoWallet
- Options
- Overview
- Send
- Transactions
- Miner
- Models
- QJsonRpc
- Settings
- Style
- WalletLogger
- font
- icons
- images
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
484 files changed
+1910
-897
lines changedCMakeLists.txt
100644
100755
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
182 |
| - | |
| 182 | + | |
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
195 |
| - | |
| 194 | + | |
| 195 | + | |
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
|
CryptoNoteWallet.cmake
100644
100755
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
|
Fireice_uk
100644
100755
File mode changed.
LICENSE
100644
100755
File mode changed.
Platform/Linux/ApplicationEventHandler.cpp
100644
100755
File mode changed.
Platform/Linux/ApplicationEventHandler.h
100644
100755
File mode changed.
Platform/OSX/ApplicationEventHandler.h
100644
100755
File mode changed.
Platform/OSX/ApplicationEventHandler.mm
100644
100755
File mode changed.
Platform/OSX/INotificationMonitorObserver.h
100644
100755
File mode changed.
Platform/OSX/NotificationMonitor.h
100644
100755
File mode changed.
Platform/OSX/NotificationMonitor.mm
100644
100755
File mode changed.
Platform/OSX/WalletApplication.mm
100644
100755
File mode changed.
Platform/Posix/System/MemoryMappedFile.cpp
100644
100755
File mode changed.
Platform/Posix/System/MemoryMappedFile.h
100644
100755
File mode changed.
Platform/Windows/ApplicationEventHandler.cpp
100644
100755
File mode changed.
Platform/Windows/ApplicationEventHandler.h
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
ReleaseNotes.txt
100644
100755
File mode changed.
include/IAddressBookManager.h
100644
100755
File mode changed.
include/IApplicationEventHandler.h
100644
100755
File mode changed.
include/IBlockChainExplorerAdapter.h
100644
100755
File mode changed.
include/ICryptoNoteAdapter.h
100644
100755
File mode changed.
include/IDonationManager.h
100644
100755
File mode changed.
include/IMinerWorker.h
100644
100755
File mode changed.
include/IMiningManager.h
100644
100755
File mode changed.
include/INewsReader.h
100644
100755
File mode changed.
include/INodeAdapter.h
100644
100755
File mode changed.
include/IOptimizationManager.h
100644
100755
File mode changed.
include/IPoolClient.h
100644
100755
File mode changed.
include/IPoolMiner.h
100644
100755
File mode changed.
include/IWalletAdapter.h
100644
100755
File mode changed.
src/Application/AddressBookManager.cpp
100644
100755
File mode changed.
src/Application/AddressBookManager.h
100644
100755
File mode changed.
src/Application/BlogReader.cpp
100644
100755
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
src/Application/BlogReader.h
100644
100755
File mode changed.
src/Application/CommandLineParser.cpp
100644
100755
File mode changed.
src/Application/CommandLineParser.h
100644
100755
File mode changed.
src/Application/IWalletUiItem.h
100644
100755
File mode changed.
src/Application/LogFileWatcher.cpp
100644
100755
File mode changed.
src/Application/LogFileWatcher.h
100644
100755
File mode changed.
src/Application/MiningManager.cpp
100644
100755
File mode changed.
src/Application/MiningManager.h
100644
100755
File mode changed.
src/Application/OptimizationManager.cpp
100644
100755
File mode changed.
src/Application/OptimizationManager.h
100644
100755
File mode changed.
src/Application/SignalHandler.cpp
100644
100755
File mode changed.
src/Application/SignalHandler.h
100644
100755
File mode changed.
src/Application/WalletApplication.cpp
100644
100755
+7-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
157 | 157 |
| |
158 |
| - | |
| 158 | + | |
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| |||
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
244 |
| - | |
| 244 | + | |
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
| |||
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
349 |
| - | |
| 349 | + | |
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
|
src/Application/WalletApplication.h
100644
100755
File mode changed.
src/Application/WalletSplashScreen.cpp
100644
100755
File mode changed.
src/Application/WalletSplashScreen.h
100644
100755
File mode changed.
src/CryptoNoteWalletConfig.h.in
100644
100755
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
src/CryptoNoteWrapper/CommonNodeAdapter.cpp
100644
100755
File mode changed.
src/CryptoNoteWrapper/CommonNodeAdapter.h
100644
100755
File mode changed.
src/CryptoNoteWrapper/CryptoNoteAdapter.cpp
100644
100755
File mode changed.
src/CryptoNoteWrapper/CryptoNoteAdapter.h
100644
100755
File mode changed.
src/CryptoNoteWrapper/GuardExecutor.cpp
100644
100755
File mode changed.
src/CryptoNoteWrapper/GuardExecutor.h
100644
100755
File mode changed.
src/CryptoNoteWrapper/InProcessNodeAdapter.cpp
100644
100755
File mode changed.
src/CryptoNoteWrapper/InProcessNodeAdapter.h
100644
100755
File mode changed.
src/CryptoNoteWrapper/InProcessNodeWorker.cpp
100644
100755
File mode changed.
src/CryptoNoteWrapper/InProcessNodeWorker.h
100644
100755
File mode changed.
src/CryptoNoteWrapper/ProxyRpcNodeAdapter.cpp
100644
100755
File mode changed.
src/CryptoNoteWrapper/ProxyRpcNodeAdapter.h
100644
100755
File mode changed.
src/CryptoNoteWrapper/ProxyRpcNodeWorker.cpp
100644
100755
File mode changed.
src/CryptoNoteWrapper/ProxyRpcNodeWorker.h
100644
100755
File mode changed.
src/CryptoNoteWrapper/SemaphoreUtils.cpp
100644
100755
File mode changed.
src/CryptoNoteWrapper/SemaphoreUtils.h
100644
100755
File mode changed.
src/CryptoNoteWrapper/WalletGreenAdapter.cpp
100644
100755
File mode changed.
src/CryptoNoteWrapper/WalletGreenAdapter.h
100644
100755
File mode changed.
src/CryptoNoteWrapper/WalletGreenWorker.cpp
100644
100755
File mode changed.
src/CryptoNoteWrapper/WalletGreenWorker.h
100644
100755
File mode changed.
src/Gui/AddressBook/AddressBookDelegate.cpp
100644
100755
File mode changed.
src/Gui/AddressBook/AddressBookDelegate.h
100644
100755
File mode changed.
src/Gui/AddressBook/AddressBookFrame.cpp
100644
100755
File mode changed.
src/Gui/AddressBook/AddressBookFrame.h
100644
100755
File mode changed.
src/Gui/AddressBook/AddressBookFrame.ui
100644
100755
File mode changed.
src/Gui/AddressBook/DonationColumnDelegate.cpp
100644
100755
File mode changed.
src/Gui/AddressBook/DonationColumnDelegate.h
100644
100755
File mode changed.
src/Gui/AddressBook/NewAddressDialog.cpp
100644
100755
File mode changed.
src/Gui/AddressBook/NewAddressDialog.h
100644
100755
File mode changed.
src/Gui/AddressBook/NewAddressDialog.ui
100644
100755
File mode changed.
src/Gui/AddressBook/ui_AddressBookFrame.h
100644
100755
File mode changed.
src/Gui/AddressBook/ui_NewAddressDialog.h
100644
100755
File mode changed.
+8-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| 58 | + | |
| 59 | + | |
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
| |||
68 | 70 |
| |
69 | 71 |
| |
70 | 72 |
| |
71 |
| - | |
| 73 | + | |
72 | 74 |
| |
73 |
| - | |
| 75 | + | |
74 | 76 |
| |
75 | 77 |
| |
76 | 78 |
| |
77 |
| - | |
| 79 | + | |
78 | 80 |
| |
79 | 81 |
| |
80 | 82 |
| |
81 | 83 |
| |
82 |
| - | |
| 84 | + | |
83 | 85 |
| |
84 | 86 |
| |
85 | 87 |
| |
| |||
90 | 92 |
| |
91 | 93 |
| |
92 | 94 |
| |
| 95 | + | |
93 | 96 |
| |
94 | 97 |
| |
95 | 98 |
| |
| |||
99 | 102 |
| |
100 | 103 |
| |
101 | 104 |
| |
102 |
| - | |
| 105 | + | |
103 | 106 |
| |
104 | 107 |
| |
105 | 108 |
| |
|
src/Gui/BlockchainExplorer/BlockDetailsDialog.h
100644
100755
File mode changed.
File mode changed.
File mode changed.
src/Gui/BlockchainExplorer/BlockExplorerFrame.h
100644
100755
File mode changed.
File mode changed.
File mode changed.
src/Gui/BlockchainExplorer/FilteredBlockModel.h
100644
100755
File mode changed.
File mode changed.
File mode changed.
File mode changed.
src/Gui/BlockchainExplorer/WindowedBlockModel.h
100644
100755
File mode changed.
File mode changed.
File mode changed.
src/Gui/Common/AboutDialog.cpp
100644
100755
File mode changed.
src/Gui/Common/AboutDialog.h
100644
100755
File mode changed.
src/Gui/Common/AboutDialog.ui
100644
100755
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
src/Gui/Common/AddressBookDialog.cpp
100644
100755
File mode changed.
src/Gui/Common/AddressBookDialog.h
100644
100755
File mode changed.
src/Gui/Common/AddressBookDialog.ui
100644
100755
File mode changed.
src/Gui/Common/BlockchainInstaller.cpp
100644
100755
File mode changed.
src/Gui/Common/BlockchainInstaller.h
100644
100755
File mode changed.
src/Gui/Common/ChangePasswordDialog.cpp
100644
100755
File mode changed.
src/Gui/Common/ChangePasswordDialog.h
100644
100755
File mode changed.
src/Gui/Common/ChangePasswordDialog.ui
100644
100755
File mode changed.
src/Gui/Common/ClearableLineEdit.cpp
100644
100755
File mode changed.
src/Gui/Common/ClearableLineEdit.h
100644
100755
File mode changed.
src/Gui/Common/CopyColumnDelegate.cpp
100644
100755
File mode changed.
src/Gui/Common/CopyColumnDelegate.h
100644
100755
File mode changed.
src/Gui/Common/CopyMagicLabel.cpp
100644
100755
File mode changed.
src/Gui/Common/CopyMagicLabel.h
100644
100755
File mode changed.
src/Gui/Common/ExitWidget.cpp
100644
100755
File mode changed.
src/Gui/Common/ExitWidget.h
100644
100755
File mode changed.
src/Gui/Common/ExitWidget.ui
100644
100755
File mode changed.
src/Gui/Common/GlassFrame.cpp
100644
100755
File mode changed.
src/Gui/Common/GlassFrame.h
100644
100755
File mode changed.
src/Gui/Common/KeyDialog.cpp
100644
100755
File mode changed.
src/Gui/Common/KeyDialog.h
100644
100755
File mode changed.
src/Gui/Common/KeyDialog.ui
100644
100755
File mode changed.
src/Gui/Common/LinkLikeColumnDelegate.cpp
100644
100755
File mode changed.
src/Gui/Common/LinkLikeColumnDelegate.h
100644
100755
File mode changed.
src/Gui/Common/MagicLabel.cpp
100644
100755
File mode changed.
src/Gui/Common/MagicLabel.h
100644
100755
File mode changed.
src/Gui/Common/NewPasswordDialog.cpp
100644
100755
File mode changed.
src/Gui/Common/NewPasswordDialog.h
100644
100755
File mode changed.
src/Gui/Common/NewPasswordDialog.ui
100644
100755
File mode changed.
src/Gui/Common/NewTransactionDelegate.cpp
100644
100755
File mode changed.
src/Gui/Common/NewTransactionDelegate.h
100644
100755
File mode changed.
src/Gui/Common/NewsFrame.cpp
100644
100755
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
|
src/Gui/Common/NewsFrame.h
100644
100755
File mode changed.
src/Gui/Common/NewsFrame.ui
100644
100755
File mode changed.
src/Gui/Common/P2pBindPortErrorDialog.cpp
100644
100755
File mode changed.
src/Gui/Common/P2pBindPortErrorDialog.h
100644
100755
File mode changed.
src/Gui/Common/P2pBindPortErrorDialog.ui
100644
100755
File mode changed.
src/Gui/Common/PoolTransactionDetailsDialog.cpp
100644
100755
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
src/Gui/Common/PoolTransactionDetailsDialog.h
100644
100755
File mode changed.
src/Gui/Common/PoolTransactionDetailsDialog.ui
100644
100755
File mode changed.
src/Gui/Common/QuestionDialog.cpp
100644
100755
File mode changed.
src/Gui/Common/QuestionDialog.h
100644
100755
File mode changed.
src/Gui/Common/QuestionDialog.ui
100644
100755
File mode changed.
src/Gui/Common/ResizableScrollArea.cpp
100644
100755
File mode changed.
src/Gui/Common/ResizableScrollArea.h
100644
100755
File mode changed.
src/Gui/Common/RightAlignmentColumnDelegate.cpp
100644
100755
File mode changed.
src/Gui/Common/RightAlignmentColumnDelegate.h
100644
100755
File mode changed.
src/Gui/Common/TransactionDetailsDialog.cpp
100644
100755
+6-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
| |||
86 | 87 |
| |
87 | 88 |
| |
88 | 89 |
| |
| 90 | + | |
| 91 | + | |
89 | 92 |
| |
90 | 93 |
| |
91 | 94 |
| |
| |||
99 | 102 |
| |
100 | 103 |
| |
101 | 104 |
| |
102 |
| - | |
| 105 | + | |
103 | 106 |
| |
104 |
| - | |
| 107 | + | |
105 | 108 |
| |
106 | 109 |
| |
107 | 110 |
| |
| |||
111 | 114 |
| |
112 | 115 |
| |
113 | 116 |
| |
114 |
| - | |
| 117 | + | |
115 | 118 |
| |
116 | 119 |
| |
117 | 120 |
| |
|
src/Gui/Common/TransactionDetailsDialog.h
100644
100755
File mode changed.
src/Gui/Common/TransactionDetailsDialog.ui
100644
100755
File mode changed.
src/Gui/Common/TransactionsAmountDelegate.cpp
100644
100755
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
| 37 | + | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
src/Gui/Common/TransactionsAmountDelegate.h
100644
100755
File mode changed.
src/Gui/Common/TransactionsHeaderView.cpp
100644
100755
File mode changed.
src/Gui/Common/TransactionsHeaderView.h
100644
100755
File mode changed.
src/Gui/Common/TransactionsTimeDelegate.cpp
100644
100755
File mode changed.
src/Gui/Common/TransactionsTimeDelegate.h
100644
100755
File mode changed.
src/Gui/Common/TransfersHeaderView.cpp
100644
100755
File mode changed.
src/Gui/Common/TransfersHeaderView.h
100644
100755
File mode changed.
src/Gui/Common/WalletBlueButton.cpp
100644
100755
File mode changed.
src/Gui/Common/WalletBlueButton.h
100644
100755
File mode changed.
src/Gui/Common/WalletCancelButton.cpp
100644
100755
File mode changed.
src/Gui/Common/WalletCancelButton.h
100644
100755
File mode changed.
src/Gui/Common/WalletDescriptionLabel.cpp
100644
100755
File mode changed.
src/Gui/Common/WalletDescriptionLabel.h
100644
100755
File mode changed.
src/Gui/Common/WalletGrayCheckBox.cpp
100644
100755
File mode changed.
src/Gui/Common/WalletGrayCheckBox.h
100644
100755
File mode changed.
src/Gui/Common/WalletLinkLikeButton.cpp
100644
100755
File mode changed.
src/Gui/Common/WalletLinkLikeButton.h
100644
100755
File mode changed.
src/Gui/Common/WalletNavigationButton.cpp
100644
100755
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
src/Gui/Common/WalletNavigationButton.h
100644
100755
File mode changed.
src/Gui/Common/WalletOkButton.cpp
100644
100755
File mode changed.
src/Gui/Common/WalletOkButton.h
100644
100755
File mode changed.
src/Gui/Common/WalletTableView.cpp
100644
100755
+6-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
| |||
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
52 |
| - | |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
| |||
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
61 |
| - | |
| 62 | + | |
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
| |||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
75 |
| - | |
| 76 | + | |
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
| |||
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
85 |
| - | |
| 86 | + | |
86 | 87 |
| |
87 | 88 |
| |
88 | 89 |
| |
|
src/Gui/Common/WalletTableView.h
100644
100755
File mode changed.
src/Gui/Common/WalletTextLabel.cpp
100644
100755
+6-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
| 96 | + | |
96 | 97 |
| |
97 | 98 |
| |
98 | 99 |
| |
|
src/Gui/Common/WalletTextLabel.h
100644
100755
File mode changed.
src/Gui/Common/WalletTreeView.cpp
100644
100755
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 |
| - | |
| 86 | + | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
|
src/Gui/Common/WalletTreeView.h
100644
100755
File mode changed.
src/Gui/Common/WalletWindowedItemModel.cpp
100644
100755
File mode changed.
src/Gui/Common/WalletWindowedItemModel.h
100644
100755
File mode changed.
0 commit comments