aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks
Commit message (Expand)AuthorAgeFilesLines
* Add the BWToolkit.ibplugin to the Resources directory of BWToolkitFramework.f...rowanbeentje2010-07-21200-0/+1428
* Tab tweaks:rowanbeentje2010-07-201-3/+3
* - Clean up SPDataImport, removing unused methods and cleaning up order and m...rowanbeentje2010-07-192-0/+15
* Improve handling of BIT fields, including:stuconnolly2010-07-151-3/+32
* - Clean up automatic reconnection coderowanbeentje2010-07-142-27/+50
* Improve handling of network drops, including a new automatic reconnection att...rowanbeentje2010-07-132-7/+71
* Finalise Sequel Pro tab style:rowanbeentje2010-07-128-48/+45
* - Add default socket locations for Mac OS X Server and XAMPP to default sock...rowanbeentje2010-07-081-4/+6
* Tab tweaks:rowanbeentje2010-07-052-2/+7
* - Fix tab bars in windows with only one tab not disappearing after dragging ...rowanbeentje2010-07-031-4/+4
* - Further improve casting for dist buildsrowanbeentje2010-07-011-1/+1
* - Update localisable stringsrowanbeentje2010-06-302-3/+1
* Improve tab functionality, behaviour and interaction.rowanbeentje2010-06-3010-153/+380
* Improved calling of stored procedures:jakob2010-06-302-2/+31
* • made SP more robust against fast closing of tabs and windowsBibiko2010-06-291-2/+2
* • simplified and unified tab tooltipsBibiko2010-06-181-1/+2
* Enable the "Sequel Pro" tab style by default, and include the following fixes:rowanbeentje2010-06-182-39/+36
* • forgotten to remove debug logs for r2337Bibiko2010-06-171-1/+0
* • if a text string is dragged on tab this tab will be selected and the corr...Bibiko2010-06-171-1/+7
* - Further improve appearance of Sequel Pro tab style (still hidden): fixed d...rowanbeentje2010-06-172-33/+49
* - Improve MySQL 3 & MySQL 4 query cancellation and disconnection. This fixes...rowanbeentje2010-06-161-44/+47
* - Add tab bar shadow and active tab shadows to the Sequel Pro tab style (sti...rowanbeentje2010-06-151-47/+77
* - Fix comment retrieval issues for <4.1 when retrieving db structure - addre...rowanbeentje2010-06-141-1/+6
* Initial stage of re styling the tab bar to actually look half decent.avenjamin2010-06-146-15/+760
* - Replace the precompiled PSMTabBar framework with a build-from-source depen...rowanbeentje2010-06-0769-26/+8910
* - Ensure start/end query notifications are sent on the main thread to avoid ...rowanbeentje2010-06-013-3/+115
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-2340-0/+525
* Review queryDbStructureWithUserInfo:rowanbeentje2010-05-151-166/+127
* - Check return status when capturing query error message strings - this addr...rowanbeentje2010-05-091-2/+4
* Rework alert sheets:rowanbeentje2010-05-091-5/+13
* - Added OCMock.framework for unittests using mock objectsdrx7772010-05-0313-0/+217
* This changeset implements renaming and duplicating databases on a server. Det...drx7772010-04-282-12/+32
* - Upgrade MySQL libraries to 5.1.46 (was 5.1.44)rowanbeentje2010-04-273-2/+2
* Add extra connection checking at multiple stages of getting the server's proc...stuconnolly2010-04-271-5/+7
* Enable all *reasonable* warnings for all build configurations and fix a few o...stuconnolly2010-04-262-2/+2
* Bunch of improvements to the serve processes panel, including:stuconnolly2010-04-241-7/+7
* Only attempt to check or set the max allowed packet if there is an active con...stuconnolly2010-04-231-7/+14
* - changed the query locking mechanism for MCPConnection to be more thread saf...jakob2010-04-164-69/+127
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-0/+1
* - Commit a missing binary file to complete zlib support for r2091rowanbeentje2010-04-121-0/+0
* Add a new SPFileHandle class to support gzip compression and writing on a bac...rowanbeentje2010-04-121-0/+1605
* • improved querying db structure handlingBibiko2010-04-072-0/+22
* • query db structureBibiko2010-04-072-57/+98
* - Improve on r2050, running reconnections after a proxy disconnect on a new ...rowanbeentje2010-04-041-15/+22
* - Improve SPSSHTunnel question/password dialogs to no longer eat 100% CPU by...rowanbeentje2010-03-311-2/+5
* • removed unnecessary retains, ergo fixed some memory leaksBibiko2010-03-311-11/+9
* • querying for db structure is queued for the same connection to avoid 'ove...Bibiko2010-03-312-316/+361
* - Update FeedbackReporter with latest changes from master (minor tweaks resu...rowanbeentje2010-03-312-0/+0
* • next trial to make getAllKeysOfDbStructure thread safeBibiko2010-03-301-6/+28