aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks
Commit message (Expand)AuthorAgeFilesLines
* - Lion compatibility improvement: add support for fullscreen windows, on the...rowanbeentje2011-08-163-4/+13
* - Improve interactive_timeout handling, ensuring a minimum timeout of five m...rowanbeentje2011-08-081-0/+9
* Fix encoding issues, particularly giving errors when selecting tables and dis...rowanbeentje2011-08-071-112/+109
* - Ensure the CLIENT_INTERACTIVE is correctly set for MySQL connections, addr...rowanbeentje2011-07-271-1/+1
* - Copy some NSStringAdditions to MCPStringAdditions to improve framework sep...rowanbeentje2011-06-193-2/+54
* - Ensure the connection delegate is nil on initialisationrowanbeentje2011-06-191-1/+2
* - Upgrade MySQL client libraries to version 5.1.57rowanbeentje2011-06-056-5/+5
* NSNotificationAdditions tweaks:rowanbeentje2011-06-012-51/+37
* - After reviewing crash logs, improve query cancellation for increased stabi...rowanbeentje2011-05-301-3/+14
* Add the ability to double click a tab to duplicate the connection in a new ta...stuconnolly2011-05-092-32/+60
* • improve BIT field type supportBibiko2011-05-051-3/+13
* Alter result string processing to use returned string length and not null-ter...rowanbeentje2011-04-232-15/+5
* - Fix more compiler warningsrowanbeentje2011-03-152-2/+4
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-0/+1
* - Fix all warnings in the PSMTabBar framework, including a fix for a 10.5 dr...rowanbeentje2011-03-0315-204/+244
* - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-0211-137/+160
* Fix compiler warnings.stuconnolly2011-03-012-2/+2
* - Add a customised version of BWToolKit, incorporating Robert Payne's patch ...rowanbeentje2011-01-232-0/+1
* • fixed several memory leaks in PSMTabBar for NSMutableParagraphStyle (than...Bibiko2011-01-206-15/+23
* - Change window change notifications from key change notifications to main c...rowanbeentje2011-01-161-2/+2
* - Fix problems correctly resetting state when a query affects no rows on cre...rowanbeentje2011-01-141-4/+5
* • changed spatial SRIDs to int32 as it is declared in http://www.opengeospa...Bibiko2011-01-091-16/+18
* • fixed SP's internal spatial wkt calculation for large amount of data pointsBibiko2011-01-091-43/+43
* - Tweak tab bar background colour when the window is in the background to de...rowanbeentje2011-01-051-3/+3
* * Recognize "performance_schema" as system DB (added in 5.5)dmoagx2010-12-181-1/+2
* - Fix a race condition in conditions where the network has dropped, preventi...rowanbeentje2010-12-072-0/+21
* - Fix another memory leak in -[SRValidator isKeyCode:andFlagsTaken:error] - ...rowanbeentje2010-11-291-0/+0
* - Fix a memory leak in ShortcutRecorder's SRCharacterForKeyCodeAndCocoaFlags...rowanbeentje2010-11-291-0/+0
* - Add the NewBSD-licensed ShortcutRecorder.framework to the project, for ini...rowanbeentje2010-11-1619-0/+542
* - Tweak connection/reconnection to use locking, to prevent race condition is...rowanbeentje2010-11-121-1/+7
* - Alter connection details to be sent over UTF8 instead of Latin1 - this imp...rowanbeentje2010-11-101-16/+33
* - Improve query disconnection/reconnection while pings or queries are still ...rowanbeentje2010-11-031-3/+28
* • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ...Bibiko2010-10-291-5/+2
* • if a geometry field is empty '' return @"" instead of Header Error since ...Bibiko2010-10-251-2/+2
* • CSV Import Field Mapper SheetBibiko2010-10-231-1/+1
* Split MCPConnection's delegate methods into it's own protocol.stuconnolly2010-10-206-114/+152
* • enabled SRID editing of spatial fields via WKT stringBibiko2010-10-091-12/+21
* • implemented geometrycollection thumbnail images as tooltips for spatial f...Bibiko2010-10-091-123/+148
* • some further work on displaying geometry fields as imageBibiko2010-10-081-59/+90
* • some further work on displaying geometry fields as imageBibiko2010-10-082-0/+299
* • finished spatial field supportBibiko2010-10-082-11/+213
* • spatial field supportBibiko2010-10-071-29/+64
* • enhanced spatial supportBibiko2010-10-074-10/+145
* • removed approach to query spatial data by using AsText() since it breaks ...Bibiko2010-10-075-165/+287
* • added basic support for spatial dataBibiko2010-10-011-0/+4
* - Make the initial maximum packet fetch fail silently if it fails, defaultin...rowanbeentje2010-09-301-10/+4
* Consolidate and improve ping code:rowanbeentje2010-09-252-171/+153
* - A further attempt to improve MySQL library crashes by improving threaded p...rowanbeentje2010-09-201-1/+33
* - Clean up warnings when building with GCCrowanbeentje2010-09-183-10/+15
* - Fix crashes triggered by connection unlocking after disconnection; this ad...rowanbeentje2010-09-181-2/+2