Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a very basic preference to disable all query logging. This can be ↵ | stuconnolly | 2009-06-11 | 2 | -95/+137 |
| | | | | expanded upon to disable different types of queries. | ||||
* | • cleaned code for the case that the user selects a view which causes a ↵ | Bibiko | 2009-06-10 | 1 | -41/+24 |
| | | | | | | | | | MySQL error while retrieving data - [SPTableData tableEncoding] returns nil if no encoding can be found - [TableList tableViewSelectionDidChange:] checks in beforehand for a valid table encoding; this avoids to get the same MySQL error message twice and cleaned the structure view • if a MySQL error occurred while retrieving table data for the content view set the content view to a defined and clean status • bound TableContent's filterButton to DBView.xib to disable it if an error occurred (otherwise the status bar shows unexplainable results ) | ||||
* | - Table Info pane now has fixed height | avenjamin | 2009-06-10 | 1 | -70/+52 |
| | | | | | - Table Info pane is collapsable - Export Controller code cleanup | ||||
* | - Fix missing images - file names had changed | avenjamin | 2009-06-10 | 1 | -17/+24 |
| | |||||
* | - Fix inverted behaviour of "Update help while typing" toggle in the Query ↵ | rowanbeentje | 2009-06-09 | 1 | -112/+106 |
| | | | | action/gear menu by correcting the prefs binding | ||||
* | • added: "Copy as SQL INSERT" ^⌥⌘C | Bibiko | 2009-06-08 | 1 | -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.pch | Bibiko | 2009-06-06 | 1 | -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) | ||||
* | • updated Crefits.rtf for: | Bibiko | 2009-06-06 | 1 | -6/+26 |
| | | | | | - RegexKitLite - TMDIncrementalPopUp | ||||
* | • added "Select Enclosing Brackets" to each NSTextView (⇧⌘B) | Bibiko | 2009-06-05 | 1 | -9/+83 |
| | |||||
* | • added to Editor Preferences: | Bibiko | 2009-06-05 | 1 | -78/+187 |
| | | | | | - "Query Background" color - checkbox "Highlight Current Query" | ||||
* | - added schema export to basic graphviz dot file | mtvee | 2009-06-05 | 1 | -16/+32 |
| | |||||
* | • added: syntax highlighting to the HUD window "Show Create Syntax" | Bibiko | 2009-06-04 | 1 | -25/+142 |
| | | | | • fixed: context menu item validation for "Show MySQL Help": hide it when no connection to the customQueryInstance is found | ||||
* | Added print accesory view with option to Print Backgrounds | bamse16 | 2009-06-04 | 1 | -0/+254 |
| | |||||
* | - Added Jim Knight (mtvee) to Credits | avenjamin | 2009-06-04 | 1 | -1/+2 |
| | |||||
* | Various enhancements to relation functionality, including: | stuconnolly | 2009-06-03 | 1 | -259/+233 |
| | | | | | | | - Only presenting valid tables for possible relations, that is InnoDB tables. - Only presenting valid columns for possible relations, that is columns of the same data type. - Loads of interface validation. | ||||
* | - Restore the Command-Alt-A shortcut for the add field button in the table ↵ | rowanbeentje | 2009-06-02 | 1 | -40/+73 |
| | | | | structure view, matching the tooltip | ||||
* | Change 'Table Status' menuitem to 'Table Info' in View menu. | stuconnolly | 2009-05-28 | 1 | -5/+19 |
| | |||||
* | - Added split view to new table info section | avenjamin | 2009-05-28 | 1 | -477/+437 |
| | |||||
* | Add support for SSH tunnels, improve password security, and tweaks: | rowanbeentje | 2009-05-28 | 2 | -122/+791 |
| | | | | | | | | | | | | - Implementation of a new SPSSHTunnel class, designed to closely integrate SSH tunnels within Sequel Pro. - Integration of SPSSHTunnel - new connection methods using callbacks, and CMMCPConnection integration - Keychain class upgrade to include the new SPSSHTunnel keychain password helper on the trusted access list for new passwords - Keychain passwords are now held in memory/UI for only as long as necessary, increasing password security - Updated interface to enable/add SSH tunnel functionality - Remove old SSHTunnel class - Addition of new target for the SSH Tunnel password assistant, addition as a dependency of the main target, and addition to build script to copy into resources directory - Fix a keychain password deletion crash | ||||
* | Bind the create table syntax text view's font to CustomQueryEditorFont. | stuconnolly | 2009-05-27 | 1 | -7/+28 |
| | |||||
* | Forgot to update Localizable.strings for redesigned table info pane. | stuconnolly | 2009-05-27 | 1 | -0/+0 |
| | |||||
* | Redesigned table information pane. | stuconnolly | 2009-05-27 | 1 | -867/+1374 |
| | |||||
* | Replaced check on title with check on menu tag for Copy with Column Names ↵ | bamse16 | 2009-05-25 | 1 | -3/+6 |
| | | | | issue #233. Thanks to Ben for suggestion. | ||||
* | - Few Changes to Query Editor Preference | avenjamin | 2009-05-22 | 2 | -620/+836 |
| | | | | | - Cleaned up a few preference keys - Added Caret Color to Query Editor Prefs - disabled for now. | ||||
* | • fixed typo and tooltip for the general preference "Display vertical grid ↵ | Bibiko | 2009-05-20 | 1 | -14/+17 |
| | | | | lines in tables" | ||||
* | New preference to allow the displaying of vertical grid lines in table views. | stuconnolly | 2009-05-19 | 1 | -6720/+6787 |
| | |||||
* | When adding a new table allow the user to specify the storage engine used. | stuconnolly | 2009-05-19 | 1 | -29/+155 |
| | |||||
* | Updates to add relation sheet. | stuconnolly | 2009-05-18 | 1 | -59/+61 |
| | |||||
* | Assign return key to add new relation button. | stuconnolly | 2009-05-18 | 1 | -7/+10 |
| | |||||
* | Rename TableRelations.[hm] to SPTableRelations.[hm] so we it was created by ↵ | stuconnolly | 2009-05-18 | 1 | -109/+120 |
| | | | | the SP team. | ||||
* | • improved rename/duplicate sheets | Bibiko | 2009-05-18 | 1 | -52/+63 |
| | | | | - truncate middle; make them resizable; unified sheets | ||||
* | Add most of the improvements made to the rename table sheet to the duplicate ↵ | stuconnolly | 2009-05-18 | 2 | -187/+102 |
| | | | | table sheet. | ||||
* | • added tooltip to the TableList's Rename item and changed the word ↵ | Bibiko | 2009-05-18 | 1 | -3/+15 |
| | | | | 'table' to item in all other action gear menu items | ||||
* | Show alert when enabling Growl Notifications to let the user know about ↵ | avenjamin | 2009-05-18 | 2 | -6718/+6720 |
| | | | | changing notifications in System Preferences. | ||||
* | • improved renameTable: | Bibiko | 2009-05-18 | 1 | -21/+126 |
| | | | | | | | | | | | | - support for renaming a view - sheet listens to RETURN key - sheet text field is set the selected name as default - if name == selected name disables Rename button - sheet message according to table type • cleaned action menu - if more than one item is selected hide non-relevant menu items • delete file references for SPScriptEngine.* from Xcode project due to the fact that these files are not found since the last commit | ||||
* | close issue #9, connect window help button now points to Getting_Connected ↵ | abhibeckert | 2009-05-18 | 1 | -26/+28 |
| | | | | in online wiki | ||||
* | Add the ability to rename tables. This could potentially be enhanced to ↵ | stuconnolly | 2009-05-17 | 2 | -280/+596 |
| | | | | allowing renaming views, which is supported as of MySQL version 5.0.14, but requires some version detection to take place. | ||||
* | Minor enhancements to the server variables sheet, including: | stuconnolly | 2009-05-17 | 2 | -29/+92 |
| | | | | | | | | - 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. | ||||
* | Only editing of relations for InnoDB tables. | stuconnolly | 2009-05-17 | 1 | -8/+15 |
| | |||||
* | - attempt fix for alert issues when deleting tables, etc. | mtvee | 2009-05-15 | 1 | -0/+12 |
| | | | | - localize relations view dialogs | ||||
* | - Subtle GUI adjustments to Table Relations view. | avenjamin | 2009-05-15 | 1 | -17/+50 |
| | |||||
* | UI cleanups for references tab | mtvee | 2009-05-15 | 1 | -122/+124 |
| | |||||
* | basic constraint editing working with db for add/delete | mtvee | 2009-05-14 | 1 | -16/+14 |
| | |||||
* | preliminary support for constraint editing | mtvee | 2009-05-14 | 2 | -138/+2365 |
| | |||||
* | Issue 233: Option to copy field headings from result panels | bamse16 | 2009-05-14 | 1 | -41/+25 |
| | | | | | | Implementation of copy with column names menu item Removal of copy column names | ||||
* | Fixes issues #255 and #257 | avenjamin | 2009-05-13 | 1 | -63/+14 |
| | | | | | - Favorites list in connection sheet was moving bottom grey border when scrolling. (#255) - Missing keys for a favorite item were return NULL values causing field values from previously selected favorite to remain. (#257) | ||||
* | - added ability to view function and procedures and preliminary ability to ↵ | mtvee | 2009-05-13 | 1 | -0/+0 |
| | | | | input same via the editor | ||||
* | Improve warning dialogs when removing table fields and indexes. Part of ↵ | stuconnolly | 2009-05-12 | 1 | -0/+0 |
| | | | | issue #192. | ||||
* | Improve warning dialogs when removing table rows. Part of issue #192. | stuconnolly | 2009-05-11 | 1 | -0/+0 |
| | |||||
* | Implementation of enhancement #28: Allow customizing default value of NULL ↵ | stuconnolly | 2009-05-11 | 1 | -29/+106 |
| | | | | property when adding new table fields. |