aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Rework data storage and retrieval in TableContent and CustomQuery backing arr...rowanbeentje2009-07-138-159/+171
* • added levenshteinDistanceOfWord: to SPStringAdditionsBibiko2009-07-133-6/+75
* Issue 333: Problems with single quotes in table name by escaping the single q...bamse162009-07-111-1/+3
* - Add support for the function "NOW()" to resolve Issue #300rowanbeentje2009-07-091-0/+3
* - Correctly display errors that occur when editing rows, and ensure the row ...rowanbeentje2009-07-091-8/+5
* Fix to clear compilation errors. 2 variables theUser and theHost weren't decl...avenjamin2009-07-091-2/+2
* - Add a number of additional nil checks as protection against further recurr...rowanbeentje2009-07-091-6/+10
* - Commit the second part of r995 (oops), addressing database selection issuesrowanbeentje2009-07-093-2/+3
* - Fix connection controller errors with nil strings (bindings?), fixing Issu...rowanbeentje2009-07-092-0/+40
* - Ensure that error IDs are available from CMMCPConnection after connection ...rowanbeentje2009-07-083-8/+15
* - Tweak tabbing in TableSource.m to behave correctly following r991 (see Iss...rowanbeentje2009-07-071-3/+1
* - Alter the "Allow Null" column in the source view to use a checkbox instead...rowanbeentje2009-07-071-15/+13
* MyISAM tables report the exact number of rows in a table in the output of SHO...stuconnolly2009-07-072-1/+5
* - Fix placeholder exports of views containing enums, improving on r959rowanbeentje2009-07-071-1/+7
* - Update the import/export progress sheet title to reflect the current activityrowanbeentje2009-07-062-2/+26
* - Fixes crashes in the CSV Field Mapping sheet caused by multiple threads an...rowanbeentje2009-07-061-5/+7
* - Improve handling of the new favorites interface in preferences, simplifyin...rowanbeentje2009-07-062-115/+97
* - Fix favorites text fields resizing in prefs windowrowanbeentje2009-07-061-1/+2
* Fixed some memory leaksbamse162009-07-061-8/+12
* Overhaul the connection screen:rowanbeentje2009-07-066-794/+1337
* small fix for add index sheet default behaviormtvee2009-07-021-1/+1
* Fix warnings caused by calls to validateMenuItem: being passed to NSObject by...stuconnolly2009-07-023-3/+3
* Restore the position of the buttons on the remove table and truncate table co...stuconnolly2009-07-021-4/+16
* Add contextual menus to the table content and table relations views. Complete...stuconnolly2009-07-022-0/+36
* Add contextual menus to table structure and table index views. Part of issue ...stuconnolly2009-07-021-0/+23
* When displaying the add new table sheet use SPDatabaseData to get the availab...stuconnolly2009-07-012-6/+6
* Fixed the last use connection when you're reordering your connectionsbamse162009-06-301-5/+9
* - Correctly SQL export views with interdependencies on other views or tables...rowanbeentje2009-06-272-1/+79
* Improve custom query timing and display:rowanbeentje2009-06-275-17/+21
* • fixes for Create Syntax HUD window:Bibiko2009-06-261-1/+1
* • fixed issue for sorting the Custom Query table via clicking at the header...Bibiko2009-06-261-2/+4
* - Printing of backgrounds is now correctly separated from the WebKit prefere...rowanbeentje2009-06-253-3/+18
* - Revert r844, making background printing draw from the print accessory view...rowanbeentje2009-06-252-3/+1
* • some work on SPFieldEditorBibiko2009-06-252-6/+172
* • added SPFieldEditor classBibiko2009-06-252-0/+419
* • trial to improve the Undo behaviour in the Custom Query editorBibiko2009-06-251-1/+3
* - Set an appropriate error message if the MySQL connection could not be esta...rowanbeentje2009-06-251-1/+5
* - Make changes to the table structure flush the appropriate table data cachesrowanbeentje2009-06-244-8/+34
* - We have always allowed setting "on update CURRENT_TIMESTAMP" for timestamp...rowanbeentje2009-06-242-0/+17
* Change the remove relation confirmation dialog to a sheet as opposed to a mod...stuconnolly2009-06-241-34/+48
* - Fix default values behaviour - previously, default values weren't being sa...rowanbeentje2009-06-241-15/+15
* • initial trial to make Custom Query's result table sortable by clicking at...Bibiko2009-06-242-11/+58
* Remove table column from relations table view as its redundant data.stuconnolly2009-06-241-1/+0
* • added separate Menu "Context Menu (Table List)" to DBView.xibBibiko2009-06-242-1/+62
* - Fix some warnings for setTitlebarStatus methodavenjamin2009-06-241-0/+1
* - Modified titlebar display of SSH statusavenjamin2009-06-243-12/+41
* • Custom Query fixes:Bibiko2009-06-242-61/+69
* • changes in editSheet:Bibiko2009-06-243-12/+75
* Implement some of the points suggested in issue #309:stuconnolly2009-06-241-14/+14
* • tried to unify the displaying of error messages (mainly converted them in...Bibiko2009-06-242-11/+29