Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sequel-ace/sequel-ace

MySQL/MariaDB database management for macOS
https://github.com/sequel-ace/sequel-ace

Add code for utf8mb4 encoding

f90b5d98b485aac53c793a6c2d4df5418d6cb14d authored almost 10 years ago by Max <[email protected]>
Roll some duplicate code into a loop

(so the compiler can unroll it again)

ca6b8681a49d51b5dfafbb2647119ada070df8da authored almost 10 years ago by Max <[email protected]>
Fix an exception when opening Bundle Editor

Caused by an earlier commit of mine.

ef5193bc6b897f1040f252789d7c4b635abcb11b authored almost 10 years ago by Max <[email protected]>
Fix crash on export with "overwrite existing files"

This should fix #2010. A required object was not retained long enough.

915b4fb171afec486a386b7098f6ccfe59058f4f authored almost 10 years ago by Max <[email protected]>
Attempt 2 to fix building on 10.7, 10.8

c573bf18ff0ce2a350bec687f2d7cc5ba5a69865 authored almost 10 years ago by Max <[email protected]>
Attempt 1 to fix building on 10.7

d5dd8b1eb5b8bfaa040ddc52d603231e4828cec7 authored almost 10 years ago by Max <[email protected]>
Fix issue #2040

Changing the query favorties/history would cause an UI inconsitency when the list was filtered b...

28a705f74854d5c34d0e952c0747a512c19fadc2 authored almost 10 years ago by Max <[email protected]>
Replace some NSDictionaries with literals

* [NSDictionary dictionary] → @{}
* [NSDictionary dictionaryWithObject:forKey:] can safely be re...

3b251b8e3d4dc9a694ef76562b388ab07da54785 authored almost 10 years ago by Max <[email protected]>
Change [NSArray arrayWithObject:] to @[] literal

Note: [NSArray arrayWithObjects:...,nil] is left unchanged as that could possibly cause a NPE if...

876dde21d97897ad4ee98aa0d6b11898282982ce authored almost 10 years ago by Max <[email protected]>
Add cast for [NSApp delegate]

* (Also changed some outdated URLs)
* Replaced [NSApplication sharedApplication] with NSApp

994057ae2a82dc110a385ced4239ce49cc0601f8 authored almost 10 years ago by Max <[email protected]>
Replace boxed integers in code with @ literals

3cf0254e55d558565775e6cb20d36ea7e54beca1 authored almost 10 years ago by Max <[email protected]>
Reformatting code for modern ObjC

Replaced all [NSNumber numberWithBool:YES/NO] with the @YES/@NO literals.
Also replaced some TRU...

4ad26db45b46d8267fcb5203571b81bc8949b853 authored almost 10 years ago by Max <[email protected]>
Mark issue for s.o. to look at

33fd38501be11213968536a0c540cee7061e42a9 authored almost 10 years ago by Max <[email protected]>
Changed a few typedef enums to Apples new method

00d1e5aee581ff413ded538a470ade2073bb6a43 authored almost 10 years ago by Max <[email protected]>
Add stub for SPTableContentFilterController

