| Commit message (Expand) | Author | Age | Files | Lines |
* | Table row should be a signed integer not unsigned, fixes duplicate method def... | stuconnolly | 2009-09-03 | 1 | -1/+1 |
* | Replace deprecated stringWithCString:length: and update Console.xib after SPQ... | stuconnolly | 2009-09-03 | 2 | -1/+6 |
* | • fixed (hopefully) : While adding all procedures and functions do check fo... | Bibiko | 2009-09-03 | 1 | -1/+3 |
* | • renamed SPQueryConsole to SPQueryController since it controls not only th... | Bibiko | 2009-09-03 | 4 | -119/+119 |
* | • fixed document registering with its query favorites and history | Bibiko | 2009-09-03 | 4 | -44/+82 |
* | • commented out a not yet fully implemented feature in SPQueryConsole in o... | Bibiko | 2009-09-03 | 1 | -13/+13 |
* | • fixed bug Save (the correct file path will be calculated) | Bibiko | 2009-09-03 | 1 | -4/+6 |
* | • fixed issue if a SPF file contains non-valid URL character like space, etc. | Bibiko | 2009-09-03 | 4 | -18/+110 |
* | - Fix exception/hang when an error occurs when deleting a table or tables | rowanbeentje | 2009-09-03 | 1 | -20/+36 |
* | - Replaces uses of the deprecated selectRow:byExtendingSelection: with selec... | rowanbeentje | 2009-09-02 | 5 | -13/+13 |
* | • forgot to remove a NSLog | Bibiko | 2009-09-02 | 1 | -1/+1 |
* | • added "Recent Open" menu item to Main Menu > File | Bibiko | 2009-09-02 | 1 | -1/+7 |
* | • simplified and unified the issue to set the title of a tableWindow | Bibiko | 2009-09-02 | 5 | -197/+388 |
* | - Improve on r1242, improving window cascading (especially for maximised win... | rowanbeentje | 2009-09-02 | 1 | -6/+20 |
* | - Use long longs instead of ints when looking at table sizes, free space, an... | rowanbeentje | 2009-09-01 | 4 | -10/+32 |
* | • fixes for Query Favorite Manager: | Bibiko | 2009-09-01 | 3 | -2/+26 |
* | • query favorite manager | Bibiko | 2009-09-01 | 3 | -75/+413 |
* | - Remove an NSLog I accidentally left in (and another found via a search) | rowanbeentje | 2009-09-01 | 3 | -20/+10 |
* | - Re-enable the fine-grained query logging preferences | rowanbeentje | 2009-08-31 | 4 | -5/+55 |
* | Refactor CSV/SQL import structure slightly, and rewrite SQL import: | rowanbeentje | 2009-08-31 | 4 | -302/+457 |
* | More data export work. | stuconnolly | 2009-08-29 | 8 | -20/+297 |
* | Implement the core CSV export process in the new CSV exporter class. | stuconnolly | 2009-08-29 | 6 | -7/+345 |
* | Add the first classes of the new export architecture. See the description at ... | stuconnolly | 2009-08-29 | 5 | -5/+205 |
* | • due to new minimum size of the connection pane rearranged help button | Bibiko | 2009-08-28 | 2 | -17/+22 |
* | • improved Query Favorite Manager | Bibiko | 2009-08-28 | 3 | -26/+137 |
* | Give the connection view's split view maximum and minimum sizes. | stuconnolly | 2009-08-28 | 1 | -2/+15 |
* | Update Localizable.strings by running genstrings and remove use of multiple c... | stuconnolly | 2009-08-28 | 4 | -7/+7 |
* | If the SSH tunnel is unable to bind to the local port because there is alread... | stuconnolly | 2009-08-28 | 3 | -13/+40 |
* | • moved "Replace Editor Content" (Favorites/History) settings from popup li... | Bibiko | 2009-08-28 | 1 | -22/+55 |
* | • simplified code for inserting the seach fieldes (fav/hisotry) - now set i... | Bibiko | 2009-08-28 | 1 | -30/+1 |
* | • Custom Query: | Bibiko | 2009-08-28 | 2 | -14/+74 |
* | • tiny improvements for loading SQL files and syntax highlighting | Bibiko | 2009-08-28 | 3 | -9/+17 |
* | Fixed keyDown editing of SPTableView and CMCopyTable | mltownsend | 2009-08-28 | 2 | -3/+18 |
* | When creating a new relation, the ON UPDATE and ON DELETE drop downs should o... | stuconnolly | 2009-08-27 | 1 | -5/+11 |
* | • fixed bug while uppercasing keywords | Bibiko | 2009-08-27 | 1 | -6/+13 |
* | When editing blob/text fields and the LoadBlobsAsNeeded option is enabled, lo... | stuconnolly | 2009-08-27 | 2 | -19/+18 |
* | • SPFieldEditorSheet | Bibiko | 2009-08-27 | 3 | -3/+5 |
* | • improvement for hitting RETURN or ENTER to invoke the row edit mode | Bibiko | 2009-08-27 | 2 | -13/+20 |
* | Fix for not editing in CMCopyTable when hitting enter or return which is used... | mltownsend | 2009-08-26 | 1 | -0/+5 |
* | Fix favorite length when favorite name is under 32 chars | mltownsend | 2009-08-26 | 1 | -1/+1 |
* | • fixed bug for remembering the Query Editor font after restart and new doc... | Bibiko | 2009-08-26 | 1 | -2/+4 |
* | • added to "Query Favorite" popup menu: | Bibiko | 2009-08-26 | 2 | -8/+35 |
* | • fixed/improved several things for the SPQueryFavoriteManager: | Bibiko | 2009-08-26 | 2 | -17/+56 |
* | • bug fixed for providing an auto-generated name for favorites after redesign | Bibiko | 2009-08-26 | 1 | -1/+2 |
* | Remove unused methods. | stuconnolly | 2009-08-26 | 2 | -68/+0 |
* | Completely redesigned query favorite manager, including: | stuconnolly | 2009-08-26 | 5 | -274/+636 |
* | Alter CustomQuery to use StreamingResult to download and process result sets: | rowanbeentje | 2009-08-26 | 2 | -54/+59 |
* | Made it so that SPTableView and SPOutlineView will respond to enter or return... | mltownsend | 2009-08-25 | 4 | -3/+104 |
* | • some tiny fixes to Open/Save SPF file procedures | Bibiko | 2009-08-25 | 1 | -31/+61 |
* | • outsourced Save SPF accessory xib | Bibiko | 2009-08-25 | 2 | -32/+32 |