| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
fixes broken disabled buttons reported in #2453
|
| |
|
| |
|
| |
|
|
|
|
| |
Converted the unit tests from SenTestingKit to XCTest as SenTestingKit was deprecated a couple of SDK versions ago.
|
|
|
|
|
| |
* Change user manager code so that mysql queries are executed on validation instead of after save (in Core Data, not mysql). This should in general make more sense since a failure in MySQL essentialy means that Core Data can't save it either (but did anyway in the past).
* Remove a deprecated method call that is no longer needed in 10.6+
|
|
|
|
|
|
| |
* Add MGTemplateEngine to the QL plugin
* Reorder the generator code a bit, so it's not one monolithic function
* Add constants for some other sfp format types
|
|
|
|
|
|
|
|
| |
(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.
|
|
|
|
|
|
| |
basic properties of the type (part of #1090)
This is mostly to help users understand what "Length" actually does for *INT types.
|
| |
|
|
|
|
| |
table structure view (final part of #2237)
|
| |
|
| |
|
| |
|
|
|
|
| |
(From the department of commits to be rolled back soon)
|
|
|
|
| |
(Also add a test that will currently fail)
|
| |
|
|
|
|
|
|
| |
#2223)
This also removes the dependency on OpenSSL.
|
|
|
|
|
| |
(The easier half of #2223)
Also added some unit tests.
|
|
|
|
| |
envelopes, and add a Scheme which invokes it as part of building
|
| |
|
|
|
|
|
|
| |
* Favorites can now be imported, sorted even if "Quick Connect" is selected
* Favorite files containing groups will now be imported correctly
* If a favorite and the group containing said favorite are exported, the favorite will no longer be included twice
|
| |
|
|
|
|
| |
so it will easier to write some unit tests and refactor some of the code.
|
|
|
|
|
| |
No longer needed, see #1998.
I'm feeling a bit sentimental now.
|
|
|
|
| |
We don't need that anymore since 10.5 support is gone. Sequel Pro now explicitly links Quartz and doesn't try to guess QuickLook support at runtime.
|
|
|
|
|
|
| |
See Preferences > Network.
Note: If you play around with that too much and libmysql can no longer connect, don't hope for a meaningful error. It will rather be something like "protocol version mismatch".
|
|
|
|
| |
Yes, Apple. We all love you for denying the existence of any previous version one day after your latest and greatest™ software is released...
|
|
|
|
| |
There is really no point in having them as unit tests don't have an interface someone would want to #import. (and they are disabled right now anyway ;))
|
| |
|
|
|
|
| |
passwords
|
|
|
|
| |
(This also affects PSMSequelProTabStyle, but see the comment there why it is left unchanged)
|
| |
|
|
|
|
| |
Voodoo magic provided by @Bibiko ;)
|
|
|
|
| |
(if I could get Xcode to **actually** run the tests instead of only showing green checkmarks, that is)
|
| |
|
| |
|
|
|
|
| |
And with that we are back to a build that should not spam your Console upon launch. (Sorry for the future merge conflict) :)
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
recommend settngs removing this
|
|
|
|
|
|
| |
hopefully-backwards-compatible way..."
This reverts commit 2ec55c1404fe7368a03a53beff4596577654876c.
|
|
|
|
| |
hopefully-backwards-compatible way...
|
|
|
|
| |
checks
|
| |
|
| |
|
| |
|
| |
|