aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • some further bit field editing preparationsBibiko2010-09-155-223/+437
* Enable column sorting in the server processes window. Implements issue #816.stuconnolly2010-09-151-0/+14
* - Fix row count tracking when deleting table rows; this fixes Issue #819rowanbeentje2010-09-141-5/+5
* - Remember to manually update the export source when updating the UI programm...stuconnolly2010-09-141-7/+19
* • (re?)enabled BIT field editing esp. for field types like BIT(9) or BIT(6...Bibiko2010-09-142-2/+8
* - Implement support for MySQL over SSL for both TCP/IP and Socket connection...rowanbeentje2010-09-135-66/+351
* • fix editing validation and doCommandBySelector: stuff for SPCustomQuery c...Bibiko2010-09-131-1/+3
* • fixed issue for showing the optimized field type; it can return NULL; if ...Bibiko2010-09-131-2/+2
* * Fix string width as reported by Alexander Vasiliev (ru)dmoagx2010-09-121-1/+1
* • added to Structure source table's context menu item: "Show optimized fiel...Bibiko2010-09-122-0/+50
* • SPTableStructure's source table saves its column widthsBibiko2010-09-101-1/+0
* • SPTableStructureBibiko2010-09-101-1/+1
* • TableStructureBibiko2010-09-101-4/+4
* • TableStructureBibiko2010-09-101-160/+113
* • TableStructureBibiko2010-09-101-85/+189
* • TableStructureBibiko2010-09-102-17/+91
* • fixed _supportsEncoding setting to dis/enable safely Database > View Usin...Bibiko2010-09-101-1/+6
* • for Structure editing: try to save a row being edited _before_ the row se...Bibiko2010-09-091-0/+7
* • Structure editingBibiko2010-09-092-46/+75
* • StructureBibiko2010-09-091-0/+8
* • [SPDatabase getDatabaseCollationsForEncoding:] now uses a cache to reduce...Bibiko2010-09-093-7/+34
* • TableStructureBibiko2010-09-093-446/+484
* - Alter the connection view layout, moving the connection details forms into...rowanbeentje2010-09-092-2/+34
* - Add a further UI hint in the form of a accessory view to the SSH key locat...rowanbeentje2010-09-084-14/+23
* - Add support for SSH identity files (public keys) in custom locationsrowanbeentje2010-09-087-4/+140
* • CSV Import into new table:Bibiko2010-09-061-4/+79
* • CSV Import Mapper sheet:Bibiko2010-09-062-44/+197
* - When refreshing table content view, refresh the status information for tab...rowanbeentje2010-09-051-1/+2
* - Fix incomplete argument logic when deleting multiple rows without indexes ...rowanbeentje2010-09-052-21/+26
* Minor enhancements to the CSV import dialogs new table info sheet (i.e. table...stuconnolly2010-09-051-2/+6
* • CSV Import into new TABLEBibiko2010-09-044-53/+156
* • further improvements for CSV import into new tableBibiko2010-09-033-5/+75
* • further progress for CSV import into new tableBibiko2010-09-033-13/+80
* • finished the first implementation of CSV Import into new tableBibiko2010-09-036-18/+220
* • first preparations to support a CSV import into a new table (not yet exec...Bibiko2010-09-023-66/+234
* • CSV Import Field mapperBibiko2010-09-021-1/+0
* • Show/Copy Create Syntax now come up with all create syntaxes of selected ...Bibiko2010-09-012-110/+111
* Remove an attempt to obtain a bool value from a var that is already one resul...stuconnolly2010-09-011-1/+1
* • removed command to make the CustomQuery's table first responder after pe...Bibiko2010-09-011-1/+0
* - Ensure previous outstanding performSelector: requests are cancelled to avo...rowanbeentje2010-09-011-0/+4
* • fixed AppleScript crash after calling 'open' without any parameterBibiko2010-08-311-8/+29
* • fixed in field editing mode the editing of BINARY fieldsBibiko2010-08-312-4/+10
* - When a table content page reload loads no data, and so triggers a reload o...rowanbeentje2010-08-301-0/+1
* • added some basic VIEW INFORMATION coming from information.schema.VIEWSBibiko2010-08-303-155/+212
* • further improvements for in cell editing of view data in TableContent tablesBibiko2010-08-272-135/+138
* • further improvements for in cell editing in CustomQuery tablesBibiko2010-08-273-110/+108
* • fixed issue that data in views weren't editable (copy&paste typo problem)Bibiko2010-08-261-0/+1
* • removed onMainThread for [Content/CustomTable makeFirstResponder] to avoi...Bibiko2010-08-265-64/+111
* If the user chooses to overwrite the output file(s) when performing an export...stuconnolly2010-08-262-2/+11
* Exporter:rowanbeentje2010-08-264-3/+22