aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Add my name in CreditsXu Jie2014-12-011-1/+2
|
* Add pref to disable backticks in completionsAbhi Beckert2014-09-061-0/+2
| | | | | | | Add a checkbox to the Editor preferences to disable placing backticks around attributes when completing in the custom query pane. Resolves #764
* Resolve #1938: In the query console display the database the query was ↵Stuart Connolly2014-08-281-0/+2
| | | | executed in.
* Add a .gitattributes file containing config and instruction on how to easily ↵rowanbeentje2014-05-031-0/+0
| | | | diff UTF16 .strings files (the actual .gitconfig itself can't be included in a repo), and update localizable strings file
* Set the revision long hash in the Info.plist so we can send it to our crash ↵Stuart Connolly2014-01-201-0/+2
| | | | report system.
* Update copyright year.Stuart Connolly2014-01-191-2/+3
|
* Display the short revision hash of the build alongside the revision number ↵Stuart Connolly2014-01-191-0/+2
| | | | in the about dialog.
* Add an option to display binary data as hex, while displaying it in blue to ↵Stuart Connolly2014-01-141-0/+2
| | | | distinguish from string data of similar content.
* Fix file permissions.Stuart Connolly2014-01-121-0/+0
|
* * This change adds basic tab coloring support for favorites - ** POC / NEEDS ↵dmoagx2013-10-231-0/+10
| | | | | | | | | REVIEW ** Known issues: * There might be additional colors be shown when dragging tabs between windows * The color set might need fine tuning * Coloring of items in the favorite outline view is not yet handled
* - Alter the MySQL library build script to explicitly use the system zlib. ↵rowanbeentje2013-09-081-0/+0
| | | | | | | | This is documented as being the default, but setting this has resulted in a smaller binary and lower CPU usage with compressed MySQL connection transport. - Rebuild the libraries with the new setting - Update localisable strings
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-0/+0
|
* - Fix hangs when adding columns to large tables after the table has beeen ↵rowanbeentje2013-05-091-0/+0
| | | | viewed already, addressing Issue #1710
* * Include Spanish translators in Creditsdmoagx2013-05-061-23/+39
|
* - Update version number to 1.0.2rowanbeentje2013-04-282-2/+2
|
* * Changed a query (addressing issue #1687)dmoagx2013-04-241-0/+0
| | | | * Make some strings localizable
* - Fix query status and error message title to not always suggest an error ↵rowanbeentje2013-04-012-0/+0
| | | | has occurred, addressing Issue #1670
* - Alter the SPComboPopupButton to ignore clicks started in the left-hand ↵rowanbeentje2013-04-011-0/+0
| | | | | | | part of the button but ended in the right-hand part of the button - Change the button to use "Run All" instead of "Run All Queries" to avoid localisation issues
* Combine the "Run All" and "Run Current/Previous/Selection" buttons into a ↵rowanbeentje2013-03-314-0/+2
| | | | | | | | | | | | 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
* * When adding a database the servers default charset is now showndmoagx2013-03-111-0/+0
|
* - Change the string '=' and '!=' to be case- and collation-insensitive by ↵rowanbeentje2013-03-111-2/+2
| | | | default, using the Shift key (as documented in the tooltip) to trigger a BINARY exact match. This addresses Issue #1578
* - Set Sequel Pro to always run on Integrated Graphics on machines with both ↵rowanbeentje2013-03-101-0/+2
| | | | integrated and discrete, improving power consumption if nothing else is triggering the discrete GPU. This addresses Issue #1609.
* - Fix release builds after r4041rowanbeentje2013-03-101-0/+0
| | | | | - Update localizable strings
* - Default to disabling SSH multiplexing to avoid connection issues as per ↵rowanbeentje2013-02-201-0/+2
| | | | Issue #1457; leave multiplexing code present, but behind a preference. Run `defaults write com.sequelpro.SequelPro -boolean YES` to re-enable.
* - Merge in changes from 1.0.x release branch to trunkrowanbeentje2013-02-132-2/+2
|\
| * - Fix a bounds check causing the preferences upgrade routine to fail in ↵rowanbeentje2013-01-292-2/+2
| | | | | | | | | | | | | | edge cases, addressing Issue #1547 - Bump the version number to 1.0.1
* | - Fix connection view favourites outline view layout issues on 10.7+ ↵rowanbeentje2013-01-251-0/+0
| | | | | | | | following the move to the 10.6 SDK
* | Build config update:stuconnolly2013-01-241-4/+2
|/ | | | | | | | | - Update base SDK to 10.6 - Update minimum OS version to 10.6 - Update all XIB to have a 10.6 target - Drop support for PPC - Apply all of the above to frameworks SPMySQLFramework and QueryKit
* - Enable translation of the Show/Hide Toolbar menu item by taking over ↵rowanbeentje2013-01-081-0/+0
| | | | title changes ourselves, fixing the last part of Issue #1521
* Ditch the extra zero from the version number.stuconnolly2013-01-042-2/+2
|
* - Fix header search paths to fix clean release/Distribution builds with no ↵rowanbeentje2012-12-302-0/+0
| | | | | | | previous debug builds - Update localizable strings
* Make some improvements to the Table Content Filter, particularly for text ↵rowanbeentje2012-12-231-373/+389
| | | | | | | | | fields: - Rename all "IS" entries to "=", to make the intended purpose clearer, and switch the underlying command to use "= BINARY" instead of "LIKE", producing an exact match instead of replicating LIKE functionality. Move LIKE p to just below the = options. This addresses Issue #1441. - Add entries for "matches RegExp" and "does not match RegExp", implementing Issue #1508. - When adding custom filters, add them by default to the Global group if the favourite isn't an on-disk document, addressing filter loss between sessions; this addresses Issue #1381
* - Increment version number to 1.0.0 and extend copyright year to 2013 in ↵rowanbeentje2012-12-223-8/+7
| | | | preparation for upcoming release
* - Remove outdated language resources from the projectrowanbeentje2012-12-2163-346/+0
| | | | | - Add a copy phase to the distribution build process to copy in languages downloaded from dev.sequelpro.com/languages before signing
* - Convert all old .tiff resource images to .png formatrowanbeentje2012-12-21141-0/+0
| | | | | | | - Recompress all pngs losslessly to reduce disk use slightly - Remove old unused images - Switch some code over to imageNamed: to allow easier Retina additions in future
* - Add retina versions of the cell link arrowsrowanbeentje2012-12-204-0/+0
|
* Replace 1x .tiff graphics with 1x and 2x png Retina graphics.mattlangtree2012-12-1213-0/+0
|
* - Add final versions of the new icon designed by Kenichi Yoshida (with many ↵rowanbeentje2012-12-1212-30/+54
| | | | | | | | | thanks to Panic, Inc), recompressed for smaller file size and 10.5 compatibility - Add document icons to match - Amend the Info.plist to fix Sequel Pro being able to edit old .spf files etc - Add .mysql file support (Issue #1366)
* Remove old tiff format icons. Missed these in the last commit.mattlangtree2012-12-107-0/+0
|
* Add a bunch of new retina icon versions. Including a new Query icon for both ↵mattlangtree2012-12-1014-0/+0
| | | | 1x and 2x displays.
* * Added Swedish translator to creditsdmoagx2012-12-031-23/+29
|
* - Swap around the Custom Query "Run All" and "Run ↵rowanbeentje2012-12-013-0/+0
| | | | | | | | Current/Previous/Selection" shortcuts and positions (Issue #1094) - Tweak the designated requirement to correctly sign the tunnel assistant (Issue #1503) - Add support for important release notes in the version upgrade routines to highlight important issues, and add notes for the button swap and signing change to alert users
* * Please note this revision will re-prompt for access to all KeyChain ↵rowanbeentje2012-11-185-179/+181
| | | | | | | | | | 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
* Add new PNG images for retina/non-retina button refresh. mattlangtree2012-10-252-0/+0
| | | | (not added to Xcode project yet)
* Add HiDPI/@2x versions of Browse and Table Info tab icons.mattlangtree2012-10-164-0/+0
| | | | Update README to give hint about compiling with 10.5 and 10.6 SDK.
* - Alter favourite sorting in the connection interface: name sorts are now ↵rowanbeentje2012-10-101-0/+0
| | | | | | | case-insensitive for a more Mac-like feel, groups are sorted alphabetically among favourite nodes when name sorting is being used, and above (or below when reversed) other favourites in type/host mode - Update localisable strings and fix a warning
* Change the connection screen interface, particularly relating to favourite ↵rowanbeentje2012-10-068-0/+0
| | | | | | | | | | | | | | editing on the connection screen (Issue #1339, Issue #1440): - No longer save changes made to connection favourites as soon as the interface is updated - Alter the interfaace if favourites are editing, offering to save the changes either to the old connection favourite or to a new favourite - Add a "Test connection" button to verify changes before saving - Add a "Quick Connect" entry to the top of the connection view's favourites list so a blank form is always available - Use a custom highlight when editing favourites to show the favourite has changed but is still linked - Reduce the margin on the left-hand side of the connection favourites list to increase the available space - Alter favourite name generation, making it less aggressive when generating names from partial details (eg creating names of just "@") and removing the user - Alter key icon usage to correctly update the button appearance if an SSL or SSH key is selected
* * My bad, included wrong name for Japenese translationdmoagx2012-09-241-1/+1
|
* * Updated credits to include Japanese translatorsdmoagx2012-09-231-35/+53
|
* * Make two strings localizable in Bundle Editordmoagx2012-09-091-0/+0
|