Browse Source

moved plugins to subdirs

cl-refactor
arkpar 10 years ago
parent
commit
3675252052
  1. 5
      alethzero/CMakeLists.txt
  2. 0
      alethzero/plugins/blockchain/AllAccounts.cpp
  3. 0
      alethzero/plugins/blockchain/AllAccounts.h
  4. 0
      alethzero/plugins/blockchain/AllAccounts.ui
  5. 0
      alethzero/plugins/brainwallet/BrainWallet.cpp
  6. 0
      alethzero/plugins/brainwallet/BrainWallet.h
  7. 0
      alethzero/plugins/brainwallet/BrainWallet.ui
  8. 0
      alethzero/plugins/log/LogPanel.cpp
  9. 0
      alethzero/plugins/log/LogPanel.h
  10. 0
      alethzero/plugins/log/LogPanel.ui
  11. 0
      alethzero/plugins/namers/NameRegNamer.cpp
  12. 0
      alethzero/plugins/namers/NameRegNamer.h
  13. 0
      alethzero/plugins/namers/OtherAccounts.cpp
  14. 0
      alethzero/plugins/namers/OtherAccounts.h
  15. 0
      alethzero/plugins/namers/OtherAccounts.ui
  16. 0
      alethzero/plugins/namers/OurAccounts.cpp
  17. 0
      alethzero/plugins/namers/OurAccounts.h

5
alethzero/CMakeLists.txt

@ -49,9 +49,6 @@ qt5_wrap_ui(ui_GasPricing.h GasPricing.ui)
# Extensions
qt5_wrap_ui(ui_AllAccounts.h AllAccounts.ui)
qt5_wrap_ui(ui_LogPanel.h LogPanel.ui)
qt5_wrap_ui(ui_BrainWallet.h BrainWallet.ui)
qt5_wrap_ui(ui_OtherAccounts.h OtherAccounts.ui)
file(GLOB HEADERS "*.h")
@ -64,7 +61,7 @@ endif ()
# eth_add_executable is defined in cmake/EthExecutableHelper.cmake
eth_add_executable(${EXECUTABLE}
ICON alethzero
UI_RESOURCES ${PLUGIN_UI} alethzero.icns Main.ui Connect.ui Debugger.ui Transact.ui ExportState.ui GetPassword.ui GasPricing.ui AllAccounts.ui LogPanel.ui BrainWallet.ui OtherAccounts.ui
UI_RESOURCES ${PLUGIN_UI} alethzero.icns Main.ui Connect.ui Debugger.ui Transact.ui ExportState.ui GetPassword.ui GasPricing.ui
WIN_RESOURCES alethzero.rc
)

0
alethzero/AllAccounts.cpp → alethzero/plugins/blockchain/AllAccounts.cpp

0
alethzero/AllAccounts.h → alethzero/plugins/blockchain/AllAccounts.h

0
alethzero/AllAccounts.ui → alethzero/plugins/blockchain/AllAccounts.ui

0
alethzero/BrainWallet.cpp → alethzero/plugins/brainwallet/BrainWallet.cpp

0
alethzero/BrainWallet.h → alethzero/plugins/brainwallet/BrainWallet.h

0
alethzero/BrainWallet.ui → alethzero/plugins/brainwallet/BrainWallet.ui

0
alethzero/LogPanel.cpp → alethzero/plugins/log/LogPanel.cpp

0
alethzero/LogPanel.h → alethzero/plugins/log/LogPanel.h

0
alethzero/LogPanel.ui → alethzero/plugins/log/LogPanel.ui

0
alethzero/NameRegNamer.cpp → alethzero/plugins/namers/NameRegNamer.cpp

0
alethzero/NameRegNamer.h → alethzero/plugins/namers/NameRegNamer.h

0
alethzero/OtherAccounts.cpp → alethzero/plugins/namers/OtherAccounts.cpp

0
alethzero/OtherAccounts.h → alethzero/plugins/namers/OtherAccounts.h

0
alethzero/OtherAccounts.ui → alethzero/plugins/namers/OtherAccounts.ui

0
alethzero/OurAccounts.cpp → alethzero/plugins/namers/OurAccounts.cpp

0
alethzero/OurAccounts.h → alethzero/plugins/namers/OurAccounts.h

Loading…
Cancel
Save