aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
Commit message (Expand)AuthorAgeFilesLines
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-338/+513
* Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-141-16/+38
* Bring outline view branch up to date with trunk (r3234:3277).stuconnolly2011-04-221-50/+197
* Bring outline view branch up to date with trunk (r3235:r3245), which should r...stuconnolly2011-03-191-1/+1
* Bring outline view branch up to date with trunk (r3227:r3233).stuconnolly2011-03-081-2/+5
* Merge in missing commit from trunk.stuconnolly2011-03-071-56/+64
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-24/+34
* Bring outline view branch up to date with trunk (r3188:r3201).stuconnolly2011-02-201-20/+36
* Bring outline view branch up to date with trunk (r3165:r3177).stuconnolly2011-02-011-6/+28
* • fixed minor issue for filterTable approach in ContentBibiko2011-01-241-2/+24
* - Fix problems correctly resetting state when a query affects no rows on cre...rowanbeentje2011-01-141-2/+11
* • fixed several issues for validation and other stuff while editing of MySQ...Bibiko2011-01-111-3/+12
* - Fix default population for NOT NULL numeric fields when adding rowsrowanbeentje2011-01-111-3/+11
* - Fix split view overlap on the custom query view cuasing lines on scrolling...rowanbeentje2010-12-211-0/+29
* - Remove the CURRENT_TIMESTAMP workaround when saving rows as r3013 removes ...rowanbeentje2010-12-131-17/+8
* - When saving rows in the table content view, only include those fields whic...rowanbeentje2010-12-131-73/+82
* • Bundle commandsBibiko2010-12-091-1/+5
* • Bundle command supportBibiko2010-12-071-0/+8
* - Fix maximum table row resetting, which caused a bug when reloading a table...rowanbeentje2010-12-021-0/+4
* • Bundle CommandsBibiko2010-12-011-9/+27
* • Bundle Editor / Bundle commandsBibiko2010-12-011-0/+20
* - Right-align numeric columns in table content views and custom query resultsrowanbeentje2010-11-271-0/+8
* - Abstract SPDatabaseDocument's Connection/.spf saving/loading functionality...rowanbeentje2010-11-231-0/+4
* • sequelpro url scheme supportBibiko2010-11-221-0/+12
* • Bundle EditorBibiko2010-11-191-0/+8
* • Bundle SupportBibiko2010-11-161-1/+1
* • removed unnecessary space inside the WHERE clause generation for filtere...Bibiko2010-11-071-1/+1
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-4/+4
* • Custom and Content table in-cell editingBibiko2010-10-301-0/+14
* • fixed tiny issues for field editing in Content and Custom tableBibiko2010-10-301-0/+3
* • after the field editor sheet was closed enter into the edit mode of the c...Bibiko2010-10-301-2/+11
* • enabled enter/return/tab enters the edit mode for Content and Custom Quer...Bibiko2010-10-301-1/+1
* • Custom Query and Content table editingBibiko2010-10-291-3/+0
* • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ...Bibiko2010-10-291-40/+56
* • added tooltip for header cell of Content and Custom Query table displayin...Bibiko2010-10-271-0/+1
* • removed memory leakBibiko2010-10-261-1/+1
* • improved the TableStructure handling of GEOMETRY fields and their validat...Bibiko2010-10-251-3/+3
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-6/+0
* • fixed bug while editing views if a filter is in usageBibiko2010-10-221-2/+1
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Remove use of multiple comments for localized strings.stuconnolly2010-10-191-2/+2
* • fixed issue to show/hide the Quicklook GUI item in the Field Editor SheetBibiko2010-10-161-0/+2
* • implemented filter content type 'spatial' with general spatial operators ...Bibiko2010-10-151-0/+4
* • fixed issue of unnecessary string escaping for importing spatial data via...Bibiko2010-10-101-2/+2
* • enabled SRID editing of spatial fields via WKT stringBibiko2010-10-091-2/+3
* • improved field editor sheet to support geometry fieldsBibiko2010-10-091-2/+0
* • enabled thumbnail images of spatial geometry fields as tooltipsBibiko2010-10-091-8/+8
* • some further work on displaying geometry fields as imageBibiko2010-10-081-1/+9
* • improved issues for tooltip in Content and Custom tablesBibiko2010-10-081-10/+21
* • fixed issue for editing spatial wkt data in field editor sheetBibiko2010-10-081-1/+4
'>593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679