added new empty split actions and fixed a few loopy bugs with double select files.

This commit is contained in:
mae
2009-01-20 17:06:46 +01:00
parent c0c5342386
commit ed5afa14dd
12 changed files with 77 additions and 65 deletions

View File

@@ -126,9 +126,9 @@ const char * const TOGGLE_SIDEBAR = "QtCreator.ToggleSidebar";
const char * const MINIMIZE_WINDOW = "QtCreator.MinimizeWindow";
const char * const ZOOM_WINDOW = "QtCreator.ZoomWindow";
const char * const HORIZONTAL = "QtCreator.Horizontal";
const char * const VERTICAL = "QtCreator.Vertical";
const char * const REMOVE = "QtCreator.Remove";
const char * const SPLIT = "QtCreator.Split";
const char * const SPLIT_SIDE_BY_SIDE = "QtCreator.SplitSideBySide";
const char * const UNSPLIT = "QtCreator.Unsplit";
const char * const SAVEASDEFAULT = "QtCreator.SaveAsDefaultLayout";
const char * const RESTOREDEFAULT = "QtCreator.RestoreDefaultLayout";
const char * const CLOSE = "QtCreator.Close";