Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update analyzer mode. | Stuart Connolly | 2014-01-19 | 1 | -0/+3 |
| | |||||
* | Fix make files and running tests. | Stuart Connolly | 2014-01-19 | 1 | -13/+3 |
| | |||||
* | Remove GC user build setting. | Stuart Connolly | 2014-01-18 | 1 | -3/+0 |
| | |||||
* | Add OBJC_DISABLE_GC build setting. | Stuart Connolly | 2014-01-18 | 1 | -16/+3 |
| | |||||
* | Fix incorrect framework path. | Stuart Connolly | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | Ensure 10.8 and 10.9 compatibility. | Stuart Connolly | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | Missing from previous commit. | Stuart Connolly | 2014-01-17 | 1 | -6/+12 |
| | |||||
* | Fix building on 10.7 | Stuart Connolly | 2014-01-17 | 1 | -34/+15 |
| | |||||
* | Attempt to fix 10.7 CI build. | Stuart Connolly | 2014-01-17 | 1 | -4/+3 |
| | |||||
* | I should really stop messing with these settings! | Stuart Connolly | 2014-01-17 | 1 | -0/+3 |
| | |||||
* | Restore old keychain code when building against 10.7 | Stuart Connolly | 2014-01-17 | 1 | -13/+5 |
| | |||||
* | Remove reference to class that doesn't exist. | Stuart Connolly | 2014-01-14 | 1 | -9/+0 |
| | |||||
* | Remove settings that are the same as the defaults. | Stuart Connolly | 2014-01-12 | 1 | -3/+0 |
| | |||||
* | Re-add config that is actually required on the build machines. | Stuart Connolly | 2013-12-02 | 1 | -0/+3 |
| | |||||
* | Remove unnecessary config that's generating a warning. | Stuart Connolly | 2013-11-30 | 1 | -3/+0 |
| | |||||
* | Architecture setting changes. | Stuart Connolly | 2013-11-27 | 1 | -3/+4 |
| | |||||
* | Actually set the deployment target this time. | Stuart Connolly | 2013-11-27 | 1 | -0/+3 |
| | |||||
* | Set deployment target to 10.6 so we don't get unnecessary deprecation warnings. | Stuart Connolly | 2013-11-27 | 1 | -0/+3 |
| | |||||
* | Enable combine HIDPI images option. | Stuart Connolly | 2013-11-26 | 1 | -0/+3 |
| | |||||
* | Apply recommended project settings. | Stuart Connolly | 2013-11-17 | 1 | -4/+7 |
| | |||||
* | fix reference to readme file | Abhi Beckert | 2013-11-10 | 1 | -2/+2 |
| | |||||
* | update main scheme to be shared | Abhi Beckert | 2013-11-09 | 1 | -0/+96 |
| | |||||
* | Update SDKROOT = macosx; for main project, SPMySQLFramework and QueryKit ↵ | Matt Langtree | 2013-11-09 | 1 | -3/+6 |
| | | | | sub-projects | ||||
* | Make sure Xcode 4 correctly runs our unit tests. | stuconnolly | 2013-10-27 | 1 | -1/+1 |
| | |||||
* | * This change adds basic tab coloring support for favorites - ** POC / NEEDS ↵ | dmoagx | 2013-10-23 | 1 | -0/+12 |
| | | | | | | | | | 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 | ||||
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to ↵ | rowanbeentje | 2013-05-21 | 1 | -10/+13 |
| | | | | enable some more | ||||
* | * Move some duplicate code for charset/collation to it's own class | dmoagx | 2013-04-26 | 1 | -0/+6 |
| | |||||
* | Split the process list controller's table view data source and delegate ↵ | stuconnolly | 2013-04-03 | 1 | -2/+16 |
| | | | | methods into their own category. | ||||
* | Combine the "Run All" and "Run Current/Previous/Selection" buttons into a ↵ | rowanbeentje | 2013-03-31 | 1 | -0/+6 |
| | | | | | | | | | | | | 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 | ||||
* | Tweak and improve the User Manager: | rowanbeentje | 2013-03-09 | 1 | -0/+6 |
| | | | | | | | | | - Rework how data to populate the user manager is retrieved from the server, speeding up display of lots of users by a large factor - Fix support for schema permissions for the Anonymous user, and add support for '%' and '' hostnames (only showing if already set once), fixing Issue #1620 - Highlight databases in the user manager that have permissions set for the selected user - Switch to using the centrally provided database list to reduce queries and remove the information_schema and performance_schema "databases" - Speed up a number of operations by tweaking the logic and queries used | ||||
* | Move the table triggers controller delegate methods to their own category. | stuconnolly | 2013-02-21 | 1 | -2/+16 |
| | |||||
* | Fix more wanrings by creating a protocol that delegates of the copy table ↵ | stuconnolly | 2013-02-16 | 1 | -0/+2 |
| | | | | should conform to. | ||||
* | Move the flex parsing function definitions to their own file so they're not ↵ | stuconnolly | 2013-01-25 | 1 | -0/+2 |
| | | | | duplicated in multiple places. | ||||
* | Build config update: | stuconnolly | 2013-01-24 | 1 | -16/+8 |
| | | | | | | | | | - 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 | ||||
* | Issue #1519: Fix auto-sizing of export filename and truncate it when it ↵ | stuconnolly | 2013-01-03 | 1 | -1/+1 |
| | | | | becomes too big. | ||||
* | - Make the sequel Pro target a dependency of the unit tests | rowanbeentje | 2012-12-30 | 1 | -0/+13 |
| | |||||
* | - Fix header search paths to fix clean release/Distribution builds with no ↵ | rowanbeentje | 2012-12-30 | 1 | -2/+2 |
| | | | | | | | previous debug builds - Update localizable strings | ||||
* | - Remove outdated language resources from the project | rowanbeentje | 2012-12-21 | 1 | -384/+13 |
| | | | | | - 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 format | rowanbeentje | 2012-12-21 | 1 | -215/+131 |
| | | | | | | | - 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 arrows | rowanbeentje | 2012-12-20 | 1 | -0/+16 |
| | |||||
* | - Add Retina versions of the tab close buttons | rowanbeentje | 2012-12-13 | 1 | -0/+24 |
| | | | | | | - Recompress other PSMTabBar images where necessary - Improve drawing of the tab bar in response to window state change, allowing better colour display in edge cases and particularly when sheets are open | ||||
* | Replace 1x .tiff graphics with 1x and 2x png Retina graphics. | mattlangtree | 2012-12-12 | 1 | -28/+40 |
| | |||||
* | - Add final versions of the new icon designed by Kenichi Yoshida (with many ↵ | rowanbeentje | 2012-12-12 | 1 | -14/+16 |
| | | | | | | | | | 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) | ||||
* | Add a bunch of new retina icon versions. Including a new Query icon for both ↵ | mattlangtree | 2012-12-10 | 1 | -28/+60 |
| | | | | 1x and 2x displays. | ||||
* | Add HiDPI/@2x versions of Browse and Table Info tab icons. | mattlangtree | 2012-10-16 | 1 | -4/+12 |
| | | | | Update README to give hint about compiling with 10.5 and 10.6 SDK. | ||||
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -0/+6 |
| | |||||
* | Change the connection screen interface, particularly relating to favourite ↵ | rowanbeentje | 2012-10-06 | 1 | -0/+24 |
| | | | | | | | | | | | | | | 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 | ||||
* | - Alter the build settings for compatibility with Xcode 3.2.x up to Xcode ↵ | rowanbeentje | 2012-09-23 | 1 | -378/+4212 |
| | | | | | | | | 4.5, keeping a base SDK of 10.5 for compatibility for otherwise adding and adjusting settings appropriately - Add instructions to the README for Xcode 4 SDK installation. | ||||
* | Revert of r3849 (undoing the build break) | bamse16 | 2012-09-19 | 1 | -4215/+379 |
| | |||||
* | Updated project to run/build on Mac OSX 10.8/Xcode 4.4 | bamse16 | 2012-09-13 | 1 | -40/+23 |
| | | | | | | Updated QueryKit project to be able to build and run tests (changed Symbols Hidden By Default to NO in Default config) |