Skip to content

Commit

Permalink
Updating GUI submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Nov 1, 2018
1 parent b62aa54 commit e53ed5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion submodules/gui-o-mac-tic
Submodule gui-o-mac-tic updated 45 files
+23 −3 GUI-o-Mac-tic.xcodeproj/project.pbxproj
+20 −8 share/stage1.conf
+1 −7 share/stage2.conf
+24 −15 src/AppDelegate.swift
+69 −39 src/Base.lproj/Main.storyboard
+3 −0 src/Blackboard/Blackboard.swift
+1 −1 src/Boot/Boot.swift
+1 −1 src/Commands/Command.swift
+9 −6 src/Commands/CommandFactory.swift
+5 −0 src/Commands/CommandWithReturn.swift
+2 −1 src/Commands/GetURL.swift
+2 −1 src/Commands/HideMainWindow.swift
+2 −1 src/Commands/HideSplashScreen.swift
+2 −1 src/Commands/NotifyUser/NotifyUser.swift
+2 −1 src/Commands/PostURL.swift
+2 −1 src/Commands/Quit.swift
+6 −3 src/Commands/SetHTTPCookie.swift
+3 −1 src/Commands/SetItem.swift
+2 −1 src/Commands/SetNextErrorMessage.swift
+3 −1 src/Commands/SetStatus.swift
+6 −3 src/Commands/SetStatusDisplay.swift
+27 −10 src/Commands/Shell.swift
+2 −1 src/Commands/ShowMainWindow.swift
+2 −1 src/Commands/ShowSplashScreen.swift
+2 −5 src/Commands/ShowURL.swift
+8 −6 src/Commands/Terminal/Terminal.swift
+1 −1 src/Commands/URLCommand.swift
+14 −7 src/Commands/UpdateSplashScreen.swift
+3 −0 src/Constants.swift
+63 −27 src/Controllers/MainWindowViewController.swift
+40 −28 src/Controllers/SplashViewController.swift
+6 −5 src/Controllers/ViewModels/SplashScreenConfig.swift
+10 −0 src/DarkModeChecker.swift
+1 −1 src/Extensions/NSImage+Extensions.swift
+2 −2 src/Model/Config.swift
+7 −0 src/Model/FontStyle.swift
+76 −0 src/Model/Images.swift
+26 −3 src/Parser/ConfigInitializer.swift
+3 −0 src/Parser/Keyword.swift
+0 −39 src/Parser/Parser.swift
+85 −0 src/ProtocolHandler/Listener.swift
+0 −0 src/ProtocolHandler/NetworkError.swift
+63 −10 src/ProtocolHandler/Server.swift
+5 −0 src/Views/NotificationTableCellView.swift
+19 −12 src/main.swift
2 changes: 1 addition & 1 deletion submodules/gui-o-matic

0 comments on commit e53ed5c

Please sign in to comment.