| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings caused by calls to validateMenuItem: being passed to NSObject by... | stuconnolly | 2009-07-02 | 1 | -1/+1 |
* | Add contextual menus to the table content and table relations views. Complete... | stuconnolly | 2009-07-02 | 1 | -0/+21 |
* | • changes in editSheet: | Bibiko | 2009-06-24 | 1 | -12/+53 |
* | • added to SPDataAdditions: | Bibiko | 2009-06-23 | 1 | -26/+14 |
* | • fixed several problems for alerting an error sheet inside of a didEndSele... | Bibiko | 2009-06-23 | 1 | -5/+25 |
* | • added SPDataCellFormatter to data cells of the Custom Query table | Bibiko | 2009-06-23 | 1 | -26/+33 |
* | • moved dataToHex as dataToFormattedHexString from TableContent to SPDataAd... | Bibiko | 2009-06-23 | 1 | -89/+3 |
* | • changed: if the current edited field is a "ENUM" field | Bibiko | 2009-06-21 | 1 | -1/+5 |
* | • some code cleaning and tiny performance enhancements for various for/whil... | Bibiko | 2009-06-21 | 1 | -55/+61 |
* | • added: SPDataAdditions.m | Bibiko | 2009-06-19 | 1 | -66/+8 |
* | • added to TableContent.m: | Bibiko | 2009-06-19 | 1 | -0/+117 |
* | • added: by holding ⌘, ⇧, or/and ⌥ dragged selected rows will be copi... | Bibiko | 2009-06-19 | 1 | -2/+10 |
* | • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline function | Bibiko | 2009-06-18 | 1 | -21/+21 |
* | Move the QuickLook interface to its own header file. | stuconnolly | 2009-06-15 | 1 | -0/+1 |
* | • subclassed the editSheet textView | Bibiko | 2009-06-15 | 1 | -22/+0 |
* | • different log message for changing max_allowed_packet for increasing it a... | Bibiko | 2009-06-15 | 1 | -5/+17 |
* | • deleted the drag&drop feature of file path or content from SPTextViewAddi... | Bibiko | 2009-06-15 | 1 | -4/+9 |
* | • improved event handling while showing QuickLook preview in editSheet | Bibiko | 2009-06-15 | 1 | -6/+39 |
* | • moved code for de/increasing font and drag&drop feature (content or while... | Bibiko | 2009-06-13 | 1 | -45/+64 |
* | • cleaned and commented the rewritten editSheet code | Bibiko | 2009-06-12 | 1 | -29/+71 |
* | • rewrote editSheet for editing and displaying BLOB or TEXT data completely | Bibiko | 2009-06-12 | 1 | -19/+190 |
* | • fixed exception if content table view wants to load data from a table but... | Bibiko | 2009-06-11 | 1 | -1/+1 |
* | • cleaned code for the case that the user selects a view which causes a MyS... | Bibiko | 2009-06-10 | 1 | -2/+3 |
* | • added: "Copy as SQL INSERT" ^⌥⌘C | Bibiko | 2009-06-08 | 1 | -3/+3 |
* | • improved "Copy as SQL INSERT" (still hidden) | Bibiko | 2009-06-07 | 1 | -1/+2 |
* | • improved "Copy as SQL INSERT" (still hidden - can be tested if the menu i... | Bibiko | 2009-06-07 | 1 | -1/+3 |
* | Fixed some memory leaks found using llvm/clang. There are still some to fix | bamse16 | 2009-06-05 | 1 | -2/+1 |
* | • added the operator LIKE to numeric fields in the content browser | Bibiko | 2009-06-04 | 1 | -2/+7 |
* | New preference to allow the displaying of vertical grid lines in table views. | stuconnolly | 2009-05-19 | 1 | -19/+39 |
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -0/+2 |
* | Improve warning dialogs when removing table rows. Part of issue #192. | stuconnolly | 2009-05-11 | 1 | -24/+36 |
* | - When adding a new row, insert the pref-set value for NULL if the default v... | rowanbeentje | 2009-04-14 | 1 | -1/+1 |
* | Added printing support via WebKit WebView | bamse16 | 2009-04-11 | 1 | -0/+22 |
* | - part 4 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 1 | -52/+52 |
* | Fix for issue #211: Table content count incorrectly reporting selected row co... | stuconnolly | 2009-04-07 | 1 | -8/+16 |
* | • FIXED: "Limit from" NSStepper retains the old value if the new value woul... | Bibiko | 2009-04-06 | 1 | -1/+27 |
* | Fixed bug when using the IN filter. removed inclusion of single quotes at sta... | avenjamin | 2009-03-27 | 1 | -1/+1 |
* | - Fix exceptions and so saving table column width changes in databases or ta... | rowanbeentje | 2009-03-27 | 1 | -6/+2 |
* | Completely redesigned query console that now uses a table view instead of a t... | stuconnolly | 2009-03-26 | 1 | -2/+5 |
* | - when loading texts/blobs is disabled, the table view now shows "(not loaded... | jakob | 2009-03-26 | 1 | -8/+64 |
* | Fix a reproducible sort-sort-refresh-sort crash bug by explicitly managing so... | rowanbeentje | 2009-03-25 | 1 | -3/+7 |
* | - fixed issue #203 (backticks in identifiers not supported) | jakob | 2009-03-24 | 1 | -35/+37 |
* | Issue 201: Duplicating a row resets values of text/blob fields in the new row | bamse16 | 2009-03-23 | 1 | -4/+4 |
* | Issue 201: Duplicating a row resets values of text/blob fields in the new row | bamse16 | 2009-03-23 | 1 | -4/+14 |
* | Issue #201 Duplicating a row resets values of text/blob fields in the new row | bamse16 | 2009-03-22 | 1 | -48/+46 |
* | As Rowan's suggestion, I've replaced older/younger with after/before | bamse16 | 2009-03-19 | 1 | -1/+1 |
* | - Fix an old bug where adding rows when "Reload table after adding a row" wa... | rowanbeentje | 2009-03-11 | 1 | -2/+2 |
* | Small fixes clang complained about. Others will follow | bamse16 | 2009-03-11 | 1 | -4/+9 |
* | - Increment trunk version number to 0.9.4 | rowanbeentje | 2009-03-11 | 1 | -3/+14 |
* | - Fix a number of edit sheet crashers regarding opening and saving files, im... | rowanbeentje | 2009-03-05 | 1 | -20/+72 |