diff --git a/Menu/GameShell/10_Settings/About/about.go b/Menu/GameShell/10_Settings/About/about.go index 9b9a953..ce4c06e 100644 --- a/Menu/GameShell/10_Settings/About/about.go +++ b/Menu/GameShell/10_Settings/About/about.go @@ -14,7 +14,7 @@ import ( "github.com/cuu/gogame/rect" "github.com/cuu/gogame/color" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/Menu/GameShell/10_Settings/Airplane/airplane_page.go b/Menu/GameShell/10_Settings/Airplane/airplane_page.go index e149fd2..78a1bbe 100644 --- a/Menu/GameShell/10_Settings/Airplane/airplane_page.go +++ b/Menu/GameShell/10_Settings/Airplane/airplane_page.go @@ -16,9 +16,9 @@ import ( "github.com/cuu/gogame/event" "github.com/cuu/gogame/time" - //"github.com/cuu/LauncherGoDev/sysgo" + //"github.com/clockworkpi/LauncherGoDev/sysgo" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/Menu/GameShell/10_Settings/Airplane/plugin_init.go b/Menu/GameShell/10_Settings/Airplane/plugin_init.go index d21da00..3d11990 100644 --- a/Menu/GameShell/10_Settings/Airplane/plugin_init.go +++ b/Menu/GameShell/10_Settings/Airplane/plugin_init.go @@ -9,8 +9,8 @@ import ( "github.com/cuu/gogame/rect" "github.com/cuu/gogame/color" */ - "github.com/cuu/LauncherGoDev/sysgo/UI" - //"github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + //"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) /******************************************************************************/ diff --git a/Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go b/Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go index 8a09fbd..96027af 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go +++ b/Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go @@ -21,7 +21,7 @@ import ( "github.com/muka/go-bluetooth/bluez/profile" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) func showDeviceInfo(dev *bleapi.Device) { diff --git a/Menu/GameShell/10_Settings/Bluetooth/net_item.go b/Menu/GameShell/10_Settings/Bluetooth/net_item.go index ddaf6f9..ee46c74 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/net_item.go +++ b/Menu/GameShell/10_Settings/Bluetooth/net_item.go @@ -15,7 +15,7 @@ import ( "github.com/cuu/gogame/color" "github.com/cuu/gogame/draw" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/Menu/GameShell/10_Settings/Bluetooth/plugin_init.go b/Menu/GameShell/10_Settings/Bluetooth/plugin_init.go index 14c6272..ae1b1ca 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/plugin_init.go +++ b/Menu/GameShell/10_Settings/Bluetooth/plugin_init.go @@ -19,8 +19,8 @@ import ( "github.com/cuu/gogame/color" */ - "github.com/cuu/LauncherGoDev/sysgo/UI" - //"github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + //"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) /******************************************************************************/ diff --git a/Menu/GameShell/10_Settings/Brightness/brightness_page.go b/Menu/GameShell/10_Settings/Brightness/brightness_page.go index 2f03067..f6df1f1 100644 --- a/Menu/GameShell/10_Settings/Brightness/brightness_page.go +++ b/Menu/GameShell/10_Settings/Brightness/brightness_page.go @@ -13,8 +13,8 @@ import( "github.com/cuu/gogame/surface" "github.com/cuu/gogame/rect" - "github.com/cuu/LauncherGoDev/sysgo" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) type OnChangeCB_T func(int) diff --git a/Menu/GameShell/10_Settings/Brightness/plugin_init.go b/Menu/GameShell/10_Settings/Brightness/plugin_init.go index 75cf105..ccfb3ea 100644 --- a/Menu/GameShell/10_Settings/Brightness/plugin_init.go +++ b/Menu/GameShell/10_Settings/Brightness/plugin_init.go @@ -12,8 +12,8 @@ import ( "github.com/cuu/gogame/rect" "github.com/cuu/gogame/color" */ - "github.com/cuu/LauncherGoDev/sysgo/UI" - //"github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + //"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) /******************************************************************************/ diff --git a/Menu/GameShell/10_Settings/ButtonsLayout/buttons_layout_page.go b/Menu/GameShell/10_Settings/ButtonsLayout/buttons_layout_page.go index 1ae3d44..84be8c4 100644 --- a/Menu/GameShell/10_Settings/ButtonsLayout/buttons_layout_page.go +++ b/Menu/GameShell/10_Settings/ButtonsLayout/buttons_layout_page.go @@ -17,9 +17,9 @@ import ( "github.com/cuu/gogame/event" //"github.com/cuu/gogame/time" - //"github.com/cuu/LauncherGoDev/sysgo" + //"github.com/clockworkpi/LauncherGoDev/sysgo" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/Menu/GameShell/10_Settings/ButtonsLayout/plugin_init.go b/Menu/GameShell/10_Settings/ButtonsLayout/plugin_init.go index 9b1c01d..3b11cdb 100644 --- a/Menu/GameShell/10_Settings/ButtonsLayout/plugin_init.go +++ b/Menu/GameShell/10_Settings/ButtonsLayout/plugin_init.go @@ -9,8 +9,8 @@ import ( "github.com/cuu/gogame/rect" "github.com/cuu/gogame/color" */ - "github.com/cuu/LauncherGoDev/sysgo/UI" - //"github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + //"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) /******************************************************************************/ diff --git a/Menu/GameShell/10_Settings/Languages/languages_page.go b/Menu/GameShell/10_Settings/Languages/languages_page.go index 8c01753..1f04d3d 100644 --- a/Menu/GameShell/10_Settings/Languages/languages_page.go +++ b/Menu/GameShell/10_Settings/Languages/languages_page.go @@ -16,7 +16,7 @@ import ( "github.com/cuu/gogame/event" "github.com/cuu/gogame/time" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/Menu/GameShell/10_Settings/Languages/plugin_init.go b/Menu/GameShell/10_Settings/Languages/plugin_init.go index cfe25d5..d4c7980 100644 --- a/Menu/GameShell/10_Settings/Languages/plugin_init.go +++ b/Menu/GameShell/10_Settings/Languages/plugin_init.go @@ -9,8 +9,8 @@ import ( "github.com/cuu/gogame/rect" "github.com/cuu/gogame/color" */ - "github.com/cuu/LauncherGoDev/sysgo/UI" - //"github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + //"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) /******************************************************************************/ diff --git a/Menu/GameShell/10_Settings/LauncherPy/plugin_init.go b/Menu/GameShell/10_Settings/LauncherPy/plugin_init.go index e98fc88..843c6db 100644 --- a/Menu/GameShell/10_Settings/LauncherPy/plugin_init.go +++ b/Menu/GameShell/10_Settings/LauncherPy/plugin_init.go @@ -4,7 +4,7 @@ import ( "os/exec" "os/user" "github.com/cuu/gogame/time" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) /******************************************************************************/ diff --git a/Menu/GameShell/10_Settings/PowerOFF/plugin_init.go b/Menu/GameShell/10_Settings/PowerOFF/plugin_init.go index 14f8691..8cc46a4 100644 --- a/Menu/GameShell/10_Settings/PowerOFF/plugin_init.go +++ b/Menu/GameShell/10_Settings/PowerOFF/plugin_init.go @@ -9,8 +9,8 @@ import ( "github.com/cuu/gogame/rect" "github.com/cuu/gogame/color" */ - "github.com/cuu/LauncherGoDev/sysgo/UI" - //"github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + //"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) /******************************************************************************/ diff --git a/Menu/GameShell/10_Settings/PowerOFF/poweroff_confirm_page.go b/Menu/GameShell/10_Settings/PowerOFF/poweroff_confirm_page.go index 2a848bd..3033898 100644 --- a/Menu/GameShell/10_Settings/PowerOFF/poweroff_confirm_page.go +++ b/Menu/GameShell/10_Settings/PowerOFF/poweroff_confirm_page.go @@ -3,7 +3,7 @@ package PowerOFF import ( "github.com/cuu/gogame/event" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/Menu/GameShell/10_Settings/PowerOptions/plugin_init.go b/Menu/GameShell/10_Settings/PowerOptions/plugin_init.go index 56993ae..84d1e09 100644 --- a/Menu/GameShell/10_Settings/PowerOptions/plugin_init.go +++ b/Menu/GameShell/10_Settings/PowerOptions/plugin_init.go @@ -9,8 +9,8 @@ import ( "github.com/cuu/gogame/rect" "github.com/cuu/gogame/color" */ - "github.com/cuu/LauncherGoDev/sysgo/UI" - //"github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + //"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) /******************************************************************************/ diff --git a/Menu/GameShell/10_Settings/PowerOptions/power_options_page.go b/Menu/GameShell/10_Settings/PowerOptions/power_options_page.go index 1874a58..7df7e36 100644 --- a/Menu/GameShell/10_Settings/PowerOptions/power_options_page.go +++ b/Menu/GameShell/10_Settings/PowerOptions/power_options_page.go @@ -16,9 +16,9 @@ import ( "github.com/cuu/gogame/event" "github.com/cuu/gogame/time" - "github.com/cuu/LauncherGoDev/sysgo" + "github.com/clockworkpi/LauncherGoDev/sysgo" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/Menu/GameShell/10_Settings/Settings.go b/Menu/GameShell/10_Settings/Settings.go index 32ffc4c..5ac095e 100644 --- a/Menu/GameShell/10_Settings/Settings.go +++ b/Menu/GameShell/10_Settings/Settings.go @@ -10,25 +10,25 @@ import ( "github.com/cuu/gogame/color" "github.com/cuu/gogame/draw" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" //child packages - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/About" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Sound" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Brightness" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Wifi" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Bluetooth" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/About" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Sound" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Brightness" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Wifi" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Bluetooth" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/LauncherPy" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Update" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Storage" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Languages" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/LauncherPy" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Update" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Storage" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Languages" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/PowerOFF" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/PowerOptions" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Airplane" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/ButtonsLayout" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/TimeZone" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/PowerOFF" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/PowerOptions" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Airplane" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/ButtonsLayout" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/TimeZone" diff --git a/Menu/GameShell/10_Settings/Sound/plugin_init.go b/Menu/GameShell/10_Settings/Sound/plugin_init.go index 9c26bf7..628fbd5 100644 --- a/Menu/GameShell/10_Settings/Sound/plugin_init.go +++ b/Menu/GameShell/10_Settings/Sound/plugin_init.go @@ -13,8 +13,8 @@ import ( "github.com/cuu/gogame/rect" "github.com/cuu/gogame/color" */ - "github.com/cuu/LauncherGoDev/sysgo/UI" - //"github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + //"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) /******************************************************************************/ diff --git a/Menu/GameShell/10_Settings/Sound/sound_page.go b/Menu/GameShell/10_Settings/Sound/sound_page.go index 1f6181c..1360256 100644 --- a/Menu/GameShell/10_Settings/Sound/sound_page.go +++ b/Menu/GameShell/10_Settings/Sound/sound_page.go @@ -9,7 +9,7 @@ import( "github.com/cuu/gogame/draw" "github.com/cuu/gogame/rect" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) type OnChangeCB_T func(int) diff --git a/Menu/GameShell/10_Settings/Storage/plugin_init.go b/Menu/GameShell/10_Settings/Storage/plugin_init.go index bb998ae..5faba27 100644 --- a/Menu/GameShell/10_Settings/Storage/plugin_init.go +++ b/Menu/GameShell/10_Settings/Storage/plugin_init.go @@ -10,7 +10,7 @@ import ( "github.com/cuu/gogame/rect" "github.com/cuu/gogame/color" */ - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/Menu/GameShell/10_Settings/Storage/storage_page.go b/Menu/GameShell/10_Settings/Storage/storage_page.go index a1aae3f..6c10f41 100644 --- a/Menu/GameShell/10_Settings/Storage/storage_page.go +++ b/Menu/GameShell/10_Settings/Storage/storage_page.go @@ -7,7 +7,7 @@ import ( "github.com/cuu/gogame/draw" "github.com/cuu/gogame/color" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/Menu/GameShell/10_Settings/TimeZone/list_item.go b/Menu/GameShell/10_Settings/TimeZone/list_item.go index 87d765e..7705a17 100644 --- a/Menu/GameShell/10_Settings/TimeZone/list_item.go +++ b/Menu/GameShell/10_Settings/TimeZone/list_item.go @@ -13,7 +13,7 @@ import ( "github.com/cuu/gogame/color" "github.com/cuu/gogame/draw" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/Menu/GameShell/10_Settings/TimeZone/plugin_init.go b/Menu/GameShell/10_Settings/TimeZone/plugin_init.go index 99b7fe2..ba1dffa 100644 --- a/Menu/GameShell/10_Settings/TimeZone/plugin_init.go +++ b/Menu/GameShell/10_Settings/TimeZone/plugin_init.go @@ -9,8 +9,8 @@ import ( "github.com/cuu/gogame/rect" "github.com/cuu/gogame/color" */ - "github.com/cuu/LauncherGoDev/sysgo/UI" - //"github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + //"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) /******************************************************************************/ diff --git a/Menu/GameShell/10_Settings/TimeZone/time_zone_page.go b/Menu/GameShell/10_Settings/TimeZone/time_zone_page.go index 7462ee9..72e6d64 100644 --- a/Menu/GameShell/10_Settings/TimeZone/time_zone_page.go +++ b/Menu/GameShell/10_Settings/TimeZone/time_zone_page.go @@ -14,7 +14,7 @@ import ( "github.com/cuu/gogame/event" "github.com/cuu/gogame/time" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) var TimeZonePath = "/usr/share/zoneinfo/posix" diff --git a/Menu/GameShell/10_Settings/Update/plugin_init.go b/Menu/GameShell/10_Settings/Update/plugin_init.go index 0f184ec..7e4781c 100644 --- a/Menu/GameShell/10_Settings/Update/plugin_init.go +++ b/Menu/GameShell/10_Settings/Update/plugin_init.go @@ -1,6 +1,6 @@ package Update import ( - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) /******************************************************************************/ type UpdatePlugin struct { diff --git a/Menu/GameShell/10_Settings/Update/update_page.go b/Menu/GameShell/10_Settings/Update/update_page.go index 8937ddf..2f0c821 100644 --- a/Menu/GameShell/10_Settings/Update/update_page.go +++ b/Menu/GameShell/10_Settings/Update/update_page.go @@ -17,8 +17,8 @@ import ( // "github.com/cuu/gogame/font" //"github.com/cuu/gogame/draw" - "github.com/cuu/LauncherGoDev/sysgo" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) var InfoPageListItemDefaultHeight = 30 diff --git a/Menu/GameShell/10_Settings/Wifi/net_item.go b/Menu/GameShell/10_Settings/Wifi/net_item.go index b5f194c..1a63817 100644 --- a/Menu/GameShell/10_Settings/Wifi/net_item.go +++ b/Menu/GameShell/10_Settings/Wifi/net_item.go @@ -11,9 +11,9 @@ import ( "github.com/cuu/gogame/draw" "github.com/cuu/gogame/rect" "github.com/cuu/gogame/surface" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" - "github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) var NetItemDefaultHeight = 30 diff --git a/Menu/GameShell/10_Settings/Wifi/plugin_init.go b/Menu/GameShell/10_Settings/Wifi/plugin_init.go index 26c2cc0..5010157 100644 --- a/Menu/GameShell/10_Settings/Wifi/plugin_init.go +++ b/Menu/GameShell/10_Settings/Wifi/plugin_init.go @@ -10,8 +10,8 @@ import ( "github.com/cuu/gogame/rect" "github.com/cuu/gogame/color" */ - "github.com/cuu/LauncherGoDev/sysgo/UI" - //"github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + //"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) /******************************************************************************/ diff --git a/Menu/GameShell/10_Settings/Wifi/wifi.go b/Menu/GameShell/10_Settings/Wifi/wifi.go index c8dd0cd..b071f4d 100644 --- a/Menu/GameShell/10_Settings/Wifi/wifi.go +++ b/Menu/GameShell/10_Settings/Wifi/wifi.go @@ -18,11 +18,11 @@ import ( "github.com/cuu/gogame/time" "github.com/cuu/gogame/rect" "github.com/cuu/gogame/draw" - "github.com/cuu/LauncherGoDev/sysgo/UI" - "github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" - "github.com/cuu/LauncherGoDev/sysgo/wicd/misc" + "github.com/clockworkpi/LauncherGoDev/sysgo/wicd/misc" ) diff --git a/Menu/GameShell/99_PowerOFF/plugin_init.go b/Menu/GameShell/99_PowerOFF/plugin_init.go index 14f8691..8cc46a4 100644 --- a/Menu/GameShell/99_PowerOFF/plugin_init.go +++ b/Menu/GameShell/99_PowerOFF/plugin_init.go @@ -9,8 +9,8 @@ import ( "github.com/cuu/gogame/rect" "github.com/cuu/gogame/color" */ - "github.com/cuu/LauncherGoDev/sysgo/UI" - //"github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + //"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) /******************************************************************************/ diff --git a/Menu/GameShell/99_PowerOFF/poweroff_confirm_page.go b/Menu/GameShell/99_PowerOFF/poweroff_confirm_page.go index 2a848bd..3033898 100644 --- a/Menu/GameShell/99_PowerOFF/poweroff_confirm_page.go +++ b/Menu/GameShell/99_PowerOFF/poweroff_confirm_page.go @@ -3,7 +3,7 @@ package PowerOFF import ( "github.com/cuu/gogame/event" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/main.go b/main.go index 241fbe8..e43686d 100644 --- a/main.go +++ b/main.go @@ -21,9 +21,9 @@ import ( "github.com/cuu/gogame/font" //"github.com/cuu/gogame/time" - "github.com/cuu/LauncherGoDev/sysgo" + "github.com/clockworkpi/LauncherGoDev/sysgo" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/mainscreen.go b/mainscreen.go index 5c12edf..1eaebab 100644 --- a/mainscreen.go +++ b/mainscreen.go @@ -16,10 +16,10 @@ import ( "github.com/yookoala/realpath" - "github.com/cuu/LauncherGoDev/sysgo/UI" - "github.com/cuu/LauncherGoDev/sysgo/UI/Emulator" - "github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings" - "github.com/cuu/LauncherGoDev/Menu/GameShell/99_PowerOFF" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI/Emulator" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings" + "github.com/clockworkpi/LauncherGoDev/Menu/GameShell/99_PowerOFF" ) var ( diff --git a/sysgo/UI/Emulator/emulator.go b/sysgo/UI/Emulator/emulator.go index 998d595..2b91acf 100644 --- a/sysgo/UI/Emulator/emulator.go +++ b/sysgo/UI/Emulator/emulator.go @@ -2,7 +2,7 @@ package Emulator import ( - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) type ActionConfig struct { diff --git a/sysgo/UI/Emulator/fav_list_page.go b/sysgo/UI/Emulator/fav_list_page.go index bc7fc90..5998163 100644 --- a/sysgo/UI/Emulator/fav_list_page.go +++ b/sysgo/UI/Emulator/fav_list_page.go @@ -13,7 +13,7 @@ import ( "github.com/cuu/gogame/color" "github.com/cuu/gogame/time" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/sysgo/UI/Emulator/list_item.go b/sysgo/UI/Emulator/list_item.go index f734a23..f021082 100644 --- a/sysgo/UI/Emulator/list_item.go +++ b/sysgo/UI/Emulator/list_item.go @@ -13,7 +13,7 @@ import ( "github.com/cuu/gogame/color" "github.com/cuu/gogame/draw" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/sysgo/UI/Emulator/rom_list_page.go b/sysgo/UI/Emulator/rom_list_page.go index ab98100..89164cd 100644 --- a/sysgo/UI/Emulator/rom_list_page.go +++ b/sysgo/UI/Emulator/rom_list_page.go @@ -13,7 +13,7 @@ import ( "github.com/cuu/gogame/time" "github.com/cuu/gogame/color" "github.com/cuu/gogame/event" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/sysgo/UI/Emulator/rom_so_confirm_page.go b/sysgo/UI/Emulator/rom_so_confirm_page.go index 148fcf9..236c2a9 100644 --- a/sysgo/UI/Emulator/rom_so_confirm_page.go +++ b/sysgo/UI/Emulator/rom_so_confirm_page.go @@ -8,8 +8,8 @@ import ( "path/filepath" "github.com/cuu/gogame/event" - "github.com/cuu/LauncherGoDev/sysgo" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" ) diff --git a/sysgo/UI/UI.go b/sysgo/UI/UI.go index 3ee50d7..0071280 100644 --- a/sysgo/UI/UI.go +++ b/sysgo/UI/UI.go @@ -7,7 +7,7 @@ import ( "github.com/veandco/go-sdl2/ttf" "github.com/cuu/gogame/font" - "github.com/cuu/LauncherGoDev/sysgo" + "github.com/clockworkpi/LauncherGoDev/sysgo" ) type WidgetInterface interface { diff --git a/sysgo/UI/counter_screen.go b/sysgo/UI/counter_screen.go index f410138..ff2c724 100644 --- a/sysgo/UI/counter_screen.go +++ b/sysgo/UI/counter_screen.go @@ -9,7 +9,7 @@ import ( "github.com/cuu/gogame/event" "github.com/cuu/gogame/surface" - "github.com/cuu/LauncherGoDev/sysgo" + "github.com/clockworkpi/LauncherGoDev/sysgo" ) type CounterScreen struct { diff --git a/sysgo/UI/keyboard.go b/sysgo/UI/keyboard.go index b0cfb51..8d25759 100644 --- a/sysgo/UI/keyboard.go +++ b/sysgo/UI/keyboard.go @@ -11,7 +11,7 @@ import ( "github.com/cuu/gogame/event" - "github.com/cuu/LauncherGoDev/sysgo/easings" + "github.com/clockworkpi/LauncherGoDev/sysgo/easings" ) //sysgo/UI/keyboard_keys.layout diff --git a/sysgo/UI/keys_def.go b/sysgo/UI/keys_def.go index 4632d3a..45fdbd2 100644 --- a/sysgo/UI/keys_def.go +++ b/sysgo/UI/keys_def.go @@ -1,7 +1,7 @@ package UI import ( - "github.com/cuu/LauncherGoDev/sysgo" + "github.com/clockworkpi/LauncherGoDev/sysgo" ) diff --git a/sysgo/UI/main_screen.go b/sysgo/UI/main_screen.go index 609db51..b232560 100644 --- a/sysgo/UI/main_screen.go +++ b/sysgo/UI/main_screen.go @@ -21,7 +21,7 @@ import ( "github.com/cuu/gogame/event" - "github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" ) diff --git a/sysgo/UI/page.go b/sysgo/UI/page.go index baaa3b4..73bbbaf 100644 --- a/sysgo/UI/page.go +++ b/sysgo/UI/page.go @@ -15,7 +15,7 @@ import ( "github.com/cuu/gogame/event" "github.com/cuu/gogame/transform" - "github.com/cuu/LauncherGoDev/sysgo/easings" + "github.com/clockworkpi/LauncherGoDev/sysgo/easings" ) diff --git a/sysgo/UI/skin_manager.go b/sysgo/UI/skin_manager.go index ac0fdbd..8a8181e 100644 --- a/sysgo/UI/skin_manager.go +++ b/sysgo/UI/skin_manager.go @@ -12,7 +12,7 @@ import ( "github.com/cuu/gogame/color" - "github.com/cuu/LauncherGoDev/sysgo" + "github.com/clockworkpi/LauncherGoDev/sysgo" ) type SkinManager struct { diff --git a/sysgo/UI/slider.go b/sysgo/UI/slider.go index 58dcffe..16ab24f 100644 --- a/sysgo/UI/slider.go +++ b/sysgo/UI/slider.go @@ -14,7 +14,7 @@ import ( "github.com/cuu/gogame/event" //"github.com/cuu/gogame/transform" - //"github.com/cuu/LauncherGoDev/sysgo/easings" + //"github.com/clockworkpi/LauncherGoDev/sysgo/easings" ) diff --git a/sysgo/UI/title_bar.go b/sysgo/UI/title_bar.go index beec5ef..8ec0c41 100644 --- a/sysgo/UI/title_bar.go +++ b/sysgo/UI/title_bar.go @@ -22,9 +22,9 @@ import ( "github.com/vjeantet/jodaTime" - "github.com/cuu/LauncherGoDev/sysgo/DBUS" + "github.com/clockworkpi/LauncherGoDev/sysgo/DBUS" - "github.com/cuu/LauncherGoDev/sysgo" + "github.com/clockworkpi/LauncherGoDev/sysgo" ) diff --git a/sysgo/UI/util_funcs.go b/sysgo/UI/util_funcs.go index 8ea615e..4311913 100644 --- a/sysgo/UI/util_funcs.go +++ b/sysgo/UI/util_funcs.go @@ -15,7 +15,7 @@ import ( "github.com/cuu/gogame/display" - "github.com/cuu/LauncherGoDev/sysgo" + "github.com/clockworkpi/LauncherGoDev/sysgo" ) func ShowErr(e error) { diff --git a/sysgo/wicd/misc/misc.go b/sysgo/wicd/misc/misc.go index 358702d..b7a94af 100644 --- a/sysgo/wicd/misc/misc.go +++ b/sysgo/wicd/misc/misc.go @@ -3,7 +3,7 @@ package misc import ( "bufio" //"fmt" - "github.com/cuu/LauncherGoDev/sysgo/UI" + "github.com/clockworkpi/LauncherGoDev/sysgo/UI" "log" "os" "strings"