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

previous commit continued

42e6f7ecc66fe97f4a7f623b8b8ba60dfcaded70 authored almost 7 years ago by Max <[email protected]>
Work around some cases of „background thread manipulating ui“ during CSV import (as reported by Xcode)

24ccb6bd602f4d362ab6d47f2dfe8edc2acebbcf authored almost 7 years ago by Max <[email protected]>
Merge remote-tracking branch 'origin/mergeclasses'

Conflicts:
Source/SPQueryControllerInitializer.m
Source/SPQueryDocumentsController.m
Source/S...

d403528b2e2be083fe80f5a915d1f6867ec9074e authored almost 7 years ago by Max <[email protected]>
merge SPExportController (part of #2789)

db2bdd8b53cede1bddde85e1527246d8e52f0fa2 authored almost 7 years ago by Max <[email protected]>
merge and restructure remaining smaller stuff in main project (part of #2789)

b04243d4d7befb33383d434fe05ea3d7915ef27d authored almost 7 years ago by Max <[email protected]>
merge SPUserManager (part of #2789)

e00786ad1ddc53ce66247124b94280a441eacf3e authored almost 7 years ago by Max <[email protected]>
merge SPTableContent (part of #2789)

69cc436627f16434b8c72bd6b115cd39769ff38f authored almost 7 years ago by Max <[email protected]>
merge SPTableStructure (part of #2789)

8b221eea83db0d56afeaad52a0b5cdd9a20816ae authored almost 7 years ago by Max <[email protected]>
merge some smaller classes (part of #2789)

0b096429fee59f72d0191a05d56d3b06229afd4e authored almost 7 years ago by Max <[email protected]>
merge SPQueryController (part of #2789)

2602f2abd70c2e83a50099fca0141c241552f68f authored almost 7 years ago by Max <[email protected]>
Merge SPDatabaseDocument (part of #2789)

b7830d694092ba3418b803448798f9b7d9687bde authored almost 7 years ago by Max <[email protected]>
Merge SPAppController (part of #2789)

3ff09ebc6109fd8eb4e291796f21a50f2765b661 authored almost 7 years ago by Max <[email protected]>
merge SPConnectionController (part of #2789)

d0bf2ec8a55bb64555d5d0bc77a770a938b68be7 authored almost 7 years ago by Max <[email protected]>
Merge SPWindowController (part of #2789)

e86375a3402b30cf3f28c308ccf63a4ca224ccae authored almost 7 years ago by Max <[email protected]>
Remove another 2 cases of very strange object notification behavior (code style)

ef21bc5c3749756c21804d1592f3a3fe2faf7cab authored almost 7 years ago by Max <[email protected]>
Work around an exception that would occur when changing Query Favorites while an unconnected connection tab existed (#2266)

74b18eee1821ec8ec5bd472cd5ddb80eb865c1ed authored almost 7 years ago by Max <[email protected]>
Restore a tiny bit of the indentation Xcode just hosed

c31bc038da3008d765bb07e51c5cc2dbf8448a2d authored almost 7 years ago by Max <[email protected]>
Replace all calls to deprecated method +propertyListFromData:mutabilityOption:format:errorDescription:

f44727df6b26e4af700d955823f7345cff35a487 authored almost 7 years ago by Max <[email protected]>
Replace all calls to deprecated method +propertyListFromData:mutabilityOption:format:errorDescription:

9c2f82c0f7326d71070731ce8248f164c00e06aa authored almost 7 years ago by Max <[email protected]>
Change the way SPTextView loads theme colors to prevent loading invalid colors (which could have been stored in prefs before the previous commit) (part of #2963)

f4ac8ae36e216f2b678e46f7c8f98e5a55c40c76 authored almost 7 years ago by Max <[email protected]>
Rewrote the theme loading method because it would too easily accept invalid data (part of #2963)

7f43f5eb60ba409af7b56b185802f6bac1abe8e7 authored almost 7 years ago by Max <[email protected]>
Fix an issue where the contents of a duplicated query favorite would be overwritten if the selection was changed bevore saving (#2938)

b6e085eb89bcea1079b7892c6a67176771a25adb authored almost 7 years ago by Max <[email protected]>
* Moved `-[SPHistoryController currentlySelectedView]` to SPDatabaseDocument (was completely out of place there)

* Removed some redundant code in the process
* Remove a few cross-thread UI calls Xcode 9.2 comp...

2f0099e1bf3caf42cfe76aa4074efdfc7f351cef authored almost 7 years ago by Max <[email protected]>
SQL export used the wrong syntax for view placeholders when the columns contained a type with decimals (#2927)

b04ca67477ffa1bb3baa4de64c9ce9796e017f47 authored almost 7 years ago by Max <[email protected]>
Fix a rare timing-sensitive crash when closing a window during a connection attempt (part of #2924)

b9a2d6c138a477092ea63b209ed00f8bf47e331b authored almost 7 years ago by Max <[email protected]>
Fix a case of "background thread updating UI" (#2916)

6734907374aef150f53e65b81f0fc2b43a8a54f7 authored almost 7 years ago by Max Lohrmann <[email protected]>
Swap two lines of code so that if a connection attempt is cancelled, SP does not try to open another connection to cancel the pending connection (#2909)

273bd3720a857e4b886aa81b561854c250ea20e7 authored almost 7 years ago by Max <[email protected]>
For UTF16 and UTF32 encoded files the charset autodetection logic did not return a specific enough value, resulting in Cocoa sometimes guessing the wrong byte order even when a BOM was present (part of #2860)

3477d22387355f9e073af2e2f0b67e65a58b217d authored about 7 years ago by Max <[email protected]>
MariaDB 10: SP used a case sensitive check for „CURRENT_TIMESTAMP“ which failed on recent MariaDB versions due to changes to the „SHOW CREATE TABLE“ output (#2876)

e19029b0b1f8d6cd81530993efbe78b84bad0337 authored about 7 years ago by Max <[email protected]>
Merge pull request #2868 from abhibeckert/master

#2863 fix LHS table views when dragging a tab off a window

2e809e64e4f2a22efc68ec9ba7afa6489218cf3d authored about 7 years ago by Abhi Beckert <[email protected]>
#2863 fix LHS table views when dragging a tab off a window

16cf257c447d9692ce19280c510f11afa0ac12fa authored about 7 years ago by Abhi Beckert <[email protected]>
Merge remote-tracking branch 'sequelpro/master'

ff0e2a82ef4452abcb407449f82fbefaac323b5d authored about 7 years ago by Abhi Beckert <[email protected]>
Merge pull request #2852 from michaelrog/feature/24-hour-date-token

Add a 24-hour-format time token(s) for the custom export filename field

0625044f52367c2e5778c326f6ca3f4fe3bdcc78 authored about 7 years ago by Abhi Beckert <[email protected]>
Add a 24-hour-format export filename token.

0164dba459c2cceed12519a2ce96c7aaf2dac3b4 authored about 7 years ago by Michael Rog <[email protected]>
Merge pull request #2850 from abhibeckert/master

Update localised strings

e3f897092127c9459c84a979455035c0e3840fec authored about 7 years ago by Abhi Beckert <[email protected]>
Update localised strings

2e83222c6926e4149af69705cf91867d963f9e53 authored about 7 years ago by Abhi Beckert <[email protected]>
Merge pull request #2847 from abhibeckert/master

#2753 make it more obvious that a colored tab is inactive

e59f679f6c6d86269e526ac3645ac27e2e9a1672 authored about 7 years ago by Abhi Beckert <[email protected]>
#2753 make it more obvious that a colored tab is inactive

08e3de52cf9679509338503c96b19f7db399115a authored about 7 years ago by Abhi Beckert <[email protected]>
#2753 fix tab strip color

#2753 fix bug with active tab favourite strip drawing in grey instead of the selected tab color

b9200621f0cef09a09deae6c237622c3fc009018 authored about 7 years ago by Abhi Beckert <[email protected]>
#2753 fix bug with active tab favourite strip drawing in grey instead of the selected tab color

765c8956a13d45c7ab70105f39ccdbfa94e7b9c8 authored about 7 years ago by Abhi Beckert <[email protected]>
Merge remote-tracking branch 'sequelpro/master'

ebf7d8b7db4144d304bf2224db19d787d631eda0 authored about 7 years ago by Abhi Beckert <[email protected]>
Merge pull request #2747 from fulldecent/patch-3

Add encouraging text for new contributors, fixes #2746

1cbc8f7ca081a6538a2df484d89723cf441acb3c authored about 7 years ago by Max Lohrmann <[email protected]>
MariaDB 10.2.1+: Work around an exception when trying to view tables that use row-level CHECK constraints

152574c6f5fc53662c8fb7ae9ad7ea6872c609b3 authored over 7 years ago by Max <[email protected]>
Fix an error where Sequel Pro would crash when loading the list of Stored Procs/Funcs (probably related to MySQL 5.8/8.0)

d3ac918c1d066800b32e023658aeb75aadef804f authored over 7 years ago by Max Lohrmann <[email protected]>
Fix an issue that could cause Sequel Pro to become unusable when reloading a table when at the same time editing a cell with a value that is not valid (#2816)

38d40d03969967a186ec57f86cd257ff4dab9fd0 authored over 7 years ago by Max <[email protected]>
Change the way index deletion works (part of #2811)

* Instead of trying to figure out if an index is used by an FK ahead of time Sequel Pro will now...

e52546bccb26e1afc8207053cf260e37f2596c37 authored over 7 years ago by Max <[email protected]>
Now that was some silly code… (part of #2811)

50e309bc30a10158762b5cf528d67123462dc3a0 authored over 7 years ago by Max <[email protected]>
Small changes to PR #2807 and surrounding code

c83f7b115e9cb41f7c92212434096515ac8e6909 authored over 7 years ago by Max Lohrmann <[email protected]>
Add capability export and copy blobs as hex, if "Display Binary Data as Hex" is selected.

35b8b4a488ac3e1a20a3d7dc489e35b773c897f3 authored over 7 years ago by Michael Heins <[email protected]>
Minor bug: CSV/XML export file names could behave differently for localized versions vs English version

bdde7f922ee90a6a01cf23002bc4e29d0cd7367d authored over 7 years ago by Max Lohrmann <[email protected]>
Because of a change in CMake the updated libmysqlclient was only runnable on 10.12+, while 10.6+ was intended

(Also adapted the build script)

c1930afccdfbd594947dcdf6a67e91a0282da4b0 authored over 7 years ago by Max Lohrmann <[email protected]>
SPMySQL will now enforce SSL connections when requested (#2499)

Previously we could only *request* SSL, but if the server didn’t support it, libmysqlclient woul...

67649f01d870037722aaee437c38a6da12c3b215 authored over 7 years ago by Max Lohrmann <[email protected]>
Update MySQL client to 5.5.56 (was 5.5.42)

69509f9169f309486ccf4d633c1566d569aae860 authored over 7 years ago by Max Lohrmann <[email protected]>
Minor fix: When „Display as Hex“ was enabled, „NULL“ was highlighted in blue instead of gray

764b3aea299badeedfbf2bd9e217168b7fb85e0b authored over 7 years ago by Max Lohrmann <[email protected]>
Some changes to PR #2795

* Adjusted code style
* Added unit tests
* Rewrote a function to be easier to understand
* Added...

4a8042a473e5fc02862007f629a737d62ac23365 authored over 7 years ago by Max Lohrmann <[email protected]>
Hex edit for binary columns

Implement the ability to edit binary columns as hex data.
Check input string for valid hex value...

0116bcecf0b1ebb66be0179a1a8e73670814dee1 authored over 7 years ago by Michael Heins <[email protected]>
Add a check for table comment being NULL

(which can’t normally happen with MySQL, but I guess not every installation out there is normal)...

43926b0d48a341335538bb7b368c3fa4a73ddadb authored over 7 years ago by Max <[email protected]>
Fix an erroneous check that would allow to close windows with only one tab even when it was busy (#2787)

8fcdb7bcc6dedb7af9b1a7829a83cdc2fca54f4b authored over 7 years ago by Max <[email protected]>
Apply changes from 23c4d04e433f9eb21872edacc41173e34ec45ac2 to SPTableContent (#2775)

b50d4e9a6f55c26d3fbe33b33d78063ad1e9e9fd authored over 7 years ago by Max <[email protected]>
Apply changes from e1b881b8f893803c4949a69055c4e8106562327d to SPTableContent (part of #2770)

5c717e027db5d5ac2d4bd937d6539ea4c1993257 authored over 7 years ago by Max <[email protected]>
Move a struct from heap to stack, since the caller will outlive its callees anyway

f603e3fe223189a35134a553fd1fcaef7f63ea70 authored over 7 years ago by Max <[email protected]>
Expand a lock in the connection keepalive code, because it still allowed a zombie call

f741be75bc3f3d0964942a66d0fafc7ba0c62208 authored over 7 years ago by Max <[email protected]>
Change some method calls so the custom query view controller gets notified when the window is about to be closed and can stop a pending UI timer (#2775)

23c4d04e433f9eb21872edacc41173e34ec45ac2 authored over 7 years ago by Max <[email protected]>
Expand a mutex lock because it previously did not cover all possible multithreading cases

9d8926a9da1b2325a2139c5e23146f03ccc17003 authored over 7 years ago by Max <[email protected]>
Fix the way „Kill Query“ / „Kill Connection“ acquires the ID to prevent an possible exception and possible data corruption (caused by killing the wrong connection/query) #2779

Previously the code did not take into account „auto reload“ and that it may cause the selected r...

994ff166120054a2ca2f198fd42b9c1bfc374a28 authored over 7 years ago by Max <[email protected]>
Fix some issues with charset handling during connect

* hostname and file paths are places where libmysqlclient ultimately only passes the string to a...

fac661c5d1dcac7780521facdaebdc6f4c1afa27 authored over 7 years ago by Max <[email protected]>
Merge pull request #2776 from fcarreiro/master

Progress meter for BZ2 file import

2b081c2ef732599a035dc05ff33b08edffd74b04 authored over 7 years ago by Max Lohrmann <[email protected]>
Implement progress for BZ2 file import

16e6af773c3f3262bff9fa7da63ad9bf0e5e4828 authored over 7 years ago by Facundo <[email protected]>
Change a few methods so they do what their name suggests (fix for #2765)

df467e688e1596dfaa2db9dd0f39e25401969b79 authored over 7 years ago by Max Lohrmann <[email protected]>
* Fix a case of "background thread updating UI" (may affect some crashes when importing CSVs)

bed1cff292d5997b1b5a822be48ed92d31db9590 authored over 7 years ago by Max Lohrmann <[email protected]>
Merge remote-tracking branch 'sequelpro/master'

ff1db69283f69b8e9dc7fc373db242c37698c7c2 authored over 7 years ago by Abhi Beckert <[email protected]>
Remove a superfluous ivar and the unholy intermingling of UI and data code it has caused (part of #2770)

dfab0cd76c54ba3f78284a57c89a7585a6042a38 authored over 7 years ago by Max <[email protected]>
Move some code to a place where it makes more sense to be (part of #2770)

(This should not cause any behavioral changes)

e1b881b8f893803c4949a69055c4e8106562327d authored over 7 years ago by Max <[email protected]>
Merge remote-tracking branch 'sequelpro/master'

d20ad5fecb5d68f7dbee83aa56bdd1d262698bc7 authored over 7 years ago by Abhi Beckert <[email protected]>
Fix an error where Sequel Pro was unable to detect the default charset of partitioned tables (#2761)

4daa0e1419ac63abcfb87b9ba7e9f3db5861a95a authored over 7 years ago by Max <[email protected]>
Fix warning on 10.12+

47f6ce1f83af9a885ad08d5d95741080575f9a51 authored over 7 years ago by Stuart Connolly <[email protected]>
Fix display of showing/hiding the custom filename and advanced options views on the export dialog.

0c26bbb843dab636e4db598505f77621ff93f4dc authored over 7 years ago by Stuart Connolly <[email protected]>
Fix minimum size warning.

970b847c2202a96d895b4a253448bdf75398812b authored over 7 years ago by Stuart Connolly <[email protected]>
Fix warning by removing unreachable code.

ab972fc1ac374317a09ae4bef81b916cbf0d272e authored over 7 years ago by Stuart Connolly <[email protected]>
Fix drawing artifacts in some table views on OS X < 10.11

This was caused by Apple increasing the table view header row height from 17 to 23 and as usual ...

d1373bf8ce6b42179669d4001fa027ca1a6e2ec6 authored over 7 years ago by Max <[email protected]>
Fix an exception when opening the „About“ window on OS X < 10.10

4ad2e844c29ea8f6c90d957d4ee2e20c13c4b492 authored over 7 years ago by Max <[email protected]>
Fix encrypted Session files on 10.6

8239d138463e88e2d96a60a1f378f677893e5f6f authored over 7 years ago by Max <[email protected]>
Silly README file, you can’t be a source code file

78d950a869da1aaac6ab7ce0298fef965ffe87a3 authored over 7 years ago by Max <[email protected]>
Update source code compatibility

* Remove forward SDK declaration for 10.8 and below (since that is the minimum required developm...

2a6e6504a3ae379d80fb9c4bd19250382b9180ad authored over 7 years ago by Max <[email protected]>
Merge branch 'master' of https://github.com/sequelpro/sequelpro

004af0c9d13d5c9f29b3e0e08ee7df025ee56026 authored over 7 years ago by Max <[email protected]>
Fix a case of „background thread updating UI“ that could cause an exception with a very specific timing (#2754)

5a201e6cf26b26c6fd3dfab9cb18211e75bada26 authored over 7 years ago by Max <[email protected]>
Fix first responder exception being logged on 10.12. Check if the favourites outline view is attached to a window before setting it as the first responder.

63eb8781018c094644bc1d46099b42ad27f51670 authored over 7 years ago by Stuart Connolly <[email protected]>
Fix first responder exception being logged on 10.12. Check if the favourites outline view is attached to a window before setting it as the first responder.

9527a670cf2ea0f05312a09bd4def0721254e0ae authored over 7 years ago by Stuart Connolly <[email protected]>
Merge branch 'master' of github.com:sequelpro/sequelpro

db0335a4eff4a04d044f5cbd617fd21c0bec8932 authored over 7 years ago by Stuart Connolly <[email protected]>
#2633: Change 'Remove' to 'Delete' on connection favourites context menu.

dd2df6369dba304178e98fa2d15f2b53f2dabcdf authored over 7 years ago by Stuart Connolly <[email protected]>
More debug code to find cause of #2266

64929b3d810d8c18367ba869cba726f2360978d1 authored over 7 years ago by Max <[email protected]>
Enable Show/Hide Query Console table columns via right-click on the table header

fc4b19bb587bf7811b8dbec275d0ba1684a87287 authored over 7 years ago by Max <[email protected]>
Merge branch 'master' of github.com:sequelpro/sequelpro

93239c06887d54de204e1cf0c559327c00f06ed1 authored over 7 years ago by Stuart Connolly <[email protected]>
Remove unused var.

ed23600e2539a858b34c52d585830e153593b2b4 authored over 7 years ago by Stuart Connolly <[email protected]>
Allow copying lines from query console by using drag-and-drop (part of #2749)

db424ed281c8cf9c99406b248c195f0c8a4a6c38 authored over 7 years ago by Max <[email protected]>
Move table relations delegate methods into their own catrgory to be consistent with other controllers.

5f1b37e21c113101b2d72124f6dbd22b77a4fddc authored over 7 years ago by Stuart Connolly <[email protected]>
Make XIB versions consistent and remove Xcode 8 restriction.

dbcea5c9ed64331f02a1f4e5525dfbfff0d61894 authored over 7 years ago by Stuart Connolly <[email protected]>
Add line for test builds and issues

f2d5bbc30eaf86b9f8d6e9db838ac98f64cdaa56 authored over 7 years ago by William Entriken <[email protected]>
Add encouraging text for new contributors, fixes #2746

61bdbdbc23d4472f2c40038353d9c725554e8178 authored over 7 years ago by William Entriken <[email protected]>
Remove accidentally committed line.

c56b52ae1ef0555e2497e746bee6ecae2bf1f95b authored over 7 years ago by Stuart Connolly <[email protected]>