mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 16:08:52 +01:00
rename LauncherGo to LauncherGoDev
This commit is contained in:
parent
776eaa1378
commit
d6e8b2864e
@ -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/LauncherGo/sysgo/UI"
|
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@ -5,8 +5,8 @@ import(
|
|||||||
|
|
||||||
"strconv"
|
"strconv"
|
||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
"github.com/cuu/LauncherGo/sysgo"
|
"github.com/cuu/LauncherGoDev/sysgo"
|
||||||
"github.com/cuu/LauncherGo/sysgo/UI"
|
"github.com/cuu/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/LauncherGo/sysgo/UI"
|
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGo/sysgo/DBUS"
|
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -9,7 +9,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/LauncherGo/sysgo/UI"
|
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -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/LauncherGo/sysgo/UI"
|
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGo/sysgo/DBUS"
|
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
@ -3,7 +3,7 @@ package main
|
|||||||
import(
|
import(
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
"github.com/cuu/LauncherGo/sysgo/UI"
|
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||||
)
|
)
|
||||||
|
|
||||||
type OnChangeCB_T func(int)
|
type OnChangeCB_T func(int)
|
||||||
|
|||||||
@ -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/LauncherGo/sysgo/UI"
|
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGo/sysgo/DBUS"
|
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||||
|
|
||||||
)
|
)
|
||||||
var NetItemDefaultHeight = 30
|
var NetItemDefaultHeight = 30
|
||||||
|
|||||||
@ -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/LauncherGo/sysgo/UI"
|
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||||
//"github.com/cuu/LauncherGo/sysgo/DBUS"
|
//"github.com/cuu/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/LauncherGo/sysgo/UI"
|
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||||
"github.com/cuu/LauncherGo/sysgo/DBUS"
|
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||||
|
|
||||||
|
|
||||||
"github.com/cuu/LauncherGo/sysgo/wicd/misc"
|
"github.com/cuu/LauncherGoDev/sysgo/wicd/misc"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,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/LauncherGo/sysgo/UI"
|
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
2
main.go
2
main.go
@ -13,7 +13,7 @@ import (
|
|||||||
"github.com/cuu/gogame/font"
|
"github.com/cuu/gogame/font"
|
||||||
"github.com/cuu/gogame/time"
|
"github.com/cuu/gogame/time"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGo/sysgo/UI"
|
"github.com/cuu/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/LauncherGo/sysgo"
|
"github.com/cuu/LauncherGoDev/sysgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
type WidgetInterface interface {
|
type WidgetInterface interface {
|
||||||
|
|||||||
@ -11,7 +11,7 @@ import (
|
|||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
|
|
||||||
|
|
||||||
"github.com/cuu/LauncherGo/sysgo/easings"
|
"github.com/cuu/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/LauncherGo/sysgo"
|
"github.com/cuu/LauncherGoDev/sysgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@ import (
|
|||||||
|
|
||||||
"github.com/cuu/gogame/event"
|
"github.com/cuu/gogame/event"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGo/sysgo/DBUS"
|
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
@ -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/LauncherGo/sysgo/easings"
|
"github.com/cuu/LauncherGoDev/sysgo/easings"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ import (
|
|||||||
|
|
||||||
"github.com/cuu/gogame/color"
|
"github.com/cuu/gogame/color"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGo/sysgo"
|
"github.com/cuu/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/LauncherGo/sysgo/easings"
|
//"github.com/cuu/LauncherGoDev/sysgo/easings"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -20,9 +20,9 @@ import (
|
|||||||
|
|
||||||
"github.com/vjeantet/jodaTime"
|
"github.com/vjeantet/jodaTime"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGo/sysgo/DBUS"
|
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGo/sysgo"
|
"github.com/cuu/LauncherGoDev/sysgo"
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@ -12,7 +12,7 @@ import (
|
|||||||
|
|
||||||
"github.com/cuu/gogame/display"
|
"github.com/cuu/gogame/display"
|
||||||
|
|
||||||
"github.com/cuu/LauncherGo/sysgo"
|
"github.com/cuu/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/LauncherGo/sysgo/UI"
|
"github.com/cuu/LauncherGoDev/sysgo/UI"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user