Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring outline view branch up to date with trunk. | stuconnolly | 2012-04-16 | 1 | -92/+130 |
| | |||||
* | Bring outline view branch up to date with trunk (r3471:r3517). | stuconnolly | 2012-03-18 | 1 | -136/+123 |
| | |||||
* | Bring outline view branch up to date with trunk (r3471:r3481). | stuconnolly | 2012-02-19 | 1 | -3/+3 |
| | |||||
* | Split out connection controller initialization. | stuconnolly | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | Bring outlinew view branch up to date with trunk (r3375:3468). | stuconnolly | 2012-01-22 | 1 | -35/+175 |
| | |||||
* | Fix compile error. | stuconnolly | 2011-08-04 | 1 | -3/+0 |
| | |||||
* | Bring outline view up to date with trunk (r3307:r3375). | stuconnolly | 2011-08-03 | 1 | -21/+31 |
| | |||||
* | Fix exceptions being thrown upon launch. | stuconnolly | 2011-05-14 | 1 | -3/+3 |
| | |||||
* | Bring outline view branch up to date with trunk (r3279:r3306). | stuconnolly | 2011-05-14 | 1 | -16/+28 |
| | |||||
* | Fix broken build after merge with trunk. | stuconnolly | 2011-04-24 | 1 | -2/+1 |
| | |||||
* | Bring outline view branch up to date with trunk (r3234:3277). | stuconnolly | 2011-04-22 | 1 | -16/+239 |
| | |||||
* | Bring outline view branch up to date with trunk (r3246:r3264). | stuconnolly | 2011-04-03 | 1 | -6/+7 |
| | |||||
* | Bring outline view branch up to date with trunk (r3235:r3245), which should ↵ | stuconnolly | 2011-03-19 | 1 | -0/+1 |
| | | | | resolve all warnings. | ||||
* | Bring outline view branch up to date with trunk (r3227:r3233). | stuconnolly | 2011-03-08 | 1 | -37/+40 |
| | |||||
* | Bring outline view branch up to date with trunk (r3203:r3224). | stuconnolly | 2011-03-07 | 1 | -7/+12 |
| | |||||
* | Bring outline view branch up to date with trunk (r3179:r3187). | stuconnolly | 2011-02-07 | 1 | -1/+0 |
| | |||||
* | Bring outline view branch up to date with trunk (r3165:r3177). | stuconnolly | 2011-02-01 | 1 | -22/+27 |
| | |||||
* | Bring outline view branch up to date with trunk (r3056:r3162). | stuconnolly | 2011-01-27 | 1 | -134/+74 |
|\ | |||||
| * | • show activity pane for running Bundle process automatically if the ↵ | Bibiko | 2011-01-20 | 1 | -0/+33 |
| | | | | | | | | process runs longer than 1 sec and hide it if no process runs anymore to inform the user better | ||||
| * | • while saving connection/session as spf(s) make "Remember Query Editor ↵ | Bibiko | 2011-01-17 | 1 | -2/+6 |
| | | | | | | | | | | | | content" checked as default - issue 900 | ||||
| * | • added sequelpro URL scheme commands passToDoc/SetText/<text>, ↵ | Bibiko | 2011-01-14 | 1 | -0/+40 |
| | | | | | | | | passToDoc/InsertText/<text> and passToDoc/SetSelectedTextRange/<range> which work on the first responder of the called SPDatabaseDocument regardless of the NSApp first responder for long running scripts | ||||
| * | • changed sequelpro URL command SyntaxHighlighting to be connection ↵ | Bibiko | 2011-01-10 | 1 | -137/+0 |
| | | | | | | | | independent - added example BASH script at http://www.sequelpro.com/docs/URL_scheme_sequelpro://_Usage#Use_Sequel_Pro_to_do_a_syntax_highlighting_of_a_given_SQL_query_HTML_formatted | ||||
* | | Bring fravorites outline view branch up to date with trunk (r3036:3058). | stuconnolly | 2010-12-28 | 1 | -14/+4 |
|\| | |||||
| * | Address Issue #857: | rowanbeentje | 2010-12-20 | 1 | -13/+2 |
| | | | | | | | | | | | | | | | | - Replace master connection and database view split views with full BWSplitViews so controls appear in Interface Builder; use those settings to apply which panes resize, and any max/min constraints - Remove split view delegate code which is no longer necessary after these changes - Fix a bug marking the master database view split view thumb as applying to all DatabaseDocument splits views, fixing cursor issues - Update Connection Controller/BWToolkit split view delegate setup to fix resizing issues | ||||
| * | * Recognize "performance_schema" as system DB (added in 5.5) | dmoagx | 2010-12-18 | 1 | -1/+2 |
| | | |||||
* | | Bring outline view branch up to date with trunk (r3030:3035). | stuconnolly | 2010-12-17 | 1 | -26/+338 |
|\| | |||||
| * | • minor improvements, commenting, cleaning for URL scheme commands | Bibiko | 2010-12-17 | 1 | -1/+16 |
| | | |||||
| * | • improved timing behaviour for a SPDatabaseDocument if it receives a ↵ | Bibiko | 2010-12-17 | 1 | -5/+18 |
| | | | | | | | | sequence of URL scheme commands | ||||
| * | • allow to some sequelpro URL scheme commands like select a table/db the ↵ | Bibiko | 2010-12-17 | 1 | -42/+50 |
| | | | | | | | | usage without a specific SP_PROCESS_ID | ||||
| * | • sequelpro URL scheme support | Bibiko | 2010-12-15 | 1 | -5/+281 |
| | | | | | | | | | | - added command "SyntaxHighlighting/format" which returns the syntax highlighted string due to the format settings (up to now html and htmlcss) - added command "CreateSyntaxForTables/item1/item2/…/{format}" which returns all CREATE SYNTAX statements of the passed items and if passed syntax highlighted due to format (optional) | ||||
* | | Bring outline view branch up to date with trunk (r3018:3028). | stuconnolly | 2010-12-14 | 1 | -3/+35 |
|\| | |||||
| * | • URL scheme commands: | Bibiko | 2010-12-14 | 1 | -3/+35 |
| | | | | | | | | - display some error tooltips and improved the cancellation via ⌘. of the sequelpro://SP_PROCESS_ID@passToDoc/ExecuteQuery command | ||||
* | | Bring outline view branch up to date with trunk (r3011:3016). | stuconnolly | 2010-12-13 | 1 | -0/+3 |
|\| | |||||
| * | • HTML output window | Bibiko | 2010-12-13 | 1 | -0/+3 |
| | | | | | | | | | | - a BASH script called via window.system.run() inherits the current shell vars and the associated SP_PROCESS_ID if set to make it easier to run sequelpro URL scheme commands from JavaScript via BASH - improved error handling | ||||
* | | Bring outline view branch up to date with trunk (r3007:3010). | stuconnolly | 2010-12-12 | 1 | -15/+19 |
|\| | |||||
| * | • made usage of more constants to avoid double-storing strings | Bibiko | 2010-12-12 | 1 | -13/+13 |
| | | | | | | | | • fixed JavaScript alert and confirm window in HTML output window | ||||
| * | - 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 | 1 | -3/+2 |
|\| | |||||
| * | • 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 Commands | Bibiko | 2010-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | - 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 | ||||
* | | Bring outline view branch up to date with trunk (r2976:2988). | stuconnolly | 2010-12-08 | 1 | -0/+22 |
|\| | |||||
| * | • Bundle command support | Bibiko | 2010-12-07 | 1 | -0/+22 |
| | | | | | | | | | | - 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 | ||||
* | | Bring outlineview branch up to date with trunk (r2967:2974). | stuconnolly | 2010-12-06 | 1 | -0/+15 |
|\| | |||||
| * | • finished implementation of SPChooseMenuItemDialog | Bibiko | 2010-12-06 | 1 | -0/+2 |
| | | | | | | | | | | • 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 | 1 | -0/+13 |
| | | | | | | | | pause the task indicator animation when custom queries are paused and waiting for user interaction after an error | ||||
* | | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 1 | -4/+4 |
|/ | |||||
* | • Bundle Commands | Bibiko | 2010-12-01 | 1 | -9/+27 |
| | | | | | - make sure that each HTML output window will be released - if a triggered command will outputs its result in an HTML window invoke it only if the HTML output window is already open; this enables the user to "switch on/off" such a trigger | ||||
* | • Bundle Editor / Bundle commands | Bibiko | 2010-12-01 | 1 | -16/+20 |
| | | | | | | | - enabled trigger support to run a command if db, table, or table row was changed - HTML output window will be ordered out without making it the key window to remain the first responder • SPTableTExtFieldCell - forgotten to remove expansionFrameWithFrame: method | ||||
* | • progress on trigger support for Bundle commands | Bibiko | 2010-12-01 | 1 | -0/+17 |
| | |||||
* | • added chance to cancel an activity - up to now a running Bundle command ↵ | Bibiko | 2010-12-01 | 1 | -10/+10 |
| | | | | | | - from the Activities pane (toggable via double-clicking at Table Information header); it's still tentative and the correct cancel icon will follow asap • added notification system for updating the activities pane (SPActivitiesUpdateNotification) |