aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
Commit message (Expand)AuthorAgeFilesLines
* Merge in recent fixes from trunk for 0.9.6 release:rowanbeentje2009-08-071-0/+3
* - Fix an errant NSLog in TableSourcerowanbeentje2009-08-011-67/+228
* Put the table content filter in a split view so the field name drop down and ...stuconnolly2009-08-011-0/+18
* Disable updating the number of rows in the selected table in the table data c...stuconnolly2009-07-211-3/+3
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-17/+16
* Improvements to reporting the correct row count for tables. See issue #141.stuconnolly2009-07-211-10/+10
* • added: AMIndeterminateProgressIndicatorCell for global spinning wheelBibiko2009-07-181-1/+1
* - Update WHERE string buildup - the code now uses equals comparisons rather ...rowanbeentje2009-07-181-22/+3
* Add the ability to navigate between tables via foreign key relationships, add...rowanbeentje2009-07-181-53/+116
* • Field Editor Sheet classBibiko2009-07-171-1/+1
* • applied the new class SPFieldEditorController to TableContentBibiko2009-07-171-503/+19
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-22/+18
* Rework data storage and retrieval in TableContent and CustomQuery backing arr...rowanbeentje2009-07-131-97/+105
* - 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 warnings caused by calls to validateMenuItem: being passed to NSObject by...stuconnolly2009-07-021-1/+1
* Add contextual menus to the table content and table relations views. Complete...stuconnolly2009-07-021-0/+21
* • changes in editSheet:Bibiko2009-06-241-12/+53
* • added to SPDataAdditions:Bibiko2009-06-231-26/+14
* • fixed several problems for alerting an error sheet inside of a didEndSele...Bibiko2009-06-231-5/+25
* • added SPDataCellFormatter to data cells of the Custom Query tableBibiko2009-06-231-26/+33
* • moved dataToHex as dataToFormattedHexString from TableContent to SPDataAd...Bibiko2009-06-231-89/+3
* • changed: if the current edited field is a "ENUM" fieldBibiko2009-06-211-1/+5
* • some code cleaning and tiny performance enhancements for various for/whil...Bibiko2009-06-211-55/+61
* • added: SPDataAdditions.mBibiko2009-06-191-66/+8
* • added to TableContent.m:Bibiko2009-06-191-0/+117
* • added: by holding ⌘, ⇧, or/and ⌥ dragged selected rows will be copi...Bibiko2009-06-191-2/+10
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-21/+21
* Move the QuickLook interface to its own header file.stuconnolly2009-06-151-0/+1
* • subclassed the editSheet textViewBibiko2009-06-151-22/+0
* • different log message for changing max_allowed_packet for increasing it a...Bibiko2009-06-151-5/+17
* • deleted the drag&drop feature of file path or content from SPTextViewAddi...Bibiko2009-06-151-4/+9
* • improved event handling while showing QuickLook preview in editSheetBibiko2009-06-151-6/+39
* • moved code for de/increasing font and drag&drop feature (content or while...Bibiko2009-06-131-45/+64
* • cleaned and commented the rewritten editSheet codeBibiko2009-06-121-29/+71
* • rewrote editSheet for editing and displaying BLOB or TEXT data completelyBibiko2009-06-121-19/+190
* • fixed exception if content table view wants to load data from a table but...Bibiko2009-06-111-1/+1
* • cleaned code for the case that the user selects a view which causes a MyS...Bibiko2009-06-101-2/+3
* • added: "Copy as SQL INSERT" ^⌥⌘CBibiko2009-06-081-3/+3
* • improved "Copy as SQL INSERT" (still hidden)Bibiko2009-06-071-1/+2
* • improved "Copy as SQL INSERT" (still hidden - can be tested if the menu i...Bibiko2009-06-071-1/+3
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-051-2/+1
* • added the operator LIKE to numeric fields in the content browserBibiko2009-06-041-2/+7
* New preference to allow the displaying of vertical grid lines in table views.stuconnolly2009-05-191-19/+39
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-0/+2
* Improve warning dialogs when removing table rows. Part of issue #192.stuconnolly2009-05-111-24/+36
* - When adding a new row, insert the pref-set value for NULL if the default v...rowanbeentje2009-04-141-1/+1
* Added printing support via WebKit WebViewbamse162009-04-111-0/+22
* - part 4 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-101-52/+52
* Fix for issue #211: Table content count incorrectly reporting selected row co...stuconnolly2009-04-071-8/+16