aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/MainMenu.xib
Commit message (Collapse)AuthorAgeFilesLines
* (no commit message)Bibiko2009-07-161-2/+53
|
* Sparkle delegate methods doesn't seem to be getting called, so set the ↵stuconnolly2009-06-211-8/+0
| | | | delegate globally.
* Fix for issue #305. Close all sheets attached to all open windows just ↵stuconnolly2009-06-211-2/+13
| | | | before Sparkle relaunches the app.
* Associate shortcut shift+command+R to refresh databases.stuconnolly2009-06-111-55/+28
|
* • added: "Copy as SQL INSERT" ^⌥⌘CBibiko2009-06-081-2/+1
| | | | | | - up to now only available for the table content pane - supports blobs - if a primary key is given it also support (not yet loaded) blobs and long text data fields
* • moved macros enumerate() and sizeOf() to sequel-pro_Prefix.pchBibiko2009-06-061-4/+43
| | | | | | • added to SPArrayAdditions.m - (NSArray *)subarrayWithIndexes:(NSIndexSet *)indexes • added "Copy as SQL INSERT" to MainMenu (not yet activated) • added to CMCopyTable - (NSString *)selectedRowsAsSqlInserts for copying selectedRows as INSERT INTO ... string (under constructions, up to now it works for strings)
* • added "Select Enclosing Brackets" to each NSTextView (⇧⌘B)Bibiko2009-06-051-9/+83
|
* - added schema export to basic graphviz dot filemtvee2009-06-051-16/+32
|
* Change 'Table Status' menuitem to 'Table Info' in View menu.stuconnolly2009-05-281-5/+19
|
* Replaced check on title with check on menu tag for Copy with Column Names ↵bamse162009-05-251-3/+6
| | | | issue #233. Thanks to Ben for suggestion.
* Minor enhancements to the server variables sheet, including:stuconnolly2009-05-171-5/+16
| | | | | | | | - Allow saving the variables to a file in MySQLs config format. - Truncate variable names and values instead of clipping them. Expect live filtering as future enhancements.
* preliminary support for constraint editingmtvee2009-05-141-16/+34
|
* Issue 233: Option to copy field headings from result panelsbamse162009-05-141-41/+25
| | | | | | Implementation of copy with column names menu item Removal of copy column names
* Issue 233: Option to copy field headings from result panelsbamse162009-05-051-17/+359
| | | | | | Also replaced some NSLog with DLog/ALog
* • connected Find/Replace Dialog to Custom Query's text viewBibiko2009-05-011-12/+49
|
* • added "MySQL Help" to the MainMenu > Help submenuBibiko2009-04-301-302/+61
| | | | | | - it shows the MySQL Help TOC of the front most tableDocument mysql connection, i.e. each tableDocument has its own Help window (due to the fact that the Help is version specific), and makes it the keyWindow - changed the way for getting the mySQLversion into the CustomQuery; now a new tableDocument set it via [customQueryInstance setMySQLversion:foo]; the other way was to unsafe regarding to get the version if MySQL Help was invoked via MainMenu • Help window and Create Table Syntax window will be released while closing the tableDocument
* Remove '...' from 'Add To Favorites' menu item.stuconnolly2009-04-151-5/+15
|
* Removed page setup menu. We will setup the print orientation from print ↵bamse162009-04-111-12/+5
| | | | menu, like in Safari
* - Make MainController the application delegate, and override standard ↵rowanbeentje2009-04-101-5/+12
| | | | automatic creation methods to only trigger automatic connection (if enabled in prefs) for automatically created windows
* - part 6 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-101-3696/+53
| | | | - committing remaining nibs
* Implementation of enhancement described in issue #75. You can now add the ↵stuconnolly2009-04-101-9/+35
| | | | current connection details to your favourites provided it doesn't already exist.
* Make table operation messages more user friendly (issue #192) and display ↵stuconnolly2009-04-091-76/+94
| | | | them in sheets instead of modal dialogs. Also performed a general tidy up of TableDocument.[hm].
* - changed the structure of the edit menu to more closely resemble other Mac ↵jakob2009-04-081-87/+87
| | | | OS applications (see eg. TextEdit)
* Remove the 'Duplicate' menu item from the 'Edit' menu. Resolves issue #221. ↵stuconnolly2009-04-071-249/+570
| | | | The menu item is always disabled because copyTable: of TablesList is not accessiable via the responder chain. The duplicate table action is available from the table's gear menu and context menu and so is not relevant to the selected context in the 'Edit' menu anyway.
* • ADDED - (IBAction)doRemoveDiacritics:(id)senderBibiko2009-04-061-428/+21
| | | | | - this method removes all combining diacritics -- e.g. façäñど ⇢ facanと after Unicode's NFD
* Remove the 'Clear' menu item from the 'Edit' menu because it doesn't ↵stuconnolly2009-04-051-39/+429
| | | | actually do anything. See issue #221.
* • ADDED: - (IBAction)doTranspose:(id)sender;Bibiko2009-04-051-2/+12
| | | | - Note: not yet combining-diacritics-safe!
* • ADDED to SPTextViewAdditions:Bibiko2009-04-051-408/+96
| | | | | | | | | | | | | | - (NSRange)getRangeForCurrentWord - (IBAction)selectCurrentWord:(id)sender; - (IBAction)selectCurrentLine:(id)sender; - (IBAction)doSelectionUpperCase:(id)sender; - (IBAction)doSelectionLowerCase:(id)sender; - (IBAction)doSelectionTitleCase:(id)sender; - (IBAction)doDecomposedStringWithCanonicalMapping:(id)sender; - (IBAction)doDecomposedStringWithCompatibilityMapping:(id)sender; - (IBAction)doPrecomposedStringWithCanonicalMapping:(id)sender; - (IBAction)doPrecomposedStringWithCompatibilityMapping:(id)sender; • BOUNDED these IBAction to mainmenu.xib
* • ADDED to menu item “Edit” the submenus:Bibiko2009-04-051-1/+19
| | | | | | | | | | | | | | | | | | Convert > - to Uppercase ^U - to Lowercase ^⇧U - to Titlecase ^⌥U - Transpose ^T - Remove Diacritics - Normalization > -- Canonical Decomposing (NFD) -- Canonical Composing (NFC) -- Compatibility Decomposition (NFKD) -- Compatibility Composition (NFKC) Select > - Word ^W - Line ^L - All ⌘A
* • ADDED to menu item “Edit” the submenus:Bibiko2009-04-051-36/+458
|
* Change the toggle console menu item's title to either 'Show' or 'Hide' console.stuconnolly2009-04-021-15/+42
|
* Enabled Page Setup for printing, so now you can print landscape toobamse162009-03-261-13/+3
| | | | | | Enabled auto pagination, so we print everything for now
* - Restores the "Zoom" button to the window menu, for conistency with the ↵rowanbeentje2009-03-251-14/+30
| | | | platform. Thanks to "samsouder" for the original patch; this resolves Issue #196.
* Make copy button text small and remove favourites table view focus remove.stuconnolly2009-03-051-12/+24
|
* - Hide SSH options for favourites in the preferences, temporarily, to avoid ↵rowanbeentje2009-03-051-87/+154
| | | | | | | confusion while this is non-functional. - Clean up +/- buttons beneath the prefs and change the incorrectly labelled "-" button to "Copy"
* - Renames "Database Encoding" menu item in Database menu to "View Using ↵rowanbeentje2009-03-041-24/+110
| | | | | | | | Encoding" for clarity - Add support for EUC-KR (I think, unable to test), hopefully fixing Issue #149 - Add workaround for UTF8 via Latin 1, supporting viewing and editing of data added using broken clients/upgraded old Wordpress/etc.
* + Separate the console from being drawer based to its own panel. New console ↵stuconnolly2009-02-281-22/+50
| | | | | | | | | panel also adds the ability to save the current console content to a file on disk. Speed up the updating of the text view by removing the re-draw of the view after each message is appended. The console is still very basic, but is a starting point for more functionality to be added now that it is all handled in a single class. + Add the ability to specify the encoding when creating a new database. Addresses issue #125. Also improve the usability of the create database sheet by only enabling the 'Add' button if the database name length is greater than zero. This elimates the check that is done and the error panel that is displayed if the name is empty.
* Enable menu separator now that we've enabled the print menu item.stuconnolly2009-01-271-2/+1
|
* Hide the help menu item until we've actually got some help documentation to ↵stuconnolly2009-01-271-2/+3
| | | | display.
* Re-enabled Print Menu for preparation of being able to print something usefulmltownsend2009-01-131-7/+5
|
* Thought this was fixed.stuconnolly2008-12-131-63/+14
|
* Fixed MainMenu.xib not being compiled properly.stuconnolly2008-12-101-22/+78
|
* MERGED r262:266 from branches/stuart02 to trunk to include new project ↵stuconnolly2008-12-101-0/+7511
structure.