And with that we are back to a build that should not spam your Console upon launch. (Sorry for t...

fd3ff51dc624be5ce645ce25eb72d03e5a359416 authored almost 10 years ago by Max <[email protected]>
Fix "Invalid color System, labelColor" error

At some point Xcode decided to introduce a new variant of black named "labelColor" (which is 10....

328b63748a0f0b6cb67aee37efffce86aaf16aa8 authored almost 10 years ago by Max <[email protected]>
Fixes "Could not find image named" errors

Switchting the IB files to Xcode 5 introduced some kind of image reference for some of our popup...

8d7991d7e6898452902357305c3141c86884ae6b authored almost 10 years ago by Max <[email protected]>
Merge pull request #2030 from origsun/master

Remove a private API in PSMTabBarCell

b5e972f4504043dfb9c358e272e93fb59ae2127f authored almost 10 years ago by Abhi Beckert <[email protected]>
Add my name in Credits

00432038fa8a4727322d8eae25c01fad510b899c authored almost 10 years ago by Xu Jie <[email protected]>
Remove a private API in PSMTabBarCell

Directly assigning to _controlView of a NSActionCell is private and not allowed by Mac App Store...

5195ce158690ef1fb39869a6727c3de4b110b496 authored almost 10 years ago by Xu Jie <[email protected]>
Fix a drawing issue with the tab bar (HiDPI only)

1af7e143385e716b5b0154854dda22a9c270ccad authored almost 10 years ago by Max <[email protected]>
Include tab color when duplicating tab.

Fixes #2029

bdcda6621f31db4e2c03387a881b91b1834f964f authored almost 10 years ago by Max <[email protected]>
Try to fix the legacy pagination popover

(Actually I only enabled CALayer for the container.)

Also deleted a NSView that was thinking it...

d3c7343286c226aedf9726edacbd4137a9406caf authored almost 10 years ago by Max <[email protected]>
Change some split view width calculations.

* Attempt to fix the "<SPSplitView: ...>: the delegate <SPSplitView: ...> was sent -splitView:re...

a8598d0fb4bab81a3c654f99d2e6eebc7d818086 authored almost 10 years ago by Max <[email protected]>
Change pagination popover to native type

This commit switches our pagination popover to use native NSPopover on 10.7+ making it look more...

065d72ceb7e8213348490815f6f90ecf4de56061 authored almost 10 years ago by Max <[email protected]>
Add a "Open Table in New Window" menu action

This is implemented as an alternate menu item, ie. it will appear when holding down the Option (...

efe07637acb069eb0ad68b4ae230f28875024907 authored almost 10 years ago by Max <[email protected]>
Another attempt to fix the cog menus on 10.10

Previously our cog menus have been Round Rect (borderless) NSPopupButtons with text aligned to t...

d2919fcd86cb110a3a7bc04a563c7a302e2c3b1c authored almost 10 years ago by Max <[email protected]>
Fix Tab bar colors in 10.10

c1092da6c0d7092a7af8263af1c8c03c7dbd24bc authored almost 10 years ago by Max <[email protected]>
Attempt to fix #1961

Namely this commit changes two things:
1) In the past the user manager window technically was cl...

69ca4afe9ba4c9c710b69e4d22d32d22a007c8a9 authored almost 10 years ago by Max <[email protected]>
Merge branch 'master' of https://github.com/sequelpro/sequelpro

Conflicts:
Source/SPGotoDatabaseController.m

6d48720a8279e7e97e9a225aab34c0688abd8e00 authored almost 10 years ago by Max <[email protected]>
Set Xcode version compatibility to 4.6 in GotoDatabaseDialog.xib for 10.7 builds

fc506ec5997ed43383f264011ed8237706821e95 authored almost 10 years ago by Max <[email protected]>
Fix error building on 10.8.

675271e802f513dfa781cbe6af5446df4c6803e1 authored almost 10 years ago by Stuart Connolly <[email protected]>
Fix error building on 10.8.

7128462d43cb9648f97e9d1a625a685f31d75bb3 authored almost 10 years ago by Stuart Connolly <[email protected]>
Fix button alignment and warning.

ddb0632ce569a5d5e45adf197e3c65cfd4b0a908 authored almost 10 years ago by Stuart Connolly <[email protected]>
Tweak "Go to Database"

* Possibility to double-click an item to go there
* Search is case-insensitive

68d3620a5277293959f5f86efcf53680ddba9152 authored about 10 years ago by Max <[email protected]>
Add a "Go to Database" dialog

The dialog enables
* searching for a database by name (substring matching),
* using C&P to selec...

0e4ad8eb9cddbbd755d55bb50f7707f1e8160121 authored about 10 years ago by Max <[email protected]>
Enable background color for content filter manager

f9ed97815c219939e7bc05eb92da62f508210a18 authored about 10 years ago by Max <[email protected]>
Merge patch to disable smart quotes in editor

51b148d157ff11c5d2393b02584fbb203d710b11 authored about 10 years ago by Max <[email protected]>
Disable Smart quotes in Bundle Editor

f4b384bc3e6ac805567af71e515b8dc3ae79c9b6 authored about 10 years ago by Max <[email protected]>
Merge branch 'disable_smartquotes' of https://github.com/uxp/sequelpro into uxp-disable_smartquotes

ba8ed46081716063f17521a8b8cece9889765a57 authored about 10 years ago by Max <[email protected]>
Disable ID generation during duplicate database

Should fix #1978

a86bed3db5f1f5528b9ce38052373286719c2313 authored about 10 years ago by Max <[email protected]>
Fix #1983 (bz2 import breaks)

* Avoid a malloc(4) / free() and let the compiler figure that out
* sizeof(pointer) != sizeof(me...

d1425fb1442d9594285dd3abf4aa19b9946e95c9 authored about 10 years ago by Max <[email protected]>
Fix spelling errors on method comment

6802d5d02a687342edc4af4e90f8d75bdf65b64e authored about 10 years ago by Howard P. Logsdon <[email protected]>
Disable "Smart Quotes" in the query editor, among others.

It might be useful to keep this setting on globally, but smart quotes break
SQL, resulting in th...

09092bf22df5095fa42c07b33a2c673cd3502a35 authored about 10 years ago by Howard P. Logsdon <[email protected]>
Merge pull request #1956 from schmurfy/controlmaster

Cohabitation with terminal (with ControlMaster)

22d2e2a62f994c1e11cf87c48cb0d526b9078b92 authored about 10 years ago by Abhi Beckert <[email protected]>
really disable ControlMaster

3a89efac73fad1713327e4108ed84c65c38a955b authored about 10 years ago by Julien Ammous <[email protected]>
Merge pull request #1982 from abhibeckert/master

Add pref to disable backticks in completions

198a0622e41f0fb73d4abf462db1e4c204c85b54 authored about 10 years ago by Abhi Beckert <[email protected]>
Add pref to disable backticks in completions

Add a checkbox to the Editor preferences to disable placing backticks
around attributes when com...

e2d1e9461a224a280549007a9f02ea364a3dca49 authored about 10 years ago by Abhi Beckert <[email protected]>
Merge branch 'master' of https://github.com/sequelpro/sequelpro

41243098508b7d147a4610fd802cc674c6600dd0 authored about 10 years ago by Abhi Beckert <[email protected]>
Add project specific setting to use tabs for indentation

8967cf4c8528df24358bf3927af3650c248d06df authored about 10 years ago by Abhi Beckert <[email protected]>
Merge pull request #1981 from abhibeckert/master

Resolve #1974: Allow un-mapping of Ctrl-H

29be07630c2a965d01bb61fa2cc9d9f14dd4a8b5 authored about 10 years ago by Abhi Beckert <[email protected]>
Resolve #1974: Allow un-mapping of Ctrl-H

Add menu item "MySQL help for Word/Selection", with Control-H as the
default key equivalent
Dele...

c49bbd2c8e35b39a8c7262f2671c3ad3c8bb2cea authored about 10 years ago by Abhi Beckert <[email protected]>
Resolve #1938: In the query console display the database the query was executed in.

310fb079c75d551bf2a129b69c897905ca83e061 authored about 10 years ago by Stuart Connolly <[email protected]>
Fix warnings.

e3c342d623b24a55215fadb3b7c72f80df303e83 authored about 10 years ago by Stuart Connolly <[email protected]>
Attempt to fix localization on 10.8 SDK (#1896)

This is mostly from https://github.com/incbee/DMLocalizedNibBundle (retaining Wil Shipleys origi...

ca2b9458049c57a5d444ddb1f8a8ad51dd4d24aa authored about 10 years ago by Max <[email protected]>
Replace a few other instances with objectOrNilAtIndex:

2ed99ae914206ec7ba7f4a7778c69d6c041a411c authored about 10 years ago by Max <[email protected]>
Fix for exception on export (#1968)

This fixes an exception that would happen if three conditions were met:
1) No database was sel...

2570a91dd1e1d7b88b908db33494baeaa5001e74 authored about 10 years ago by Max <[email protected]>
Fix a error that prevents building in Xcode6b4

b2e63fad01ca76b9090c1a0adbd999990d817846 authored about 10 years ago by Max <[email protected]>
Don't force relation clear on table update, as it now uses notifications to update itself; this will improve table switching speed significantly on laggy connections due to a forced information re-fetch

0c2ea8b95e4f85470af1e917e0d4560e42f35c3e authored over 10 years ago by rowanbeentje <[email protected]>
Move console button and entry generation to occurring non-synchronously when calling back to the main thread, fixing a potential spinlock situation when a background thread is querying and the main thread is waiting on the result

185a29c013fdf8b43ef7dc5e95da4c1aa8df34e0 authored over 10 years ago by rowanbeentje <[email protected]>
Always use the shortStringRepresentationUsingEncoding: code path when displaying table contents, as it saves a lot of shouldUseFieldEditorForRow: checks; shortStringRepresentationUsingEncoding: should return the same values for short strings

d15bf9942f4153b2108d07e50bad6e00f3ac42da authored over 10 years ago by rowanbeentje <[email protected]>
Add a safety check within [SPCopyTable shouldUseFieldEditorForRow:column:] for use when loading tables, which may improve Issue #1925 and Issue #1902.

690c2fa83a5a3138bf4aa0fa862565c833b72d2a authored over 10 years ago by rowanbeentje <[email protected]>
Fix button alignment.

ae239070319b0a8cacc8b17cdcb245ce29956759 authored over 10 years ago by Stuart Connolly <[email protected]>
Force code signing even if the resource is already signed.

5cf6631ec31e04d1efb82f7375b4024d65834e0a authored over 10 years ago by Stuart Connolly <[email protected]>
Fix spacing and indexes title being clipped.

ed4befb6585de1020ca4747bdccc3ebe3f0f5971 authored over 10 years ago by Stuart Connolly <[email protected]>
Fix tests not running.

d68c37dddc26310778170a242009d4782cc38ce4 authored over 10 years ago by Stuart Connolly <[email protected]>
Fix file opening due to my own stupid mistake!. Fixes #1909.

baba11f149d54bbee2dd142d1712969a67471c9a authored over 10 years ago by Stuart Connolly <[email protected]>
Fix memory leaks.

bc2456524497b02794402bb1d3be9ba9bd4f1ae9 authored over 10 years ago by Stuart Connolly <[email protected]>
Tidy up logical file structure.

8e4e360e741c8ae70947531c37ce4d4bfec55ae9 authored over 10 years ago by Stuart Connolly <[email protected]>
Add a hidden preference to control the size of the UI's monospaced font.

f25c62d78bbd5d6fbe7a6fac09294317ccd3eeaf authored over 10 years ago by Stuart Connolly <[email protected]>
Re-add explicit 32/64 bit builds following Xcode settings upgrade to recommend settngs removing this

afadd0273178b5803b11ba69a37b6a1138771216 authored over 10 years ago by rowanbeentje <[email protected]>
Revert "Fix framework search paths for recent Xcodes, in a hopefully-backwards-compatible way..."

This reverts commit 2ec55c1404fe7368a03a53beff4596577654876c.

dd1e3e7893721b7de2ad0a35f21ad76fbc0248e8 authored over 10 years ago by rowanbeentje <[email protected]>
Fix a loss-of-precision implicit conversion warning

bd43847cf7851f27a55fac9956da9d1a03d91036 authored over 10 years ago by rowanbeentje <[email protected]>
Fix string formatting warnings in NSRunAlertPanel by using the additional arguments

bcad9a1827fffb4d132b50bbf1ada08ddde23f09 authored over 10 years ago by rowanbeentje <[email protected]>
Add a .gitattributes file containing config and instruction on how to easily diff UTF16 .strings files (the actual .gitconfig itself can't be included in a repo), and update localizable strings file

6d33243e4a658d600e646a1b58afb363b9650cdc authored over 10 years ago by rowanbeentje <[email protected]>
Fix framework search paths for recent Xcodes, in a hopefully-backwards-compatible way...

2ec55c1404fe7368a03a53beff4596577654876c authored over 10 years ago by rowanbeentje <[email protected]>
Add a new build target using the 10.6 SDK for easier backwards compatibility checks

83ac96d3a3c46a653a8ac5dacd22628157ac8d72 authored over 10 years ago by rowanbeentje <[email protected]>
Update to latest Xcode-recommended build settings

0c9e4be1681edf9cf3befdbf64e7422d8b1657ec authored over 10 years ago by rowanbeentje <[email protected]>
Rework CSV field mapping loops for clarity and to theoretically address Log #1596; also address two compiler warnings about unused variables

1286fc1f6e52961be7b5ca496e65267dce232ea9 authored over 10 years ago by rowanbeentje <[email protected]>
Fix an issue where CSV imports could not be started if a zero-length field was set to not be imported

5b8798438f06850e7dfd4d6d802d13f96f5bac87 authored over 10 years ago by rowanbeentje <[email protected]>
Tweak some connection controller animation orders for better interactions when toggling SSL/switching tabs to start an edit

f387da0349f567e98c94544191df64881304a959 authored over 10 years ago by rowanbeentje <[email protected]>
Add favorite name as export filename token

69c12e163713013af75fdb80d6982f30b81a9a06 authored over 10 years ago by Max <[email protected]>
Add basic support for CURRENT_TIMESTAMP in DATETIME columns (MySQL 5.6.5)

See #1867

f9837de31479152d8c29f06222bac3f5541b60b3 authored over 10 years ago by Max <[email protected]>
Fix whitespace so it is consistent.

2645c9480332d8dde088e09a57504cdd26a541b1 authored over 10 years ago by Howard P. Logsdon <[email protected]>
Enable SSL over SSH connection configuration.

This appears to work, as I’m able to connect to mysql instances through an ssh tunnel, with ssl ...

9c6fab1780fc35a0e5fba231ed552034fcbe7471 authored over 10 years ago by Howard P. Logsdon <[email protected]>
Merge pull request #1907

Add support for shift-clicking to reverse column sort order (patch by Miroslav Zoričák)

dfa060854cd456593a5ff0c4926d9c6775fabbfc authored over 10 years ago by Max <[email protected]>
Inverse shift+click sorting for custom queries

Add inverse sorting for custom queries
Keep the inverse order while shift+clicking after the fir...

2be037fb2f1b60231ad8f8f58720d6becf5ff528 authored over 10 years ago by Miroslav Zoricak <[email protected]>
Add support for SQLSTATE

This commit adds the backend code to get the mysql SQLSTATE error code (to be used when displayi...

b67728258595b7ce256ea50485ee6e6cb8137ac8 authored over 10 years ago by Max <[email protected]>
Shift-click to reverse sort order of table columns

1941d8487b4b93519d4451941e8cd9ed3de19404 authored over 10 years ago by Miroslav Zoricak <[email protected]>
Fix double-size window preview when dragging tabs on a retina screen

5c0212a51d21f06f3beb62059b0b17c6ee1d8c91 authored over 10 years ago by rowanbeentje <[email protected]>
Fix run-time warnings due to use of deprecated [NSImage compositeToPoint:...] operations

5c8a9b1a15ffd1ecf96340d3f43a4ca916665b9b authored over 10 years ago by rowanbeentje <[email protected]>
Improve thread safety of SPDataStorage NSPointerArray tracking to further improve #1884 and fix count tracking when removing a single row

38ca716543d7601a4e29823fb4578b96c599cf81 authored over 10 years ago by rowanbeentje <[email protected]>
Update NSPointerArray usage in SPDataStorage for 10.9 SDK, tracking edited row count and using for fast bounds checks; this should fix #1884

1d8db00d8fc0ef855b6308de8c9c66faa70f7d05 authored over 10 years ago by rowanbeentje <[email protected]>
Merge branch 'master' of github.com:sequelpro/sequelpro

0dad3212ca20bf45560903ca615286fd00b2dc23 authored over 10 years ago by Stuart Connolly <[email protected]>
Fix memory leaks.

288b2a0fc257908ae0c1890b1061803d1c0a28e3 authored over 10 years ago by Stuart Connolly <[email protected]>
Add .DS_Store to ignore patterns

d217b8058a0dea0d8f5d16c1db891870d533fbff authored over 10 years ago by Max Lohrmann <[email protected]>
Fix PostgresKit tests not running.

dfb5424d0f4d1fa347c7008ac578a2c7ab21be37 authored over 10 years ago by Stuart Connolly <[email protected]>
Remove more SVN properties.

84cf935e68e1861d0246980d9f5ff2d676982302 authored over 10 years ago by Stuart Connolly <[email protected]>
Tweak project settings.

9c204f87e9a7345281a596b0a39e2deafd697e52 authored over 10 years ago by Stuart Connolly <[email protected]>
Suppress warnings.

fe10b93f88371b5e151c4ddb704b4c65ed697574 authored over 10 years ago by Stuart Connolly <[email protected]>