aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
Commit message (Expand)AuthorAgeFilesLines
* • 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
* • FIXED: "Limit from" NSStepper retains the old value if the new value woul...Bibiko2009-04-061-1/+27
* Fixed bug when using the IN filter. removed inclusion of single quotes at sta...avenjamin2009-03-271-1/+1
* - Fix exceptions and so saving table column width changes in databases or ta...rowanbeentje2009-03-271-6/+2
* Completely redesigned query console that now uses a table view instead of a t...stuconnolly2009-03-261-2/+5
* - when loading texts/blobs is disabled, the table view now shows "(not loaded...jakob2009-03-261-8/+64
* Fix a reproducible sort-sort-refresh-sort crash bug by explicitly managing so...rowanbeentje2009-03-251-3/+7
* - fixed issue #203 (backticks in identifiers not supported)jakob2009-03-241-35/+37
* Issue 201: Duplicating a row resets values of text/blob fields in the new rowbamse162009-03-231-4/+4
* Issue 201: Duplicating a row resets values of text/blob fields in the new rowbamse162009-03-231-4/+14
* Issue #201 Duplicating a row resets values of text/blob fields in the new rowbamse162009-03-221-48/+46
* As Rowan's suggestion, I've replaced older/younger with after/beforebamse162009-03-191-1/+1
* - Fix an old bug where adding rows when "Reload table after adding a row" wa...rowanbeentje2009-03-111-2/+2
* Small fixes clang complained about. Others will followbamse162009-03-111-4/+9
* - Increment trunk version number to 0.9.4rowanbeentje2009-03-111-3/+14
* - Fix a number of edit sheet crashers regarding opening and saving files, im...rowanbeentje2009-03-051-20/+72
* Fix a bug related to not saving unchanged-but-edited rows, introduced in r370.rowanbeentje2009-03-041-2/+6
* - BLOB and binary fields are now fully visible and editable again (fixes Iss...rowanbeentje2009-03-031-46/+93
* Fix an issue where by selecting to view the content of a table without the op...stuconnolly2009-03-011-16/+14
* + Separate the console from being drawer based to its own panel. New console ...stuconnolly2009-02-281-2/+2
* - Removed unnecessary code block.avenjamin2009-02-271-9/+0
* Added length limits to varchar and char fields. Issue #170avenjamin2009-02-271-0/+15
* Replaces COUNT(*) with COUNT(1), which reportedly shows a speed increase on c...rowanbeentje2009-02-241-2/+2
* Fix the last two warnings in TableContent.m. Also include an error string in...rowanbeentje2009-02-191-3/+4
* - Ensure that the button controlling whether all data should be edited in a ...rowanbeentje2009-02-181-1/+1
* Visible improvements in this build:rowanbeentje2009-02-181-316/+283
* Date filters were order wrong causing the opposite of the expected result to ...stuconnolly2009-01-281-4/+4
* We are not quoting the filter argument when filter type is 'IN' meaning the S...stuconnolly2009-01-281-8/+7
* Removed Panther compatibilitiymltownsend2008-12-181-22/+7
* MERGED r262:266 from branches/stuart02 to trunk to include new project struct...stuconnolly2008-12-101-0/+2018