aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * enable skip_install (debugging continuous integration server)Abhi Beckert2013-11-102-0/+6
| * fix reference to readme fileAbhi Beckert2013-11-101-2/+2
|/
* Fixed warning on ‘beginSheetForDirectory’Marius Ursache2013-11-101-22/+16
* Fixed memory leakMarius Ursache2013-11-101-3/+3
* Updated build script to gitMarius Ursache2013-11-101-1/+2
* Cleaned up Sending 'const NSString *' to parameter of type 'NSString *' disca...Marius Ursache2013-11-092-4/+4
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-0917-54/+54
* Merge pull request #1848 from abhibeckert/masterAbhi Beckert2013-11-091-0/+96
|\
| * update main scheme to be sharedAbhi Beckert2013-11-091-0/+96
* | Merge branch 'master' of github.com:sequelpro/sequelproMarius Ursache2013-11-093-23/+21
|\ \
| * | Merge pull request #1847 from abhibeckert/masterMatt Langtree2013-11-093-23/+21
| |\|
| | * Add logo image to readmeAbhi Beckert2013-11-091-1/+1
| | * Update readmeAbhi Beckert2013-11-092-23/+19
| | * add .gitignoreAbhi Beckert2013-11-091-0/+2
| |/
* / Fixed NSMutableString vs NSString warningsMarius Ursache2013-11-093-4/+4
|/
* Update SDKROOT = macosx; for main project, SPMySQLFramework and QueryKit sub-...Matt Langtree2013-11-093-9/+12
* Change case on heading in READMEMatt Langtree2013-11-091-1/+1
* For the CSV storage engine, don't allow adding nullable fields as well as dis...stuconnolly2013-10-284-58/+71
* Tidy up.stuconnolly2013-10-271-24/+33
* Add a new option to enable/disable the field editor sheet in the actual sheet...stuconnolly2013-10-271-75/+163
* Make sure Xcode 4 correctly runs our unit tests.stuconnolly2013-10-271-1/+1
* Ensure the relations table view is refreshed after field changes result in a ...stuconnolly2013-10-2710-96/+181
* Fix warning.stuconnolly2013-10-241-57/+55
* Minor change to push build through.stuconnolly2013-10-241-1/+0
* * This change adds basic tab coloring support for favorites - ** POC / NEEDS ...dmoagx2013-10-2319-9497/+10650
* Issue #1369: Fix the display of cross database relations.stuconnolly2013-10-213-168/+144
* - Alter the MySQL library build script to explicitly use the system zlib. T...rowanbeentje2013-09-083-1/+1
* - Update to the MySQL 5.5.33 client librariesrowanbeentje2013-09-086-10/+13
* Allow opened SQL files to be saved back to the original file, addressing Issu...rowanbeentje2013-09-089-2723/+538
* - Fix an issue that could cause invalid SQL exports if table contents change...rowanbeentje2013-09-051-47/+35
* - Add .sql files opened via File > Open to the Recent Files menu for Issue #...rowanbeentje2013-09-031-0/+2
* - Fix an uninitialised value in the custom query line number view which coul...rowanbeentje2013-08-281-0/+1
* - Add the ability for SPTextAndLinkCell arrows to be selectively disabled on...rowanbeentje2013-08-273-7/+25
* - Fix exceptions when shift-tabbing back from a very early cell in the Struc...rowanbeentje2013-08-261-2/+2
* - Fix occasional exceptions when saves of new fields in the table structure ...rowanbeentje2013-08-261-7/+6
* - Improve thread safety within the console window, triggering draw and view ...rowanbeentje2013-08-261-6/+8
* - Fix an exception on 10.6 when clicking below the table list rows (http://s...rowanbeentje2013-08-251-6/+17
* - Ensure the table row counts are correctly updated when reloading tables - ...rowanbeentje2013-08-221-0/+2
* - Fix hanging waiting for new result store to return if there was a query er...rowanbeentje2013-08-141-1/+1
* - Add some overrides to SPMySQLEmptyResult to fix errors when running querie...rowanbeentje2013-08-142-1/+22
* - Add missing function declaration for 10.7 buildsrowanbeentje2013-08-141-0/+1
* Rework table content and custom query data loading and storage for speed incr...rowanbeentje2013-08-1331-670/+2046
* PostgresKit: Add a new property to return the number of rows affected by the ...stuconnolly2013-06-183-18/+29
* - Fix window update notification action within PSMTabBar, only redrawing the...rowanbeentje2013-06-132-6/+25
* Update test data script to set the timezone for the session.stuconnolly2013-05-261-0/+1
* Output test details in order to debug in build server.stuconnolly2013-05-261-0/+17
* * Fixes validation of "Show Optimized Field Type" item (issue #1729)dmoagx2013-05-241-0/+5
* - Address further Release/Distribution build warningsrowanbeentje2013-05-2215-64/+64
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-2166-2144/+529
* PostgresKit: Add a common integration test case base.stuconnolly2013-05-217-92/+156