Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a small visual glitch on the connection view | Max | 2018-04-20 | 1 | -3/+3 |
| | |||||
* | Fix issue with app beachballing when connecting from external URL (#2903) | Max | 2018-04-20 | 1 | -2/+2 |
| | | | | Let’s hope this won’t break on older OS versions now… | ||||
* | #2903: Use layers because of the bug in 10.13 | Max | 2018-04-20 | 1 | -2/+2 |
| | |||||
* | Manually roll back all changes for #2979 | Max | 2018-02-27 | 1 | -51/+2 |
| | | | | Those will be moved to a different branch for the time being since other stuff needs to be changed first | ||||
* | #2979, #2437, #2247, #1836: Enable mysql cleartext auth without access to ↵ | Max | 2018-02-24 | 1 | -2/+51 |
| | | | | keychain and with a warning to the user | ||||
* | Fix drawing artifacts in some table views on OS X < 10.11 | Max | 2017-04-01 | 2 | -12/+12 |
| | | | | | | This was caused by Apple increasing the table view header row height from 17 to 23 and as usual assuming any older versions of OS X will magically cease to exist on the next day… Note that the 10.11+ runtime is perfectly capable of increasing the height as needed, but the older ones won’t shrink it. | ||||
* | Merge branch 'master' of github.com:sequelpro/sequelpro | Stuart Connolly | 2017-03-30 | 1 | -2/+45 |
|\ | |||||
| * | Enable Show/Hide Query Console table columns via right-click on the table header | Max | 2017-03-29 | 1 | -2/+45 |
| | | |||||
* | | #2633: Change 'Remove' to 'Delete' on connection favourites context menu. | Stuart Connolly | 2017-03-30 | 1 | -1/+1 |
|/ | |||||
* | Make XIB versions consistent and remove Xcode 8 restriction. | Stuart Connolly | 2017-03-28 | 7 | -21/+21 |
| | |||||
* | Update tab view drawing to match the style used by 10.12's automatic tabs ↵ | Stuart Connolly | 2017-03-26 | 2 | -167/+117 |
| | | | | | | | | | and remove unused tab styles. Issues still to address: - Add tab button does not darken when moused over - The tab overflow button is being clipped and the image is not high res | ||||
* | #2741: Fix connection view showing a white background. | Stuart Connolly | 2017-03-25 | 1 | -10/+9 |
| | |||||
* | Add extra menu item separator. | Stuart Connolly | 2017-03-18 | 1 | -1/+2 |
| | |||||
* | #2735: Fix process list window button issues. | Stuart Connolly | 2017-03-18 | 1 | -15/+15 |
| | |||||
* | #2735: Fix console button issues. | Stuart Connolly | 2017-03-15 | 1 | -17/+17 |
| | |||||
* | #2708 changes to menu items to expose the Duplicate Tab feature | Abhi Beckert | 2017-03-03 | 1 | -3/+3 |
| | |||||
* | Remove database compare menu item, it's not ready for public testing yet | Abhi Beckert | 2017-03-03 | 1 | -9/+2 |
| | |||||
* | Begin work on comparing two databases | Abhi Beckert | 2016-12-02 | 1 | -5/+11 |
| | |||||
* | Fix a spelling mistake (code) | Max | 2016-07-10 | 1 | -2/+2 |
| | |||||
* | Fix console message about missing images (bug in Xcodes IB converter) | Max | 2016-07-10 | 5 | -16/+10 |
| | |||||
* | #2434 now use NSTitlebarAccessoryViewController if available | Abhi Beckert | 2016-06-05 | 1 | -10/+10 |
| | |||||
* | #979 change default CSV export settings | Abhi Beckert | 2016-06-05 | 1 | -15/+15 |
| | |||||
* | Merge branch 'master' of https://github.com/sequelpro/sequelpro | Abhi Beckert | 2016-05-09 | 26 | -93179/+11327 |
|\ | |||||
| * | Temporarily downgrade two xibs from 7.0 -> 5.1 as the differences seem to be ↵ | Max Lohrmann | 2016-05-08 | 2 | -10/+10 |
| | | | | | | | | minimal | ||||
| * | Update all remaining xib files to require at least Xcode 5.1 (= OS X 10.8) | Max | 2016-05-08 | 23 | -80589/+10224 |
| | | |||||
| * | Make reassigning "Select active query" (^Y) possible (#1215) | Max Lohrmann | 2016-05-08 | 1 | -0/+6 |
| | | | | | | | | | | * Added a menu item: Edit > Select > Active Query * Remove the key binding from the context menu item (which is in line with OS X' context menus not having key bindings in general) | ||||
| * | Update MainMenu.xib from Xcode 4.6 → 5.1 (minimum version for Xcode 7.0) | Max | 2016-05-08 | 1 | -12581/+1088 |
| | | |||||
* | | Fix disabled buttons and add some retina icons | Abhi Beckert | 2016-05-09 | 2 | -118/+116 |
|/ | | | | #2453 #1432 | ||||
* | icon position tweaks | Abhi Beckert | 2016-04-18 | 1 | -2/+2 |
| | |||||
* | * Add the possibility to navigate table list by arrow keys when using table ↵ | Max Lohrmann | 2016-04-16 | 1 | -0/+1 |
| | | | | filter (#2468) | ||||
* | new table footer icons for connection window | Abhi Beckert | 2016-04-15 | 1 | -26/+26 |
| | | | | fixes broken disabled buttons reported in #2453 | ||||
* | update xib format (without changes) | Abhi Beckert | 2016-04-15 | 1 | -9119/+2604 |
| | |||||
* | #2453 fix a couple of buttons | Abhi Beckert | 2016-04-10 | 1 | -8/+10 |
| | |||||
* | fix various compile warnings | Abhi Beckert | 2016-04-03 | 1 | -32988/+5664 |
| | |||||
* | #346 Work on new tab bar design | Abhi Beckert | 2016-03-18 | 1 | -392/+49 |
| | |||||
* | Move export table view checkbox columns | Abhi Beckert | 2016-03-12 | 1 | -3/+4 |
| | | | | | Move export table view checkbox columns 20px to the left to avoid going behind the scroll bar. | ||||
* | Upgrade XIB document version (without making changes) | Abhi Beckert | 2016-03-12 | 1 | -9677/+1139 |
| | |||||
* | Merge pull request #2205 from josegonzalez/patch-1 | Abhi Beckert | 2016-03-04 | 1 | -1/+1 |
|\ | | | | | Make messaging around query remembering less vague | ||||
| * | Make messaging around query remembering less vague | Jose Diaz-Gonzalez | 2015-08-15 | 1 | -1/+1 |
| | | | | | | Closes #1989 | ||||
* | | Merge pull request #2206 from josegonzalez/patch-2 | Abhi Beckert | 2016-03-04 | 1 | -1/+1 |
|\ \ | | | | | | | Rename 'Standard' to 'TCP/IP'. Closes #1739 | ||||
| * | | Rename 'Standard' to 'TCP/IP'. Refs #1739 | Jose Diaz-Gonzalez | 2015-08-15 | 1 | -1/+1 |
| |/ | |||||
* | | Fix invalid value being displayed for table auto increment in table status ↵ | Max | 2016-02-13 | 1 | -87/+10 |
| | | | | | | | | view (#2336) | ||||
* | | Add UI for the "Create tablespace" global privilege | Max | 2015-11-18 | 1 | -41/+174 |
| | | |||||
* | | Store the last export settings using the new "export settings" format | Max | 2015-11-15 | 1 | -32/+0 |
| | | |||||
* | | Fix another set of fields that allowed multi-line input (#2325) | Max | 2015-11-13 | 18 | -64/+64 |
| | | |||||
* | | Fix: "Custom filename" in export dialog would accept multi line text (#2325) | Max | 2015-11-13 | 1 | -1/+1 |
| | | |||||
* | | In order to enable even more people to shoot themselves in the foot, this ↵ | Max | 2015-11-12 | 1 | -32/+128 |
| | | | | | | | | | | | | commit adds support for remote server shutdown 💣 | ||||
* | | Fix an issue where changing a table collation could cause an exception ↵ | Max | 2015-11-11 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | (fixes #2320) This issue probably was introduced in f02fb787063caabe246a0ee420394f5676c55a9c The empty item at the top of the collation list will now no longer have a selection mark, though. | ||||
* | | Add a "tooltip" when picking a column type in structure view, explaining ↵ | Max | 2015-11-10 | 1 | -62/+337 |
| | | | | | | | | | | | | basic properties of the type (part of #1090) This is mostly to help users understand what "Length" actually does for *INT types. | ||||
* | | Allow import of saved export settings (in export dialog) | Max | 2015-11-07 | 1 | -58/+209 |
| | |