Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another attempt to fix the cog menus on 10.10 | Max | 2014-11-21 | 1 | -21/+21 |
| | | | | | | | Previously our cog menus have been Round Rect (borderless) NSPopupButtons with text aligned to the left of the image as that combination would allow us to make the box of the button exactly as big as the image. However in 10.10 Apple changed the layout so that a padding is always added on the right border of a popup button (except if the menu is attached to the left). From playing around I found the only setting to be compatible between 10.9 and 10.10 to be the button type Bevel (borderless). This commit changes all cog buttons to Bevel type in hopes those will also look the same on 10.8, 10.7, 10.6. | ||||
* | Add a "Go to Database" dialog | Max | 2014-10-12 | 1 | -0/+10 |
| | | | | | | | | The dialog enables * searching for a database by name (substring matching), * using C&P to select databases * navigating to databases not in the database dropdown * faster keyboard-based navigation | ||||
* | Add project specific setting to use tabs for indentation | Abhi Beckert | 2014-09-06 | 1 | -0/+1 |
| | |||||
* | Fix tests not running. | Stuart Connolly | 2014-05-30 | 1 | -4/+8 |
| | |||||
* | Re-add explicit 32/64 bit builds following Xcode settings upgrade to ↵ | rowanbeentje | 2014-05-04 | 1 | -0/+3 |
| | | | | recommend settngs removing this | ||||
* | Revert "Fix framework search paths for recent Xcodes, in a ↵ | rowanbeentje | 2014-05-04 | 1 | -7/+10 |
| | | | | | | hopefully-backwards-compatible way..." This reverts commit 2ec55c1404fe7368a03a53beff4596577654876c. | ||||
* | Fix framework search paths for recent Xcodes, in a ↵ | rowanbeentje | 2014-05-03 | 1 | -10/+7 |
| | | | | hopefully-backwards-compatible way... | ||||
* | Update to latest Xcode-recommended build settings | rowanbeentje | 2014-05-03 | 1 | -4/+1 |
| | |||||
* | 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 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) |