aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
Commit message (Expand)AuthorAgeFilesLines
* • 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
* • 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