aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* • first preparations to support a CSV import into a new table (not yet exec...Bibiko2010-09-024-72/+787
* • CSV Import Field mapperBibiko2010-09-021-1/+0
* • corrected spelling of "First line contains fields names" to "First line c...Bibiko2010-09-012-8/+24
* • 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-312-10/+33
* • fixed in field editing mode the editing of BINARY fieldsBibiko2010-08-312-4/+10
* - Add connection checks before uses of mysql_hex_string and mysql_real_escap...rowanbeentje2010-08-311-16/+51
* - Attempt more status checking before closing the MySQL connection, in an at...rowanbeentje2010-08-303-3/+3
* - When a table content page reload loads no data, and so triggers a reload o...rowanbeentje2010-08-301-0/+1
* - Set pagination limit number formatter *off* lenient to allow editing forma...rowanbeentje2010-08-301-114/+494
* • added some basic VIEW INFORMATION coming from information.schema.VIEWSBibiko2010-08-303-155/+212
* - Improve background thread reconnect interaction with the interface; if the...rowanbeentje2010-08-291-3/+10
* • 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-265-31/+62
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-2521-206/+351
* • added tooltip about non-editable while keyboard navigation and trying to ...Bibiko2010-08-252-2/+33
* • after editing in Custom Query table preserve the selected line even if th...Bibiko2010-08-252-8/+14
* • fixed several issues for in cell editing of Custom Query tables and view ...Bibiko2010-08-254-87/+67
* • outsourced control:textView:doCommandBySelector: stuff to SPCopyTable sin...Bibiko2010-08-245-203/+358
* • in [SPCustomQuery tableSortCallback]Bibiko2010-08-241-7/+3
* • added context menu for Copy, Copy with Header, Copy as SQL Insert to Cust...Bibiko2010-08-243-4/+149
* • introduced tri-state sort order for Content and Custom Query tablesBibiko2010-08-242-188/+242
* • Content Window cell editingBibiko2010-08-241-0/+6
* • fixed memory leak in [SPDataAdditions shortStringRepresentationUsingEnco...Bibiko2010-08-243-342/+341
* • Table Content editing via keyboardBibiko2010-08-231-0/+12
* • changed TAB and SHIFT-TAB behaviour of Content Window tableBibiko2010-08-231-29/+98
* • first preparations to allow in cell editing in Custom Query (not yet act...Bibiko2010-08-224-172/+929
* • moved changes done in r 2566 to tableViewSelectionDidChange: if no item i...Bibiko2010-08-221-4/+12
* • after deleting of items in tablesList set selectedTableType to SPTableTyp...Bibiko2010-08-221-2/+7
* • view editingBibiko2010-08-221-11/+19
* • view editingBibiko2010-08-221-3/+16
* • implemented the editing of views in Content WindowBibiko2010-08-212-2/+277
* • overall replacement of:Bibiko2010-08-2014-191/+162
* Fix various potential memory leaks and general warnings as a result of static...stuconnolly2010-08-197-11/+17
* • made usage of SPBeginWaitingAlertSheet while closing a spf file for reada...Bibiko2010-08-194-16/+29
* • added SPBeginWaitingAlertSheet() routine which offers the chance to displ...Bibiko2010-08-195-51/+140
* • added SPFileManagerAdditionsBibiko2010-08-198-6/+203
* Move SPCopyTable in Xcode's logical file structure.stuconnolly2010-08-191-2/+2
* Missing changes from r2554.stuconnolly2010-08-194-272/+254
* • fixed xcode project for commit 2554 to apply the renaming of CMCopyTable....Bibiko2010-08-191-6/+6
* Rename CMCopyTable to SPCopyTable.stuconnolly2010-08-198-16/+16
* • fixed issue if SP's theme support folder or saved theme file resp. was re...Bibiko2010-08-191-0/+28
* • double-click in Finder on a 'spTheme' file installs this theme in SP's su...Bibiko2010-08-191-4/+31