aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When checking for DB changes during an export, don't refresh the table list, ...stuconnolly2010-09-271-59/+51
* Correctly uppercase menu item. Also, update strings files.stuconnolly2010-09-273-423/+122
* • initial sketch approach to allow to write complex WHERE clauses by using...Bibiko2010-09-273-326/+1705
* • made SPCopyTable more independent against missing 'tableStorage' objectBibiko2010-09-271-2/+2
* - Fix support for delimiters at the very end of a query string/filerowanbeentje2010-09-271-2/+2
* Improve delimiter support in imported SQL files:rowanbeentje2010-09-271-7/+13
* * One label was too short in Content Filter Managerdmoagx2010-09-265-145/+2376
* Tweak favourites sorting from r2696, fixing exceptions when no sort type is s...rowanbeentje2010-09-262-4/+4
* Implement threading locking when modifying the query console/controller's log...stuconnolly2010-09-262-0/+13
* Remember the width of the server process list tableview columns between appli...stuconnolly2010-09-263-0/+30
* Remove 10.4 related code and associated macros.stuconnolly2010-09-265-68/+11
* - Correctly sort connection favourites upon startup for both the connection a...stuconnolly2010-09-265-146/+81
* - Remove "Release when closed" from three panels; this was causing conflicts...rowanbeentje2010-09-252-34/+145
* Fix for exception http://spbug.com/l/1638 caused by the result of comment cha...stuconnolly2010-09-251-1/+1
* Consolidate and improve ping code:rowanbeentje2010-09-254-171/+153
* Change the comment fomat used when displaying and copying the create syntaxes...stuconnolly2010-09-241-8/+5
* • corrected switch() {} syntaxBibiko2010-09-231-3/+8
* Fix add index sheet height.stuconnolly2010-09-231-23/+23
* Add support in the new index sheet for specifying an index's key block size (...stuconnolly2010-09-223-42/+245
* • fixed issue836 by avoiding the fact that while selecting a new table the...Bibiko2010-09-223-103/+213
* Fix an issue where by an export would fail to begin when the check for databa...stuconnolly2010-09-221-2/+6
* • fixed issue 834 for filtering table list if TablesListView doesn't have t...Bibiko2010-09-221-1/+1
* Add missing SVN properties and general comments tidy up.stuconnolly2010-09-2125-130/+74
* • do not use title strings of NSPopupButtons for creating the CREATE TRIGGE...Bibiko2010-09-211-105/+110
* • TableStructureBibiko2010-09-212-27/+131
* Update Localizable.strings and resolve the use of multiple comments for the s...stuconnolly2010-09-216-19/+18
* • 'doPerformQueryService' set toolbar to Custom QueryBibiko2010-09-211-5/+6
* • reverted to rev 2630 which removed an 'unnecessary' [table reloadData]; ...Bibiko2010-09-211-0/+1
* Very minor tidy up.stuconnolly2010-09-201-3/+2
* • avoid exceptions etc. if content filter clause is emptyBibiko2010-09-201-10/+22
* • SPTableContentBibiko2010-09-203-156/+551
* • SPTableContentBibiko2010-09-203-184/+235
* • fixed in [_addIndexUsingDetails:]: do not release supportsLength and requ...Bibiko2010-09-201-187/+208
* - A further attempt to improve MySQL library crashes by improving threaded p...rowanbeentje2010-09-202-1/+33
* - Before performing an export (except from a dot export), refresh the table l...stuconnolly2010-09-192-46/+106
* - Prevent the table content from being filtered or pages through if a row is...rowanbeentje2010-09-181-0/+2
* - Remove a number of invalid [NSTableView makeFirstResponder] calls that had...rowanbeentje2010-09-188-12/+12
* - Clean up warnings when building with GCCrowanbeentje2010-09-183-10/+15
* Add index sheet:stuconnolly2010-09-182-12/+12
* - Fix crashes triggered by connection unlocking after disconnection; this ad...rowanbeentje2010-09-181-2/+2
* - When opening the add new sheet, ensure that the remove button is disabled w...stuconnolly2010-09-171-0/+10
* - Fix a UI validation bug when adding an additional indexed field with a leng...stuconnolly2010-09-171-2/+4
* * Fixes minor label length issues and one unlocalized stringdmoagx2010-09-173-597/+72
* New add index sheet, which includes:stuconnolly2010-09-177-404/+1809
* • only some minor code cosmeticsBibiko2010-09-173-412/+413
* • added comments conforming to the new SP doc generatorBibiko2010-09-162-35/+166
* • BIT Field Sheet Editor now can handle NULL valuesBibiko2010-09-165-14/+172
* • finished and enabled the new BIT field editor sheetBibiko2010-09-162-70/+160
* - Consolidate structure and content row editing cancellation code into a sin...rowanbeentje2010-09-169-81/+73
* • further progress on the BIT field sheet editorBibiko2010-09-152-23/+82