mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-13 16:38:52 +01:00
change import path
This commit is contained in:
parent
4221a90e3f
commit
0996426fbb
@ -14,7 +14,7 @@ import (
|
|||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@ -16,9 +16,9 @@ import (
|
|||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
"github.com/cuu/gogame/time"
|
"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"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -9,8 +9,8 @@ import (
|
|||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
*/
|
*/
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
//"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -21,7 +21,7 @@ import (
|
|||||||
|
|
||||||
"github.com/muka/go-bluetooth/bluez/profile"
|
"github.com/muka/go-bluetooth/bluez/profile"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
)
|
)
|
||||||
|
|
||||||
func showDeviceInfo(dev *bleapi.Device) {
|
func showDeviceInfo(dev *bleapi.Device) {
|
||||||
|
|||||||
@ -15,7 +15,7 @@ import (
|
|||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
"github.com/cuu/gogame/draw"
|
"github.com/cuu/gogame/draw"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@ -19,8 +19,8 @@ import (
|
|||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
//"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -13,8 +13,8 @@ import(
|
|||||||
"github.com/cuu/gogame/surface"
|
"github.com/cuu/gogame/surface"
|
||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo"
|
"github.com/clockworkpi/LauncherGoDev/sysgo"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
)
|
)
|
||||||
|
|
||||||
type OnChangeCB_T func(int)
|
type OnChangeCB_T func(int)
|
||||||
|
|||||||
@ -12,8 +12,8 @@ import (
|
|||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
*/
|
*/
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
//"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -17,9 +17,9 @@ import (
|
|||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
//"github.com/cuu/gogame/time"
|
//"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"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -9,8 +9,8 @@ import (
|
|||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
*/
|
*/
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
//"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -16,7 +16,7 @@ import (
|
|||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
"github.com/cuu/gogame/time"
|
"github.com/cuu/gogame/time"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -9,8 +9,8 @@ import (
|
|||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
*/
|
*/
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
//"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -4,7 +4,7 @@ import (
|
|||||||
"os/exec"
|
"os/exec"
|
||||||
"os/user"
|
"os/user"
|
||||||
"github.com/cuu/gogame/time"
|
"github.com/cuu/gogame/time"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -9,8 +9,8 @@ import (
|
|||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
*/
|
*/
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
//"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -3,7 +3,7 @@ package PowerOFF
|
|||||||
import (
|
import (
|
||||||
|
|
||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -9,8 +9,8 @@ import (
|
|||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
*/
|
*/
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
//"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -16,9 +16,9 @@ import (
|
|||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
"github.com/cuu/gogame/time"
|
"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"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -10,25 +10,25 @@ import (
|
|||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
"github.com/cuu/gogame/draw"
|
"github.com/cuu/gogame/draw"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
//child packages
|
//child packages
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/About"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/About"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Sound"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Sound"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Brightness"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Brightness"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Wifi"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Wifi"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Bluetooth"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Bluetooth"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/LauncherPy"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/LauncherPy"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Update"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Update"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Storage"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Storage"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Languages"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Languages"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/PowerOFF"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/PowerOFF"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/PowerOptions"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/PowerOptions"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/Airplane"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/Airplane"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/ButtonsLayout"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/ButtonsLayout"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings/TimeZone"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings/TimeZone"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -13,8 +13,8 @@ import (
|
|||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
*/
|
*/
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
//"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import(
|
|||||||
"github.com/cuu/gogame/draw"
|
"github.com/cuu/gogame/draw"
|
||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
)
|
)
|
||||||
|
|
||||||
type OnChangeCB_T func(int)
|
type OnChangeCB_T func(int)
|
||||||
|
|||||||
@ -10,7 +10,7 @@ import (
|
|||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
*/
|
*/
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ import (
|
|||||||
"github.com/cuu/gogame/draw"
|
"github.com/cuu/gogame/draw"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ import (
|
|||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
|
|
||||||
"github.com/cuu/gogame/draw"
|
"github.com/cuu/gogame/draw"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -9,8 +9,8 @@ import (
|
|||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
*/
|
*/
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
//"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -14,7 +14,7 @@ import (
|
|||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
"github.com/cuu/gogame/time"
|
"github.com/cuu/gogame/time"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
var TimeZonePath = "/usr/share/zoneinfo/posix"
|
var TimeZonePath = "/usr/share/zoneinfo/posix"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
package Update
|
package Update
|
||||||
import (
|
import (
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
)
|
)
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
type UpdatePlugin struct {
|
type UpdatePlugin struct {
|
||||||
|
|||||||
@ -17,8 +17,8 @@ import (
|
|||||||
// "github.com/cuu/gogame/font"
|
// "github.com/cuu/gogame/font"
|
||||||
//"github.com/cuu/gogame/draw"
|
//"github.com/cuu/gogame/draw"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo"
|
"github.com/clockworkpi/LauncherGoDev/sysgo"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
)
|
)
|
||||||
|
|
||||||
var InfoPageListItemDefaultHeight = 30
|
var InfoPageListItemDefaultHeight = 30
|
||||||
|
|||||||
@ -11,9 +11,9 @@ import (
|
|||||||
"github.com/cuu/gogame/draw"
|
"github.com/cuu/gogame/draw"
|
||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/surface"
|
"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
|
var NetItemDefaultHeight = 30
|
||||||
|
|||||||
@ -10,8 +10,8 @@ import (
|
|||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
*/
|
*/
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
//"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -18,11 +18,11 @@ import (
|
|||||||
"github.com/cuu/gogame/time"
|
"github.com/cuu/gogame/time"
|
||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/draw"
|
"github.com/cuu/gogame/draw"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
|
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/wicd/misc"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/wicd/misc"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -9,8 +9,8 @@ import (
|
|||||||
"github.com/cuu/gogame/rect"
|
"github.com/cuu/gogame/rect"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
*/
|
*/
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
//"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -3,7 +3,7 @@ package PowerOFF
|
|||||||
import (
|
import (
|
||||||
|
|
||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
4
main.go
4
main.go
@ -21,9 +21,9 @@ import (
|
|||||||
"github.com/cuu/gogame/font"
|
"github.com/cuu/gogame/font"
|
||||||
//"github.com/cuu/gogame/time"
|
//"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"
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@ -16,10 +16,10 @@ import (
|
|||||||
"github.com/yookoala/realpath"
|
"github.com/yookoala/realpath"
|
||||||
|
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI/Emulator"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI/Emulator"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/10_Settings"
|
||||||
"github.com/cuu/LauncherGoDev/Menu/GameShell/99_PowerOFF"
|
"github.com/clockworkpi/LauncherGoDev/Menu/GameShell/99_PowerOFF"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
@ -2,7 +2,7 @@ package Emulator
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ActionConfig struct {
|
type ActionConfig struct {
|
||||||
|
|||||||
@ -13,7 +13,7 @@ import (
|
|||||||
|
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
"github.com/cuu/gogame/time"
|
"github.com/cuu/gogame/time"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ import (
|
|||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
|
|
||||||
"github.com/cuu/gogame/draw"
|
"github.com/cuu/gogame/draw"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ import (
|
|||||||
"github.com/cuu/gogame/time"
|
"github.com/cuu/gogame/time"
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -8,8 +8,8 @@ import (
|
|||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|
||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo"
|
"github.com/clockworkpi/LauncherGoDev/sysgo"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ import (
|
|||||||
"github.com/veandco/go-sdl2/ttf"
|
"github.com/veandco/go-sdl2/ttf"
|
||||||
|
|
||||||
"github.com/cuu/gogame/font"
|
"github.com/cuu/gogame/font"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo"
|
"github.com/clockworkpi/LauncherGoDev/sysgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
type WidgetInterface interface {
|
type WidgetInterface interface {
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import (
|
|||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
"github.com/cuu/gogame/surface"
|
"github.com/cuu/gogame/surface"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo"
|
"github.com/clockworkpi/LauncherGoDev/sysgo"
|
||||||
|
|
||||||
)
|
)
|
||||||
type CounterScreen struct {
|
type CounterScreen struct {
|
||||||
|
|||||||
@ -11,7 +11,7 @@ import (
|
|||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
|
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/easings"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/easings"
|
||||||
|
|
||||||
)
|
)
|
||||||
//sysgo/UI/keyboard_keys.layout
|
//sysgo/UI/keyboard_keys.layout
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
package UI
|
package UI
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/cuu/LauncherGoDev/sysgo"
|
"github.com/clockworkpi/LauncherGoDev/sysgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@ import (
|
|||||||
|
|
||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@ -15,7 +15,7 @@ import (
|
|||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
|
|
||||||
"github.com/cuu/gogame/transform"
|
"github.com/cuu/gogame/transform"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/easings"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/easings"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ import (
|
|||||||
|
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo"
|
"github.com/clockworkpi/LauncherGoDev/sysgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
type SkinManager struct {
|
type SkinManager struct {
|
||||||
|
|||||||
@ -14,7 +14,7 @@ import (
|
|||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
|
|
||||||
//"github.com/cuu/gogame/transform"
|
//"github.com/cuu/gogame/transform"
|
||||||
//"github.com/cuu/LauncherGoDev/sysgo/easings"
|
//"github.com/clockworkpi/LauncherGoDev/sysgo/easings"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -22,9 +22,9 @@ import (
|
|||||||
|
|
||||||
"github.com/vjeantet/jodaTime"
|
"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"
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@ -15,7 +15,7 @@ import (
|
|||||||
|
|
||||||
"github.com/cuu/gogame/display"
|
"github.com/cuu/gogame/display"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGoDev/sysgo"
|
"github.com/clockworkpi/LauncherGoDev/sysgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
func ShowErr(e error) {
|
func ShowErr(e error) {
|
||||||
|
|||||||
@ -3,7 +3,7 @@ package misc
|
|||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
//"fmt"
|
//"fmt"
|
||||||
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user