Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring outline view branch up to date with trunk (r3007:3010). | stuconnolly | 2010-12-12 | 14 | -338/+1112 |
|\ | |||||
| * | • made usage of more constants to avoid double-storing strings | Bibiko | 2010-12-12 | 9 | -94/+152 |
| | | | | | | | | • fixed JavaScript alert and confirm window in HTML output window | ||||
| * | * Fix a minor typo (reported by Sérgio Miranda) and update .strings | dmoagx | 2010-12-12 | 3 | -237/+841 |
| | | |||||
| * | • HTML output window's JavaScript support | Bibiko | 2010-12-12 | 8 | -12/+120 |
| | | | | | | | | | | | | - changed the approach to make the HTML output window the key window; now it could be done directly via a JavaScript command: window.system.makeHTMLOutputWindowKeyWindow() - added the chance to ask Sequel Pro via JavaScript for run-time shell variables via window.system.getShellEnvironmentForName('shell_var_name') • more usage of constants | ||||
| * | - Fix an issue where after failing to select a database the database ↵ | rowanbeentje | 2010-12-11 | 1 | -2/+6 |
| | | | | | | | | dropdown stayed disabled | ||||
* | | Bring outlineview branch up to date with trunk (r2989:3005). | stuconnolly | 2010-12-11 | 17 | -56/+363 |
|\| | |||||
| * | • the default behaviour is that 'Show HTML Window' will order front the ↵ | Bibiko | 2010-12-11 | 1 | -11/+8 |
| | | | | | | | | | | | | window but the focus remains at the caller for convenience but under some circumstances it could be useful to make the HTML window the first responder; now this can be done via JavaScript like: <body onload="window.system.run('_SP_self_makeKeyWindow')"> | ||||
| * | • fix table name encoding problem (return name can be NSNull) which can ↵ | Bibiko | 2010-12-11 | 2 | -1/+9 |
| | | | | | | | | | | | | arise while SPTablesList updateTables method, • added [theView breakUndoCoalescing]; before inserting the grey completion suggestion due to possible undo exceptions | ||||
| * | • avoided to execute SHOW VARIABLES LIKE 'character_set_database' twice ↵ | Bibiko | 2010-12-10 | 1 | -2/+1 |
| | | | | | | | | for setting shell variables for Bundle commands | ||||
| * | • Bundle command support | Bibiko | 2010-12-10 | 3 | -5/+64 |
| | | | | | | | | | | - fix issue for shortcut recorder for Asian language input - finished JavaScript support inside the HTML output window to run BASH system commands via "var returnValue = window.system.run(cmd)" whereby cmd is either a normal string or an array of the dimension of 2 (command, processID) | ||||
| * | • Bundle HTML output | Bibiko | 2010-12-10 | 1 | -1/+2 |
| | | | | | | | | - display a JavaScript alert as sheet | ||||
| * | • Bundle HTML output | Bibiko | 2010-12-10 | 1 | -11/+62 |
| | | | | | | | | | | - fixed init and release issue - started to allow JavaScript (from inside the HTML output window via js-object window.system) to communicate with SequelPro | ||||
| * | • Bundle command support | Bibiko | 2010-12-10 | 2 | -13/+1 |
| | | | | | | | | | | - renamed menu item - minor code cleaning | ||||
| * | • Bundle commands | Bibiko | 2010-12-09 | 5 | -3/+27 |
| | | | | | | | | - added the shell vars for edited field info as well if Field Editor sheet is used | ||||
| * | • Bundle Commands | Bibiko | 2010-12-09 | 8 | -2/+93 |
| | | | | | | | | | | | | - added shell vars SP_CURRENT_EDITED_COLUMN_NAME, SP_CURRENT_EDITED_TABLE for Input Field scoped commands if invoked from a table cell field editor - added shell var SP_TABLE_DATA_SOURCE (content or query) - fixed table row change trigger for custom query tableView | ||||
| * | • added Save Page As and View Source to HTML output window's context menu | Bibiko | 2010-12-08 | 2 | -2/+82 |
| | | |||||
| * | • Bundle Editor: removed unnecessary tooltip; replace menu item title ↵ | Bibiko | 2010-12-08 | 2 | -10/+19 |
| | | | | | | | | | | | | 'Save' by 'Export' • improved check whether a doc window has a connection or not for running a Bundle command | ||||
* | | Tidy up. | stuconnolly | 2010-12-11 | 4 | -50/+63 |
| | | |||||
* | | Hide the import and export connection favorite menu items until they are ↵ | stuconnolly | 2010-12-08 | 1 | -2/+8 |
| | | | | | | | | actually implemented. | ||||
* | | Update a connection favorite's name accordingly if it's type is changed. | stuconnolly | 2010-12-08 | 2 | -61/+58 |
| | | |||||
* | | Enable the 'add to favorites' button when the user manually changes a ↵ | stuconnolly | 2010-12-08 | 1 | -1/+4 |
| | | | | | | | | connection's type. | ||||
* | | When changing the type of an already existing favorite, don't hide ↵ | stuconnolly | 2010-12-08 | 1 | -2/+4 |
| | | | | | | | | connection details form view. | ||||
* | | Bring outline view branch up to date with trunk (r2976:2988). | stuconnolly | 2010-12-08 | 20 | -351/+766 |
|\| | |||||
| * | • Bundle commands | Bibiko | 2010-12-08 | 1 | -4/+14 |
| | | | | | | | | - improvemed error handling esp. if no front most connection window can be found or it's not connected | ||||
| * | • Bundel Editor | Bibiko | 2010-12-08 | 2 | -23/+27 |
| | | | | | | | | | | - improved undo behaviour - fix issue for non-US keyboard layouts | ||||
| * | • Bundle Editor: fix and improvements for wrapping selection into matching ↵ | Bibiko | 2010-12-08 | 1 | -0/+10 |
| | | | | | | | | chars | ||||
| * | • Bundle Editor | Bibiko | 2010-12-08 | 4 | -2/+117 |
| | | | | | | | | | | - added completion support for shell variables via ESC or F5 or ⌘. - added chance to select something and wrap it into corresponding closing char for ( ' " ` { | ||||
| * | • Bundle commands | Bibiko | 2010-12-08 | 7 | -89/+283 |
| | | | | | | | | | | | | | | - reworked invocation via keyboard short-cut to allow to fall back to General scope - added chance to redirect the output action via command exit codes; useful if the normal output is an HTML window but an error occurred, now one can display the error as tooltip for instance - unified file hand-shake file names by one uuid - made usage of more constants and renamed some shell vars | ||||
| * | - Don't specify DEFAULT '' when saving TEXT, BLOB or geometry field types; ↵ | rowanbeentje | 2010-12-08 | 1 | -2/+3 |
| | | | | | | | | this avoids errors in strict mode | ||||
| * | - Fix a race condition in conditions where the network has dropped, ↵ | rowanbeentje | 2010-12-07 | 2 | -0/+21 |
| | | | | | | | | preventing possible MySQL library crashes | ||||
| * | • added SP_APP_RESOURCES_DIRECTORY as shell variable | Bibiko | 2010-12-07 | 1 | -0/+1 |
| | | |||||
| * | • fixed issue for starting General scope commands via keyboard short-cut | Bibiko | 2010-12-07 | 1 | -2/+2 |
| | | |||||
| * | • re-init the Bundle tree after not saving (close) the Bundle Editor ↵ | Bibiko | 2010-12-07 | 3 | -63/+24 |
| | | | | | | | | window in order to remove all not stored data | ||||
| * | • aborting editing of the bundle name outlineView cell before removing the ↵ | Bibiko | 2010-12-07 | 1 | -0/+3 |
| | | | | | | | | selected bundle in order to avoid a crash | ||||
| * | • Bundle command support | Bibiko | 2010-12-07 | 10 | -170/+263 |
| | | | | | | | | | | - fixed issue for commands without assigning a key equivalent - output table meta data about type, type grouping, length, auto_inc, PRI key etc. for Data Table scope commands and sequelpro url scheme command ExecuteQuery | ||||
| * | - Fix behaviour of manually-triggered autocomplete following recent changes | rowanbeentje | 2010-12-07 | 1 | -16/+18 |
| | | |||||
* | | Bring outlineview branch up to date with trunk (r2967:2974). | stuconnolly | 2010-12-06 | 11 | -176/+274 |
|\| | |||||
| * | • simplified bundleCommandDispatcher and order out a sorted list of ↵ | Bibiko | 2010-12-06 | 1 | -49/+34 |
| | | | | | | | | commands with the same key equivalent | ||||
| * | • finished implementation of SPChooseMenuItemDialog | Bibiko | 2010-12-06 | 9 | -175/+272 |
| | | | | | | | | | | • simplified bundle command handling and handling for bundle commands which have the same key equivalent to be able to group similar bundle commands • minor code improvements | ||||
| * | - Add the ability to stop animation of the task indicator, and use it to ↵ | rowanbeentje | 2010-12-05 | 3 | -0/+16 |
| | | | | | | | | pause the task indicator animation when custom queries are paused and waiting for user interaction after an error | ||||
* | | Fix crash when deleting a group node. | stuconnolly | 2010-12-06 | 2 | -28/+32 |
| | | |||||
* | | When either more than one favorite or a favorite group is selected in the ↵ | stuconnolly | 2010-12-06 | 3 | -6/+30 |
| | | | | | | | | connection view, hide the connection details form. | ||||
* | | Comments. | stuconnolly | 2010-12-06 | 3 | -6/+3 |
| | | |||||
* | | Add description methods to tree node classes to aid debugging. | stuconnolly | 2010-12-05 | 3 | -11/+24 |
| | | |||||
* | | Bring outlineview branch up to date with trunk (r2961:2966). | stuconnolly | 2010-12-05 | 3 | -15/+29 |
|\| | |||||
| * | Group bundle classes. | stuconnolly | 2010-12-05 | 1 | -4/+12 |
| | | |||||
| * | Remove old SPF alias branch. | stuconnolly | 2010-12-05 | 1 | -0/+1 |
| | | |||||
* | | Only access Keychain items when necessary. | stuconnolly | 2010-12-05 | 1 | -10/+14 |
| | | |||||
* | | Improve menu item validation with regard to making the selected favorite the ↵ | stuconnolly | 2010-12-05 | 1 | -1/+8 |
| | | | | | | | | default. | ||||
* | | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 34 | -8716/+3332 |
| | |