aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
Commit message (Collapse)AuthorAgeFilesLines
* Combine the "Run All" and "Run Current/Previous/Selection" buttons into a ↵rowanbeentje2013-03-311-0/+1
| | | | | | | | | | | | single button with dropdown menu with ability to change the default action: - Create a new SPComboPopupButton class; this subclasses NSPopupButton to retain the ability to show the popup menu, but only when the right-hand side of the button is pressed, allowing the rest of the button to perform the click action - Combine the previous two "Run" buttons on the Custom Query view into a new SPComboPopupButton - Move the Run menu items from the gear menu into the Run button popup menu so they can be discovered more easily (and the shortcuts seen more easily) - Add a menu item to switch the button's default action, which also swaps all associated shortcuts - Clean up associated logic This implements Issue #1569
* - Default to disabling SSH multiplexing to avoid connection issues as per ↵rowanbeentje2013-02-201-0/+1
| | | | Issue #1457; leave multiplexing code present, but behind a preference. Run `defaults write com.sequelpro.SequelPro -boolean YES` to re-enable.
* - Fix a problem where the row count for InnoDB would not be displayed as an ↵rowanbeentje2013-01-211-0/+1
| | | | | | | | accurate value, whatever the Preferences setting, if the Content table was not selected - Clean up code slightly - Remove an unneccessary query being used for the table information view, speeding up display slightly
* Fix broken documentation links.stuconnolly2013-01-201-2/+2
|
* - Call the NSWindow super implementation of validateMenuItem: in SPWindow, ↵rowanbeentje2013-01-051-0/+1
| | | | | | | | fixing Show Toolbar/Hide Toolbar menu item title not being updated correctly - addresses Issue #1521 - When the toolbar is hidden, draw a line in the window to cover up the bottom border of the window's title bar, improving appearance - Improve tab appearance when toolbar is hidden
* * Please note this revision will re-prompt for access to all KeyChain ↵rowanbeentje2012-11-181-1/+2
| | | | | | | | | | passwords * - Change the bundle identifier from com.google.code.sequel-pro to com.sequelpro.SequelPro - Change the code signing process to use a new identity and requirement, to add Developer ID support on 10.7+ but to also maintain functionality on 10.5+ - Add a preference migration routine to copy the old application defaults to the new bundle identifier's defaults - Re-order the default keys to alphabetical to more easily locate values
* - In the SPMySQL.framework, separate framework-triggered connections and ↵rowanbeentje2012-10-141-0/+1
| | | | | | | | | disconnections from external actions, and use that separation to perform safer disconnects - When closing a database document, add a new notification, and use that to resolve retain cycles affecting connection processes - Improve connection controller disconnection when the document is closed, fixing crashes, by building on those two features (addresses Issue #1396) - Use some of the new functionality to improve SSH and MySQL connection cancellation, making both cancelable in the interface and making both respond much more quickly
* Move table content filter logic to it's own file.stuconnolly2012-08-151-0/+3
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* Tidy up an use enums.stuconnolly2012-06-271-0/+6
|
* - Fix issues where removing favorites could cause crashes in other ↵rowanbeentje2012-05-281-0/+1
| | | | | | | | tabs/windows where the favorite was selected (Issue #1351) - Keep multiple windows and tabs in sync when editing favorites - Fix a new KVO observation not being removed on object teardown
* Add support for saving the state of the connection favorites outline view.stuconnolly2012-05-031-0/+1
|
* Bring outline view branch up to date with trunk.stuconnolly2012-04-161-0/+2
|
* Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-1/+6
|
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-4/+4
|
* Add the ability to export favorites.stuconnolly2011-06-121-0/+3
|
* Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-141-0/+6
|
* Fix broken build after merge with trunk.stuconnolly2011-04-241-0/+3
|
* Remove references to deleted image.stuconnolly2011-03-261-0/+1
|
* Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-271-1/+13
|\
| * • implemented user-definable Soft IndentionBibiko2011-01-211-0/+2
| | | | | | | | | | - instead of using \t as indention string the user can choose how many spaces should be used instead - addresses issue 956
| * • fixed issue to highlight the correct current query after undoing, i.e. ↵Bibiko2011-01-141-0/+1
| | | | | | | | | | | | | | do not using the cache • added SP_SELECTED_TEXT_RANGE shell variable for Bundle support of scope Input Text • added 'insertText', 'setText', 'setSelectedTextRange' JavaScript functions to window.system bridge
| * - Rework the Add Index indexes menu and the auto_increment index required ↵rowanbeentje2011-01-041-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | menu to use tag-based values when generating queries, allowing localisation of menu contents without using those localised values in queries. This addresses I$ - Remove the ability to specify a FULLTEXT auto_increment index, as I believe this isn't possible. - Prevent sheet reuse from specifying invalid storage types for PRIMARY KEYs - Fix exceptions when adding indexes to a table where every field is already indexed - Fix initialField/indexedFieldNames check to improve on r3061 - Fix toggling advanced index view after closing the sheet with the view open - Update localisable strings
| * • changed the way to check for available update of Default BundlesBibiko2011-01-031-1/+0
| | | | | | | | - perform a check only if the revision number is greater as the last recorded one, in other words if an updated version of Sequel Pro was installed and runs for the very first time
* | Revert r3060.stuconnolly2011-01-031-1/+0
| |
* | Add spFavs extension constants.stuconnolly2011-01-021-0/+1
| |
* | Bring fravorites outline view branch up to date with trunk (r3036:3058).stuconnolly2010-12-281-3/+8
|\|
| * * Provide more context for Bundle Editor localizable messages (leaves one ↵dmoagx2010-12-261-0/+1
| | | | | | | | issue with genstrings, might need to set "-q")
| * • implemented undeletion of default BundlesBibiko2010-12-221-0/+2
| | | | | | | | • made usage of constants
| * • fixed issue form redirecting output actions via exit codes if Bundle's ↵Bibiko2010-12-211-3/+3
| | | | | | | | | | | | default output action was None • renamed constants to avoid confusing
| * • preparations for managing default Bundles which will ship with SPBibiko2010-12-201-0/+2
| | | | | | | | • improved Bundle Editor to store only modified Bundles
* | Remove old favorites constant.stuconnolly2010-12-191-3/+0
| |
* | Bring outline view branch up to date with trunk (r3007:3010).stuconnolly2010-12-121-1/+30
|\|
| * • made usage of more constants to avoid double-storing stringsBibiko2010-12-121-1/+25
| | | | | | | | • fixed JavaScript alert and confirm window in HTML output window
| * • HTML output window's JavaScript supportBibiko2010-12-121-0/+5
| | | | | | | | | | | | - 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
* | Bring outlineview branch up to date with trunk (r2989:3005).stuconnolly2010-12-111-0/+5
|\|
| * • Bundle CommandsBibiko2010-12-091-0/+5
| | | | | | | | | | | | - 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).stuconnolly2010-12-081-0/+24
|\|
| * • Bundle commandsBibiko2010-12-081-0/+23
| | | | | | | | | | | | | | - 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
| * • Bundle command supportBibiko2010-12-071-0/+1
| | | | | | | | | | - 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
* | Apply new favorites outline view patch.stuconnolly2010-12-051-5/+1
|/
* • Bundle CommandBibiko2010-12-021-0/+6
| | | | - for Data Table scope added the chance to specify the handling of BLOB fields (if underlying data are kind of NSData or GEOMETRY) as 'Exclude', 'Include', 'save as image file - the data will be saved as tif file and the path will appear in the table', 'save as file - the data will be saved as raw dat file and the path will appear in the table'; for GEOMETRY fields if set to 'save as {image} file' the representation will be saved as PDF file otherwise the WKT string appears
* • added chance to cancel an activity - up to now a running Bundle command ↵Bibiko2010-12-011-0/+1
| | | | | | - 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)
* • Bundle EditorBibiko2010-11-291-0/+5
| | | | | - fixed an init font setting problem (thanks to Rowan) - further work on triggers
* - Change the CSV import accessory view to a general import accessory view, ↵rowanbeentje2010-11-291-0/+7
| | | | | | | | | based on a tab view - When importing SQL, use the accessory view to ask how to handle errors: Ask (the new default), which prompts the user on each error whether to continue, stop, or ignore all errors; and ignoring all errors, which matches the old behaviour. This addresses Issue #901. - When showing the reconnection dialog ensure the window isn't minimised - Update localisable strings
* • added method 'rot13' to NSStringBibiko2010-11-251-0/+4
| | | | | | | | • Bundle Editor - fixed several GUI issues - added the chance to add meta data to each bundle - each added/duplicated bundle will get an unique UUID in order to be able to identify a Bundle for future purposes like an update detection for installed bundles - changed init process
* • Bundle EditorBibiko2010-11-221-0/+1
| | | | | | | | | | - added output action "Show as HTML" • Bundle HTML output - finished implementation - added print support (eg for printing reports) - added text size resizing - added link support - added new window support
* • further work on Bundle EditorBibiko2010-11-181-0/+1
| | | | • generalised [NSString runBashCommand...]
* • Bundle EditorBibiko2010-11-181-0/+1
| | | | - input, input fallback, output implemented plus validation
* • Bundle supportBibiko2010-11-161-0/+7
| | | | | - further minor improvements - make usage of more constants