aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/MainMenu.xib
Commit message (Collapse)AuthorAgeFilesLines
* #2708 changes to menu items to expose the Duplicate Tab featureAbhi Beckert2017-03-031-3/+3
|
* Remove database compare menu item, it's not ready for public testing yetAbhi Beckert2017-03-031-9/+2
|
* Begin work on comparing two databasesAbhi Beckert2016-12-021-5/+11
|
* Make reassigning "Select active query" (^Y) possible (#1215)Max Lohrmann2016-05-081-0/+6
| | | | | * Added a menu item: Edit > Select > Active Query * Remove the key binding from the context menu item (which is in line with OS X' context menus not having key bindings in general)
* Update MainMenu.xib from Xcode 4.6 → 5.1 (minimum version for Xcode 7.0)Max2016-05-081-12581/+1088
|
* In order to enable even more people to shoot themselves in the foot, this ↵Max2015-11-121-32/+128
| | | | | | commit adds support for remote server shutdown 💣
* Replace "Spelling" for "Spelling and Grammar" menu itemGuillermo Ignacio Enriquez Gutierrez2015-08-231-138/+194
|
* Add Substitutions to edit menu itemGuillermo Ignacio Enriquez Gutierrez2015-08-231-0/+211
|
* Add speech menu itemGuillermo Ignacio Enriquez Gutierrez2015-08-231-0/+79
|
* Match shortcuts with default icon ordering. sequelpro/sequelpro#1541Guillermo Ignacio Enriquez Gutierrez2015-08-191-7/+7
|
* Remove keyboard shortcut from the database dropdown (cmd+shift+D) and give ↵Max2015-05-131-12/+688
| | | | it to "Go to Database..." instead
* Rename utf8 and utf8mb4Max2015-02-011-2/+2
| | | | | * To reduce confusion (and create some, for those people not yet aware of the difference) I have renamed the utf8s to "UTF-8 Unicode BMP" resp. "UTF-8 Full Unicode" according to their supported character range. * Also *both* utf8 variants will now be at the top of the list when creating new tables/databases
* Add GUI option for utf8mb4 connection encodingMax2014-12-191-0/+25
|
* Touch all XIB files with Xcode 6.1.1Max2014-12-191-145/+1827
| | | | | No"real" changes were made. NOTE: There is actually a chance for this change to break stuff.
* Add a "Go to Database" dialogMax2014-10-121-59/+46
| | | | | | | | The dialog enables * searching for a database by name (substring matching), * using C&P to select databases * navigating to databases not in the database dropdown * faster keyboard-based navigation
* Resolve #1974: Allow un-mapping of Ctrl-HAbhi Beckert2014-09-061-15/+209
| | | | | | Add menu item "MySQL help for Word/Selection", with Control-H as the default key equivalent Delete SPTextView's built in handling of Control-H key presses
* Set XIBs to open Xcode 4.6Stuart Connolly2014-01-181-980/+9575
|
* Add an option to display binary data as hex, while displaying it in blue to ↵Stuart Connolly2014-01-141-11611/+980
| | | | distinguish from string data of similar content.
* Allow opened SQL files to be saved back to the original file, addressing ↵rowanbeentje2013-09-081-2613/+469
| | | | | | | | | Issue #1805: - Add new menu item for "Save Query", making the existing item "Save Query As" as an alternate - Track the opened SQL file and used encoding to be able to easily save the same file again - Standardise encoding detection to use the UniversalDetector framework and use that for opened SQL files where the encoding menu is not used
* * Add support for ALTER DATABASE statement (needs review)dmoagx2013-03-171-12/+71
|
* Build config update:stuconnolly2013-01-241-13690/+13693
| | | | | | | | | - Update base SDK to 10.6 - Update minimum OS version to 10.6 - Update all XIB to have a 10.6 target - Drop support for PPC - Apply all of the above to frameworks SPMySQLFramework and QueryKit
* - Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ↵rowanbeentje2012-12-171-13635/+13690
| | | | the focus to the Filter Content tab bar. ⇧⌘F is used to show the advanced content filter table. This allows ^⌘F to be used for the standard OS X fullscreen window command, addressing Issue #1513.
* Menu item case change.stuconnolly2012-05-251-129/+2005
|
* - Add an "Edit all fields in pop-up sheet" men item to the Edit menu, for ↵rowanbeentje2011-06-121-3/+55
| | | | greater visibility to novice users
* - Add tooltips to the previous/next tab menu items listing alternate ↵rowanbeentje2011-06-051-7/+25
| | | | | | | keyboard shortcuts - Update localizable strings
* - Add a "Drop Database..." alternate menu item to partially address Issue #1070rowanbeentje2011-06-051-830/+471
|
* - Change shortcut for "Duplicate Connection Tab" to alt-T for increased ↵rowanbeentje2011-01-231-17/+52
| | | | | | | | discoverability - this improves on Issue #943 - Add alternate keybindings for tab switching - support command-shift-[ and -], and command-alt-left and right arrows to match behaviour of other applications - Update localisable strings
* Tidy up main menu.stuconnolly2011-01-111-80/+340
|
* • enabled Bundle main menuBibiko2011-01-051-2/+9
| | | | • improved rendering of line number display in Query Editor and Bundle command text view after scrolling to avoid displaying them unreadable
* • Bundle EditorBibiko2010-11-241-1/+2
| | | | | | | - hide Bundles main menu since the Bundle table view will be refractored completely to OutlineView - fixed validation of RemoveButton (thanks to avenjamin) - fixed storing the very first Bundle command - added Reload Bundles to Gear menu
* • Bundle EditorBibiko2010-11-231-2/+1
| | | | | | | - fixed gui arragement - suppress error message if no ouptut key found in command.plist • added sequelpro://ID@/passToDoc/SelectTableRows/1/3/4/.. scheme command which selects given rows in current table if a SPCopyTable is the first responder; not valid given rows are ignored • added SP_SELECTED_ROW_INDICES as passed shell variable for Data Table scope
* - Abstract SPDatabaseDocument's Connection/.spf saving/loading ↵rowanbeentje2010-11-231-371/+649
| | | | | | | | | | functionality into state setting and getting functions, and refactor old commands to use them - Fix restoring of content sort column order and selected indexes - Add menu items for duplicating current tab (as an alternate), opening selected table in a new tab, or opening selected database in a new tab - Clean up file menu by making Connection/Session "Save as..." menu items alternates - Update localisable strings
* • Bundle supportBibiko2010-11-151-72/+6
| | | | | | - started to populate the main menu item Bundles [still hidden] - enabled key equivalents for NSTextViews - distinguishes between Query Editor scope and text input scope via menu item validation inside main menu Bundles
* • added skeleton for Bundle EditorBibiko2010-11-121-7/+249
| | | | - not yet visible
* • added "Jump to Selection ⌘J" to main menu > edit > find since it's an ↵Bibiko2010-10-291-10/+24
| | | | Apple standard menu item
* • added to each NSTextView the possibility to move the current line or the ↵Bibiko2010-10-251-9/+246
| | | | | | selected lines one line up or down by using the short-cuts ^⌘↑/↓ - fixes issue 873
* Add a 'Refresh Tables' menu item to the 'Database' menu. It currently has ↵stuconnolly2010-10-191-182/+890
| | | | the shortcut Ctrl+Cmd+R, but this can always be remapped in system preferences. Implemented issue #845.
* Missing changes from r2554.stuconnolly2010-08-191-53/+53
|
* • enabled Navigator in the main menu main > ViewBibiko2010-08-121-1/+0
|
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-552/+550
|
* • enabled "Save (As) Session" File menu items for testingBibiko2010-07-041-45/+2897
| | | | • renamed MainMenu > File > "Save (As)" menu item to "Save Connection (As)" and added tooltips
* Add option to toggle the tab bar visibility.avenjamin2010-06-301-51/+68
| | | | | - Only applies when one tab is present. - Saves last used state to preferences.
* • Open Session fileBibiko2010-06-291-5/+7
| | | | | | - 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
* Remove duplicate 'Select next/prev tab' menu items from the 'View Menu'.stuconnolly2010-06-251-161/+21
|
* • initial preparations to support the storage of the entire SP session ↵Bibiko2010-06-211-11/+109
| | | | | | | | (all windows including tabs) • added file extension 'spfs' as SP bundle Note: The idea is to save inside the given spfs bundle a file 'Info.list' which contains the entire structure (which window, which tabs, selected items, etc.; each single connection is saved as separate spf file - if untitled inside the bundle in the sub-folder 'Contents' or if not the absolute path to a already saved spf file). This should insure that the user can open a single spf file in SP or as part of a spfs bundle session without loosing having two different spf file for the same connection. - Comments are welcome
* • added Window menu item "Move Tab to New Window"Bibiko2010-06-161-16/+55
| | | | - it moves the SPDatabaseDocument of the currently selected tab to a new window
* - Convert connection encoding menus to be menu tag based to fix ↵rowanbeentje2010-06-141-4/+29
| | | | | | | | | | localisation errors - Add database encoding retrieval support for MySQL 4.1 - Convert the add table and add database sheets to use encoding menus derived from server supported encodings - Re-layout preferences with larger labels to aid localisation - Fix preference resizing in non-Favorite tabs
* Make the dock menu consistent with the 'File' menu by adding the ability to ↵stuconnolly2010-06-141-56/+135
| | | | create a new tab as well as fixing the new window item.
* • simplified tooltips for tabsBibiko2010-06-141-5/+100
| | | | | • 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
* • add to Main Menu > View > :Bibiko2010-06-111-6/+114
| | | | | | | | - Select Next Tab ^⇥ - Select Previous ^⇧⇥ and menu validation to be able to navigate through available tabs by using the keyboard.