aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Localize favorites import error message and update strings.stuconnolly2012-01-292-0/+0
|
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-2211-17/+97
|
* Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-146-1/+3
|
* Bring outline view branch up to date with trunk (r3246:r3264).stuconnolly2011-04-031-0/+0
|
* Remove unused image.stuconnolly2011-03-201-0/+0
|
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-074-0/+0
|
* Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-279-2/+41
|\
| * • updated Credits.rtf re ShortcutRecorderBibiko2011-01-241-0/+11
| |
| * - Change shortcut for "Duplicate Connection Tab" to alt-T for increased ↵rowanbeentje2011-01-232-0/+0
| | | | | | | | | | | | | | | | discoverability - this improves on Issue #943 - Add alternate keybindings for tab switching - support command-shift-[ and -], and command-alt-left and right arrows to match behaviour of other applications - Update localisable strings
| * • updated syntax highlighting and completion suggestions due to 5.5 additionsBibiko2011-01-211-0/+26
| | | | | | | | • improved "Format SQL" connection detection
| * • implemented user-definable Soft IndentionBibiko2011-01-211-0/+4
| | | | | | | | | | - instead of using \t as indention string the user can choose how many spaces should be used instead - addresses issue 956
| * - When saving user changes to the database, catch errors and display them ↵rowanbeentje2011-01-203-0/+0
| | | | | | | | | | | | | | | | in a single sheet for review. This fixes a number of isGroupRow crashes on any error. - Track a host row's original host to allow host edits - Update localisable strings
| * - Rework the Add Index indexes menu and the auto_increment index required ↵rowanbeentje2011-01-043-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+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
* | Bring fravorites outline view branch up to date with trunk (r3036:3058).stuconnolly2010-12-283-0/+4
|\|
| * * Provide more context for Bundle Editor localizable messages (leaves one ↵dmoagx2010-12-262-0/+0
| | | | | | | | issue with genstrings, might need to set "-q")
| * - Fix issues with user management and GRANT OPTION - when applying all ↵rowanbeentje2010-12-222-0/+0
| | | | | | | | | | | | | | privileges (or removing all privileges) at once, the server treated the list of all options as 'GRANT ALL', instead of GRANT ALL WITH GRANT OPTION. - Update localisable strings files
| * • preparations for managing default Bundles which will ship with SPBibiko2010-12-201-0/+4
| | | | | | | | • improved Bundle Editor to store only modified Bundles
* | Bring outline view branch up to date with trunk (r3011:3016).stuconnolly2010-12-131-0/+2
|\|
| * • HTML output windowBibiko2010-12-131-0/+2
| | | | | | | | | | - enabled WebInspector in context menu for debugging - alert the user about JavaScript parsing errors and exceptions with some debug info
* | Bring outline view branch up to date with trunk (r3007:3010).stuconnolly2010-12-122-0/+0
|\|
| * * Fix a minor typo (reported by Sérgio Miranda) and update .stringsdmoagx2010-12-122-0/+0
| |
* | Apply new favorites outline view patch.stuconnolly2010-12-052-0/+0
|/
* Apply a tweaked version of a patch by Aaron Linville ↵rowanbeentje2010-12-052-3/+5
| | | | | | | | | | (http://www.linville.org/) to handle table linking in .dot exports on case-insensitive servers: - Adds a new checkbox on the .dot export interface controlling the case sensitivty of link handling - Improve .dot export to use lowercase link references when the option is enabled, fixing .dot exports of table relations of table names with uppercase characters on case-insensitive servers - Check the server's case-sensitivity setting and use that to control the checkbox when using the export interface to select .dot export This addresses Issue #920.
* - Show and hide the custom query info area based on whether custom query ↵rowanbeentje2010-12-044-0/+0
| | | | | | | | | | errors occurred, starting off hidden - Add "errors"/"no errors" prefix to the custom query status area - Add an import cancelled line to the import error list when stopping imports after errors - Fix custom query error highlighting by scrolling to the error - Update localisable strings
* • added cancel operation images and set them to SPActivityTextFieldBibiko2010-12-026-0/+0
|
* - Change the CSV import accessory view to a general import accessory view, ↵rowanbeentje2010-11-292-0/+0
| | | | | | | | | 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
* - Fix issues right-clicking in the empty table area ( http://spbug.com/l/1726 )rowanbeentje2010-11-272-0/+0
| | | | | | | - Improve 10.5 compatibility when clearing menus ( http://spbug.com/l/1508 , http://spbug.com/l/1829 , http://spbug.com/l/1818 ) - Fix a possible crash when updating database lists - Update localisable strings
* - Abstract SPDatabaseDocument's Connection/.spf saving/loading ↵rowanbeentje2010-11-234-0/+0
| | | | | | | | | | functionality into state setting and getting functions, and refactor old commands to use them - Fix restoring of content sort column order and selected indexes - Add menu items for duplicating current tab (as an alternate), opening selected table in a new tab, or opening selected database in a new tab - Clean up file menu by making Connection/Session "Save as..." menu items alternates - Update localisable strings
* - Add the NewBSD-licensed ShortcutRecorder.framework to the project, for ↵rowanbeentje2010-11-164-0/+0
| | | | | | | initial use in the bundle editor (not implemented yet). Includes the .ibplugin within the framework. - Update localisable strings
* • Quicklook supportBibiko2010-11-1511-16/+32
| | | | | | | | | - used embedded icon image via cid and mime type image/tiff - sql view now wraps long lines - improved general stability - QL now runs on main thread note: there're still some issues for which QL crashed mostly due NSAutoReleasePool releases - more investigations are needed; most of this issues are releted to long lines, icon caching, releasing ...
* - Switch to explicit memory management of strings in the QuickLook plugin ↵rowanbeentje2010-11-152-2/+2
| | | | | | | when viewing SQL files - this fixes certain crashers, addressing Issue 896. - Tweak a misspelling in the templates
* Make sure the root favorite has a name key and value. Also, update string files.stuconnolly2010-11-111-0/+0
|
* • improved Bundle support; now it the passed input string will be saved as ↵Bibiko2010-11-102-2/+12
| | | | | | | temp file SP_BUNDLE_INPUT_FILE since stdin and shell vars are difficult to handle for a large amount of data • fixed AppleScript class definition since it was renamed • added support for the URL scheme 'sequel' to allow to interact with Sequel Pro eg via bash: open 'sequelpro://executequery=select%205' [not yet implemented ;)]
* Fix build errors.stuconnolly2010-11-091-0/+0
|
* • added spBundle file extensionBibiko2010-11-091-0/+49
|
* Rearchitect preferences, including:stuconnolly2010-11-032-0/+0
| | | | | | | | | - Split each preference pane into their own controller (subclass of SPPreferencePane, which is a subclass of NSViewController). - Each preference pane controller conforms to the protocol SPPreferencePaneProtocol to allow the main preference controller to build the toolbar. - Move the preferences upgrade function to it's own file. - Add SPFontPreviewTextField which is based on Colloquy's JVFontPreviewField to allow previewing of the selected font in the tables and editor preference panes. - Update localisable strings files.
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ↵rowanbeentje2010-11-034-0/+0
| | | | | | | | | | | central functionality out of SPTablesList: - Centralise control over table loading, moving it away from SPTablesList and into SPDatabaseDocument and the new SPDatabaseViewController category - Centralise control over the main tab view, moving control away from SPTablesList and into SPDatabaseDocument and the new SPDatabaseViewController category - Simplify and clean up view loading logic - Improve thread safety - Update localisable strings
* Split out all of SPTableStructure's delegate and datasource methods into ↵stuconnolly2010-10-261-0/+0
| | | | their own category.
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-242-0/+0
| | | | | | | | - Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it. - Fix some spacing issues on the export dialog. - Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes. - Update strings files.
* Update credits.stuconnolly2010-10-211-6/+17
|
* Update credits.stuconnolly2010-10-201-2/+1
|
* Add a 'Edit Trigger' menu item to the trigger's table view context menu.stuconnolly2010-10-191-0/+0
|
* Because the process of editing a trigger involves droping and then ↵stuconnolly2010-10-191-0/+0
| | | | re-creating it, if an error occurs when attempting to re-create it remember to then re-create the original one. Fixes issue #795.
* Localize the header included in SQL and XML exports.stuconnolly2010-10-191-0/+0
|
* Remove use of multiple comments for localized strings.stuconnolly2010-10-191-0/+0
|
* Update strings files.stuconnolly2010-10-191-0/+0
|
* Add CFBundleShortVersionString property to MCPKit Info.plist.stuconnolly2010-10-161-0/+2
|
* Rename HTML print templates.stuconnolly2010-10-163-6/+6
|
* • implemented filter content type 'spatial' with general spatial operators ↵Bibiko2010-10-151-0/+89
| | | | for usage as filter of spatial fields