aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
Commit message (Expand)AuthorAgeFilesLines
* • initial commit to support a connection/schema navigator (not yet active ...Bibiko2010-03-171-0/+34
* Fix a couple more potential issues found during static analysis.stuconnolly2010-03-151-1/+1
* Fix some potential issues found during static analysis.stuconnolly2010-03-151-1/+1
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-2/+10
* Peform the addition and removal of table indexes on a background thread with ...stuconnolly2010-03-141-1/+0
* • fixed printDocument validation if Custom Query is activeBibiko2010-03-131-5/+5
* Perform HTML generation for printing on a background thread, displaying the u...stuconnolly2010-03-131-2/+2
* - Add toolbar item for Triggers interfaceavenjamin2010-03-131-0/+13
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-131-10/+0
* tiny improvement for printDocument: menu item validationBibiko2010-03-131-2/+7
* Lots more printing support enhancements, including:stuconnolly2010-03-131-3/+1
* Various printing support enhancements, including:stuconnolly2010-03-121-164/+4
* Include the current table name in printing support. Fixes issue #501.stuconnolly2010-03-101-27/+34
* - Ensure endTask is called on the main thread, fixing various thread-safety ...rowanbeentje2010-03-101-0/+6
* • improved tooltip behaviour of SPNarrowDownCompletion's tableViewBibiko2010-03-091-0/+13
* • Select Content Filter ^⌘FBibiko2010-03-081-1/+1
* Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ...stuconnolly2010-03-081-0/+15
* Add a hidden preference to display or hide the MySQL server version in the wi...stuconnolly2010-03-071-2/+2
* • CSV Import Field MapperBibiko2010-03-051-17/+16
* • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha...Bibiko2010-02-261-88/+281
* • Query Favorites:Bibiko2010-02-251-17/+91
* • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v...Bibiko2010-02-231-0/+7
* Fix Issue #574 (foreign key links not working after first use):rowanbeentje2010-02-231-3/+3
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Ta...Bibiko2010-02-221-2/+5
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in St...Bibiko2010-02-221-1/+2
* • initial work to give the chance to reset the table's AUTO_INCREMENT valueBibiko2010-02-221-0/+21
* • fixed keyboard behaviour of "Create Sytax Sheet"Bibiko2010-02-201-0/+3
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-101-1/+1
* Complete the implementation of the management of table triggers (accessible v...stuconnolly2010-02-061-0/+1
* First stab at Schema Privileges. A UI redesign is on its way. Please test o...mltownsend2010-02-021-1/+1
* • Added basic print support for each CMTextViewBibiko2010-02-011-1/+6
* Added preliminary support for triggers. You can access the tab via the bamse162010-01-311-0/+24
* • CMTextView's colours are set via observer, live changed in editable textv...Bibiko2010-01-301-3/+5
* - Ensure the main toolbar items aren't selectable during a task to prevent o...rowanbeentje2010-01-261-0/+1
* Improve Disconnection on connection loss:rowanbeentje2010-01-241-14/+19
* • added call to update the completion list to neuralgic placesBibiko2010-01-211-0/+8
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-8/+8
* • fixed several sheetDidEnd selectors to close a NSAlert or NSWindow proper...Bibiko2010-01-131-1/+8
* - Move the query for the database structure to a background processing threa...rowanbeentje2010-01-121-1/+1
* - Testing found that r1653 fixed the warnings but for some reason disabled t...rowanbeentje2010-01-111-0/+1
* • further developments for the F5 completionBibiko2010-01-111-1/+1
* • further preparations to F5 completionBibiko2010-01-111-5/+15
* • first preparations to improve the Custom Query database names/table names...Bibiko2010-01-101-0/+2
* removed:Bibiko2010-01-091-1/+0
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-30/+30
* • fixed: do not disable User Account if no table is selectedBibiko2010-01-061-2/+9
* - Remove two unused variablesrowanbeentje2010-01-031-3/+0
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-23/+16
* In the database drop down, visually separate 'system' databases (i.e. mysql a...stuconnolly2009-12-231-13/+32
* Remove old redundant code that was left over form when the server variables s...stuconnolly2009-12-141-40/+1