Ver código fonte

change import path

cuu 5 anos atrás
pai
commit
0996426fbb
50 arquivos alterados com 89 adições e 89 exclusões
  1. 1 1
      Menu/GameShell/10_Settings/About/about.go
  2. 2 2
      Menu/GameShell/10_Settings/Airplane/airplane_page.go
  3. 2 2
      Menu/GameShell/10_Settings/Airplane/plugin_init.go
  4. 1 1
      Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go
  5. 1 1
      Menu/GameShell/10_Settings/Bluetooth/net_item.go
  6. 2 2
      Menu/GameShell/10_Settings/Bluetooth/plugin_init.go
  7. 2 2
      Menu/GameShell/10_Settings/Brightness/brightness_page.go
  8. 2 2
      Menu/GameShell/10_Settings/Brightness/plugin_init.go
  9. 2 2
      Menu/GameShell/10_Settings/ButtonsLayout/buttons_layout_page.go
  10. 2 2
      Menu/GameShell/10_Settings/ButtonsLayout/plugin_init.go
  11. 1 1
      Menu/GameShell/10_Settings/Languages/languages_page.go
  12. 2 2
      Menu/GameShell/10_Settings/Languages/plugin_init.go
  13. 1 1
      Menu/GameShell/10_Settings/LauncherPy/plugin_init.go
  14. 2 2
      Menu/GameShell/10_Settings/PowerOFF/plugin_init.go
  15. 1 1
      Menu/GameShell/10_Settings/PowerOFF/poweroff_confirm_page.go
  16. 2 2
      Menu/GameShell/10_Settings/PowerOptions/plugin_init.go
  17. 2 2
      Menu/GameShell/10_Settings/PowerOptions/power_options_page.go
  18. 15 15
      Menu/GameShell/10_Settings/Settings.go
  19. 2 2
      Menu/GameShell/10_Settings/Sound/plugin_init.go
  20. 1 1
      Menu/GameShell/10_Settings/Sound/sound_page.go
  21. 1 1
      Menu/GameShell/10_Settings/Storage/plugin_init.go
  22. 1 1
      Menu/GameShell/10_Settings/Storage/storage_page.go
  23. 1 1
      Menu/GameShell/10_Settings/TimeZone/list_item.go
  24. 2 2
      Menu/GameShell/10_Settings/TimeZone/plugin_init.go
  25. 1 1
      Menu/GameShell/10_Settings/TimeZone/time_zone_page.go
  26. 1 1
      Menu/GameShell/10_Settings/Update/plugin_init.go
  27. 2 2
      Menu/GameShell/10_Settings/Update/update_page.go
  28. 2 2
      Menu/GameShell/10_Settings/Wifi/net_item.go
  29. 2 2
      Menu/GameShell/10_Settings/Wifi/plugin_init.go
  30. 3 3
      Menu/GameShell/10_Settings/Wifi/wifi.go
  31. 2 2
      Menu/GameShell/99_PowerOFF/plugin_init.go
  32. 1 1
      Menu/GameShell/99_PowerOFF/poweroff_confirm_page.go
  33. 2 2
      main.go
  34. 4 4
      mainscreen.go
  35. 1 1
      sysgo/UI/Emulator/emulator.go
  36. 1 1
      sysgo/UI/Emulator/fav_list_page.go
  37. 1 1
      sysgo/UI/Emulator/list_item.go
  38. 1 1
      sysgo/UI/Emulator/rom_list_page.go
  39. 2 2
      sysgo/UI/Emulator/rom_so_confirm_page.go
  40. 1 1
      sysgo/UI/UI.go
  41. 1 1
      sysgo/UI/counter_screen.go
  42. 1 1
      sysgo/UI/keyboard.go
  43. 1 1
      sysgo/UI/keys_def.go
  44. 1 1
      sysgo/UI/main_screen.go
  45. 1 1
      sysgo/UI/page.go
  46. 1 1
      sysgo/UI/skin_manager.go
  47. 1 1
      sysgo/UI/slider.go
  48. 2 2
      sysgo/UI/title_bar.go
  49. 1 1
      sysgo/UI/util_funcs.go
  50. 1 1
      sysgo/wicd/misc/misc.go

+ 1 - 1
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"
 
 	
 )

+ 2 - 2
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"
 
 )
 

+ 2 - 2
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"
 )
 
 /******************************************************************************/

+ 1 - 1
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) {

+ 1 - 1
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"
   
   
 )

+ 2 - 2
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"
 )
 
 /******************************************************************************/

+ 2 - 2
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)

+ 2 - 2
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"
 )
 
 /******************************************************************************/

+ 2 - 2
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"
 
 )
 

+ 2 - 2
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"
 )
 
 /******************************************************************************/

+ 1 - 1
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"
 
 )
 

+ 2 - 2
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"
 )
 
 /******************************************************************************/

+ 1 - 1
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"
   
 )
 /******************************************************************************/

+ 2 - 2
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"
 )
 
 /******************************************************************************/

+ 1 - 1
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"
   
 )
 

+ 2 - 2
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"
 )
 
 /******************************************************************************/

+ 2 - 2
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"
 
 )
 

+ 15 - 15
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"
 
   
 

+ 2 - 2
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"
 )
 
 /******************************************************************************/

+ 1 - 1
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)

+ 1 - 1
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"
 
 )
 

+ 1 - 1
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"
   
 )
 

+ 1 - 1
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"
 
 )
 

+ 2 - 2
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"
 )
 
 /******************************************************************************/

+ 1 - 1
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"

+ 1 - 1
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 {

+ 2 - 2
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

+ 2 - 2
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

+ 2 - 2
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"
 )
 
 /******************************************************************************/

+ 3 - 3
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"
   
 )
 

+ 2 - 2
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"
 )
 
 /******************************************************************************/

+ 1 - 1
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"
   
 )
 

+ 2 - 2
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"
 
   
 )

+ 4 - 4
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 (

+ 1 - 1
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 {

+ 1 - 1
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"
 
 )
 

+ 1 - 1
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"
 
 )
 

+ 1 - 1
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"
 
 )
 

+ 2 - 2
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"
 
 )
 

+ 1 - 1
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 {

+ 1 - 1
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 {

+ 1 - 1
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

+ 1 - 1
sysgo/UI/keys_def.go

@@ -1,7 +1,7 @@
 package UI
 
 import (
-	"github.com/cuu/LauncherGoDev/sysgo"
+	"github.com/clockworkpi/LauncherGoDev/sysgo"
 )
 
 

+ 1 - 1
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"
 
   
 )

+ 1 - 1
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"
 	
 )
 

+ 1 - 1
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 {

+ 1 - 1
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"
 	
 )
 

+ 2 - 2
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"
 
 	
 )

+ 1 - 1
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) {

+ 1 - 1
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"