aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* • some speed improvements and code simplifications for navigatorBibiko2010-03-301-10/+12
* • fixed several threading issues due to threadingBibiko2010-03-292-8/+10
* • added some more sanity checks to avoid exceptions due to threadingBibiko2010-03-291-3/+9
* • improved completion suggestion for db schemataBibiko2010-03-291-3/+5
* • fixed several issue for completion listsBibiko2010-03-292-74/+65
* - db structure for tables and views will now be queried by using SHOW… stat...Bibiko2010-03-282-101/+197
* - Improve MCPConnection behaviour with respect to run loops and proxies, imp...rowanbeentje2010-03-271-7/+29
* - When switching tables, correctly catch disconnections and suppress error d...rowanbeentje2010-03-271-4/+4
* • navigatorBibiko2010-03-262-6/+7
* • Navigator and completion listBibiko2010-03-262-49/+57
* • first steps to ease the structure querying for auto-completion and navigatorBibiko2010-03-262-35/+92
* Revert a change made in r2005 by not waiting on the completion of calls to un...stuconnolly2010-03-261-1/+1
* Minor MCPKit tidy up, including the resolution of potential issues raised dur...stuconnolly2010-03-267-47/+128
* - Simplify connection keepalives, moving to a single repeating timer on the ...rowanbeentje2010-03-262-89/+37
* Suppress the connection structure query if there're more than 10000 items are...Bibiko2010-03-251-2/+24
* • NavigatorBibiko2010-03-252-0/+24