| Commit message (Expand) | Author | Age | Files | Lines |
* | • added "Recent Open" menu item to Main Menu > File | Bibiko | 2009-09-02 | 1 | -2/+67 |
* | • next polish up of the QueryFavoriteManager GUI | Bibiko | 2009-09-02 | 1 | -562/+565 |
* | • simplified and unified the issue to set the title of a tableWindow | Bibiko | 2009-09-02 | 3 | -356/+345 |
* | • recreated "Secure Text Input Sheet" which was deleted accidentally | Bibiko | 2009-09-02 | 1 | -3/+543 |
* | • fixes for Query Favorite Manager: | Bibiko | 2009-09-01 | 1 | -7/+62 |
* | • query favorite manager | Bibiko | 2009-09-01 | 1 | -253/+214 |
* | - Re-enable the fine-grained query logging preferences | rowanbeentje | 2009-08-31 | 1 | -191/+144 |
* | Forgot the project file and the export XIB. | stuconnolly | 2009-08-29 | 1 | -27/+538 |
* | • due to new minimum size of the connection pane rearranged help button | Bibiko | 2009-08-28 | 1 | -30/+132 |
* | • improved Query Favorite Manager | Bibiko | 2009-08-28 | 1 | -16/+269 |
* | Update Localizable.strings by running genstrings and remove use of multiple c... | stuconnolly | 2009-08-28 | 1 | -0/+0 |
* | • set maximum to 50000 for the Preference setting "Limit result to:" | Bibiko | 2009-08-28 | 1 | -44/+8 |
* | If the SSH tunnel is unable to bind to the local port because there is alread... | stuconnolly | 2009-08-28 | 1 | -3/+10 |
* | • moved "Replace Editor Content" (Favorites/History) settings from popup li... | Bibiko | 2009-08-28 | 1 | -126/+151 |
* | • simplified code for inserting the seach fieldes (fav/hisotry) - now set i... | Bibiko | 2009-08-28 | 1 | -15/+70 |
* | • Custom Query: | Bibiko | 2009-08-28 | 1 | -52/+400 |
* | When creating a new relation, the ON UPDATE and ON DELETE drop downs should o... | stuconnolly | 2009-08-27 | 1 | -159/+35 |
* | • SPFieldEditorSheet | Bibiko | 2009-08-27 | 1 | -7/+160 |
* | • added to "Query Favorite" popup menu: | Bibiko | 2009-08-26 | 1 | -16/+354 |
* | Completely redesigned query favorite manager, including: | stuconnolly | 2009-08-26 | 2 | -982/+2019 |
* | Made it so that SPTableView and SPOutlineView will respond to enter or return... | mltownsend | 2009-08-25 | 1 | -98/+52 |
* | • outsourced Save SPF accessory xib | Bibiko | 2009-08-25 | 1 | -0/+875 |
* | • finalized first approach to save/open SPF (⇧⌘S/⌘O) | Bibiko | 2009-08-24 | 2 | -13/+336 |
* | • further improvements for open/save spf files | Bibiko | 2009-08-24 | 1 | -1/+15 |
* | • add accessory view for Save Connection | Bibiko | 2009-08-23 | 1 | -1/+490 |
* | • outsourced SPEncodingPopupAccessory | Bibiko | 2009-08-22 | 2 | -223/+50 |
* | • further improvements for open/save SQL/SPF files | Bibiko | 2009-08-22 | 1 | -0/+325 |
* | Add support for the BETWEEN operator when filtering a table's content. Implem... | stuconnolly | 2009-08-21 | 1 | -13/+241 |
* | • activated "Save Query…" menu item (⌘S) | Bibiko | 2009-08-20 | 1 | -5/+4 |
* | • Main Menu > File | Bibiko | 2009-08-20 | 1 | -18/+55 |
* | Place the field label on the editor sheet at the top to make it more obvious ... | stuconnolly | 2009-08-20 | 1 | -94/+27 |
* | - Change MCPStreamingResult to use a safer streaming mode by default - downl... | rowanbeentje | 2009-08-20 | 1 | -22/+108 |
* | - The add, rename and copy table sheets should not block the main thread (par... | stuconnolly | 2009-08-18 | 1 | -24/+34 |
* | User manager tweaks: | rowanbeentje | 2009-08-15 | 1 | -30/+83 |
* | • added to the SPFieldEditorController's text editor view its own undoManag... | Bibiko | 2009-08-14 | 1 | -1/+1 |
* | Change SPUserManager to a subclass of NSWindowController which actually fixed... | mltownsend | 2009-08-13 | 1 | -6/+6 |
* | Added "New Connection" to dock menu. | avenjamin | 2009-08-13 | 1 | -5/+53 |
* | - Rework TableContent row count fetching, loading it in the correct location... | rowanbeentje | 2009-08-13 | 1 | -17/+36 |
* | Fix problem with opening and reopening connections | mltownsend | 2009-08-11 | 1 | -1/+9 |
* | • bug quick-fix | Bibiko | 2009-08-11 | 1 | -27/+27 |
* | Stupid Interface Builder and menus | mltownsend | 2009-08-11 | 1 | -3/+3 |
* | User Manager feature | mltownsend | 2009-08-11 | 2 | -2/+3859 |
* | • in Table Content the button status of "edit spreadsheet or sheet-like" wi... | Bibiko | 2009-08-11 | 2 | -57/+35 |
* | • added field name to Field Editor Sheet | Bibiko | 2009-08-08 | 1 | -23/+169 |
* | Rename MainController to SPAppController. | stuconnolly | 2009-08-08 | 1 | -37/+28 |
* | Rename print accessory XIB. | stuconnolly | 2009-08-07 | 1 | -0/+0 |
* | - Fix "Add to favorites" behaviour when the user has no favourites (This add... | rowanbeentje | 2009-08-07 | 1 | -2/+2 |
* | Re-order the view menu items to match that of the default toolbar items. Fixe... | stuconnolly | 2009-08-07 | 1 | -9/+11 |
* | - Fix a memory leak when filtering the server variables | stuconnolly | 2009-08-07 | 1 | -7/+63 |
* | - Fixed dimensions of Content Table | avenjamin | 2009-08-07 | 1 | -206/+127 |