aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.h
Commit message (Collapse)AuthorAgeFilesLines
* - Call the NSWindow super implementation of validateMenuItem: in SPWindow, ↵rowanbeentje2013-01-051-1/+4
| | | | | | | | fixing Show Toolbar/Hide Toolbar menu item title not being updated correctly - addresses Issue #1521 - When the toolbar is hidden, draw a line in the window to cover up the bottom border of the window's title bar, improving appearance - Improve tab appearance when toolbar is hidden
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+22
|
* Add the ability to double click a tab to duplicate the connection in a new ↵stuconnolly2011-05-091-5/+5
| | | | tab (equivalent to the 'Open Database in New Tab' menu item). Implements issue #1040.
* - Fix more compiler warningsrowanbeentje2011-03-151-1/+1
| | | | | - Tweak README
* Tidy up.stuconnolly2010-10-191-1/+0
|
* Add option to toggle the tab bar visibility.avenjamin2010-06-301-1/+2
| | | | | - Only applies when one tab is present. - Saves last used state to preferences.
* • Open Session fileBibiko2010-06-291-0/+1
| | | | | | - set [tabbar setHideForSingleTab:NO] if window has more than one tab in order to avoid issues while animated fading-in of the tabbar - assign initial keyboard short-cut ^⌥⌘S for Save Session (needs to be discussed) - still hidden
* • initial support for open a spfs session file (works rudimentary - ↵Bibiko2010-06-241-0/+1
| | | | | | fine-tuning comes soon) • added constant "SPBundleFileExtension"
* • added Window menu item "Move Tab to New Window"Bibiko2010-06-161-1/+1
| | | | - it moves the SPDatabaseDocument of the currently selected tab to a new window
* • simplified tooltips for tabsBibiko2010-06-141-0/+1
| | | | | • preparations for "Move Tab to New Window" action menu action • display Select Next/Previous Tab menu items also under Main Menu > Window to be consistent
* - Fix menu validation by forwarding SPWindowController requests to the ↵rowanbeentje2010-06-121-0/+2
| | | | | | | frontmost document - Track the frontmost document in a window to simplify code
* • add to Main Menu > View > :Bibiko2010-06-111-0/+2
| | | | | | | | - Select Next Tab ^⇥ - Select Previous ^⇧⇥ and menu validation to be able to navigate through available tabs by using the keyboard.
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-2/+2
|
* Initial implementation of tabs:rowanbeentje2010-05-231-0/+46
- Addition of PSMTabBar framework - Rework away from a document-based TableDocument - Support tabs throughout the application - Add menu items for creating tabs, and add support for dragging tabs to different windows