aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Internal Refactoring: Move MySQL Help viewer into own xib with own controllerMax2018-05-271-5/+14
|
* #63: Move some UI around and add proper iconMax2018-05-114-0/+0
| | | | Clarify some variable names
* Update localised stringsAbhi Beckert2017-08-074-0/+0
|
* Update localisations.Stuart Connolly2017-03-238-0/+0
|
* Update version and copyright years (not sure if this file is actually used?).Stuart Connolly2017-03-201-2/+2
|
* Fix about panel cropping it's main label.Stuart Connolly2017-03-181-0/+0
|
* #2524 New URL for reedback reporter, using SSLAbhi Beckert2017-03-031-3/+1
|
* Fix #2457: Use system font as default for table content, not Lucida Grande.Stuart Connolly2017-01-071-2/+0
|
* Updated copyright yearsJames Brooks2017-01-031-2/+2
|
* loc changes created by build scriptAbhi Beckert2016-06-056-0/+0
|
* testing nightly buildsAbhi Beckert2016-05-201-0/+0
|
* Fix disabled buttons and add some retina iconsAbhi Beckert2016-05-0944-0/+0
| | | | #2453 #1432
* update nightly icon to include all sizesAbhi Beckert2016-04-201-0/+0
|
* icon position tweaksAbhi Beckert2016-04-185-0/+0
|
* Allow TLS 1.0 connections to sequelpro.comAbhi Beckert2016-04-171-1/+26
| | | | this will allow sparkle connections against the 10.11 SDK
* new table footer icons for connection windowAbhi Beckert2016-04-1510-0/+0
| | | | fixes broken disabled buttons reported in #2453
* replace production app icon with a "half made" pancake stack to be used for ↵Abhi Beckert2016-04-151-0/+0
| | | | dev builds
* * Added two helper methods for working with nil/NSNull in arraysMax Lohrmann2016-04-091-0/+8
| | | | | | | * Fixed a case of "Updating UI from background thread" when navigating foreign keys *within* a table * Fixed navigating foreign keys of binary columns causing exceptions if the origin table is not in latin1 and the binary data not "text like" (#2098). * As a consequence binary columns will now use Hex representation when navigating FKs. * Added a new content filter to do "= UNHEX($x)" as an interim solution
* Bump version numberAbhi Beckert2016-03-041-1/+1
|
* Merge pull request #2206 from josegonzalez/patch-2Abhi Beckert2016-03-041-0/+0
|\ | | | | Rename 'Standard' to 'TCP/IP'. Closes #1739
| * Rename 'Standard' to 'TCP/IP'. Closes #1739Jose Diaz-Gonzalez2015-08-151-0/+0
| |
* | Update Kenichi Yoshida's URL (thanks to twitter user @MixaTheme)Max2016-01-291-1/+1
| |
* | switch sparkle to SSLAbhi Beckert2016-01-291-1/+1
| |
* | More 2016Max2016-01-132-3/+3
| |
* | Yay, 2016.Steve Robbins2016-01-091-2/+2
| |
* | Add basic support for JSON type (part of #2199)Max2015-11-151-0/+64
| |
* | Store the last export settings using the new "export settings" formatMax2015-11-151-4/+0
| |
* | * Add QuickLook support for "export settings" filesMax2015-11-151-0/+77
| | | | | | | | | | | | * 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
* | Add mysql:// URL handler (fixes #1681)Max2015-10-141-0/+8
| |
* | Make some forgotten strings localizable and add debug code for an exceptionMax2015-09-303-0/+0
|/
* Update strings filesMax2015-06-302-0/+0
|
* Update Credits: Moved a few people to the retirees section (feel free to ↵Max2015-06-291-9/+12
| | | | revert if you have any objections)
* Update copyrightMax Lohrmann2015-06-081-1/+1
|
* Update credits for pt_br translationMax2015-06-061-1/+16
|
* Rework distribution code signing, amending it to support version 2 resource ↵rowanbeentje2015-05-253-0/+0
| | | | envelopes, and add a Scheme which invokes it as part of building
* bump version numberAbhi Beckert2015-05-181-7/+7
|
* #2115 re-export 2x imagesAbhi Beckert2015-05-171-0/+0
|
* #2115 re-export 2x imagesAbhi Beckert2015-05-1716-0/+0
|
* Fix some minor UI misalignmentMax2015-05-122-0/+0
|
* Update strings filesMax2015-04-0521-0/+0
| | | | (Mainly to trigger a rebuild)
* Add UI for custom SSL cipher listsMax2015-03-211-0/+0
| | | | | | 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".
* Yay, 2015.Max2015-01-111-1/+1
|
* 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.