Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Re-add the LIMIT FROM NSStepper | rowanbeentje | 2008-12-10 | 1 | -20/+82 |
| | | | | | | | | - Allow Return or Enter pressed in the Limit From textbox to trigger a table filter - Reset the content table view position on filtering or limit - Refresh no longer clears the LIMIT FROM value if it's still valid - Resolves Issue #65 and partially addresses Issue #49. | ||||
* | If the user is filtering for NULLs then disable the filter input field. | stuconnolly | 2008-12-07 | 1 | -11/+42 |
| | |||||
* | Known Issue for field mapping when importing a CSV file now resolved. | avenjamin | 2008-12-06 | 1 | -3/+13 |
| | | | | No longer required to select a table first before selecting the Import... menu item | ||||
* | TableDump | avenjamin | 2008-12-05 | 1 | -21/+9 |
| | | | | | | | | | | | | | | | --- Field mapping when importing CSV file now makes more sense. You can import data into multiple columns in the table. Known Issue: changing table while field mapping doesn't work. Select the table first before importing TableContent --- Partially solves issue where label at bottom "x of y rows selected" wasn't being updated TablesList --- Moved table delegate methods under correct pragma mark | ||||
* | Fixed a bug allowing us to now enable the TABLE INFORMATION pane | avenjamin | 2008-12-02 | 1 | -12/+13 |
| | |||||
* | Added new table content filter button as a fix for issue #105. Filter is now ↵ | stuconnolly | 2008-12-02 | 1 | -89/+191 |
| | | | | only applied on enter rather than when the filter string is changed which caused major performance problems on large tables. | ||||
* | Fixed various Keychain issues regarding already existing passwords by ↵ | stuconnolly | 2008-12-02 | 1 | -58/+497 |
| | | | | checking if an item of the same name and account already exists. This revision also fixes issue #94 by removing the Keychain password first and then the favourite from the array controller. | ||||
* | Fix for Issue 88. NSArrayControllor was trying to bind to multiple values ↵ | mltownsend | 2008-11-24 | 1 | -23/+24 |
| | | | | when there is only one value being shown. | ||||
* | Issue 34 Fix. Plus fixes for some warnings. | mltownsend | 2008-11-21 | 1 | -1/+16 |
| | |||||
* | Commiting some changes related to field mapping for csv importing. | avenjamin | 2008-11-19 | 1 | -24/+14 |
| | |||||
* | Embedded content of DBView window into a TabView in preparation of moving ↵ | avenjamin | 2008-11-17 | 1 | -4775/+6026 |
| | | | | connectSheet contents into the DBView window. TabView is current tabless with 2 tabs. Main content is in 2nd tab with connectionSheet content in 1st tab. | ||||
* | Expanded area of console text view. | avenjamin | 2008-11-17 | 1 | -8/+12 |
| | |||||
* | Part 1 of new import system. | avenjamin | 2008-11-15 | 1 | -2648/+3113 |
| | |||||
* | New XCode project | mltownsend | 2008-11-10 | 1 | -4/+4 |
| | |||||
* | Fix for Issue 66 | mltownsend | 2008-11-04 | 1 | -25/+35 |
| | |||||
* | Fixed Redraw bug. Issue: #37 and #59 | avenjamin | 2008-10-02 | 1 | -6/+6 |
| | | | | Updated Info.plist | ||||
* | Fixed Table Refresh. Issue #57. | avenjamin | 2008-09-28 | 1 | -7/+15 |
| | | | | | Table Refresh button wasn't linked to anything. Hence the supposed error. | ||||
* | Fixed redraw issue in "Browse" mode. Issue #37 | avenjamin | 2008-09-28 | 1 | -37/+37 |
| | | | | Previously in certain situations the header bar of the table view would not redraw - leaving a blank bar. Issue appeared to be related to "loading" spinner overlapping the table view. | ||||
* | #52 table structure view now has proper titlecase columns and all columns ↵ | abhibeckert | 2008-09-23 | 1 | -15/+15 |
| | | | | are now left aligned | ||||
* | Added "Add Database..." to Chose Database popup button. | avenjamin | 2008-09-16 | 1 | -14/+82 |
| | |||||
* | remove connect sheet "add to favourites" check box. change first responder ↵ | abhibeckert | 2008-09-12 | 1 | -6350/+3139 |
| | | | | of db view | ||||
* | Made the Tables list split view save its width. Issue #42 | avenjamin | 2008-09-07 | 1 | -3654/+3679 |
| | | | | Autosaved as DBViewSplitter | ||||
* | Removed focus ring from Favourties Table in Connection sheet | avenjamin | 2008-09-07 | 1 | -3159/+3159 |
| | | | | | Turned on alternating rows Turned off allow multiple selection | ||||
* | Changed Add and Remove Buttons to show standard plus and minus images ↵ | avenjamin | 2008-09-07 | 1 | -3165/+6326 |
| | | | | instead of text. | ||||
* | implemneted favourite remove button in connect panel | abhibeckert | 2008-09-06 | 1 | -82/+36 |
| | | | | | | | switched from NSArray to NSMutableArray for favourite storage now using KVO to be notified when to save favourites to NSUserDefaults no-longer block the user from having two favourites with identical data | ||||
* | added 'addto favourites' button to connect sheet. stubbed out remove from ↵ | abhibeckert | 2008-09-06 | 1 | -93/+274 |
| | | | | favourites button.' | ||||
* | can now rename favourites in the connect panel | abhibeckert | 2008-09-06 | 1 | -6119/+3041 |
| | |||||
* | • Fixed Credits | avenjamin | 2008-08-30 | 1 | -5513/+5659 |
| | | | | | | | | • Added grabber images • Removed small icon of table and replaced with new one • Added "Checksum Table" to MainMenu • Added extra splitter grab handles • Few other bits cleaned up | ||||
* | Changed the tables list, custom cell to handle image+text+indentation, added ↵ | avenjamin | 2008-05-07 | 1 | -5968/+6229 |
| | | | | table information (commented out until bug resolved) | ||||
* | move sql favorites/history to below the text box instead of above it | abhibeckert | 2008-05-03 | 1 | -3570/+3578 |
| | |||||
* | change scroll bars to large and improve focus ring behavior | abhibeckert | 2008-05-03 | 1 | -3341/+3359 |
| | |||||
* | double clicking a favorite in the connect sheet will now connect to it | abhibeckert | 2008-05-03 | 1 | -3327/+3339 |
| | | | | | default name for new favorites has been changed to 'database user@host' to make 'type-ahead' more effective in the connect sheet when selecting a favorite | ||||
* | fix tab order in connect sheet | abhibeckert | 2008-05-03 | 1 | -3989/+3994 |
| | |||||
* | database select toolbar item is now the same width as the left split | abhibeckert | 2008-05-02 | 1 | -3531/+3747 |
| | | | | | fixed some bugs with the database select toolbar item when customizing the toolbar | ||||
* | issue 16 - move show server variables toolbar item into database menu | abhibeckert | 2008-05-02 | 1 | -2677/+2686 |
| | |||||
* | added 'copy table syntax' menu item | abhibeckert | 2008-05-02 | 1 | -3638/+3547 |
| | | | | | fixed copy button on show table syntax window | ||||
* | new toolbar icons for 'switch too' items | abhibeckert | 2008-05-02 | 1 | -2974/+6027 |
| | | | | | added a 48px version of the logo for the connect sheet | ||||
* | Miscellaneous UI changes | mattlangtree | 2008-05-01 | 1 | -5607/+2471 |
| | |||||
* | change create table syntax panel to a HID window | abhibeckert | 2008-04-30 | 1 | -3735/+3829 |
| | |||||
* | foobar | avenjamin | 2008-04-30 | 1 | -4472/+4118 |
| | |||||
* | complete issue 13 - move database select into toolbar | abhibeckert | 2008-04-27 | 1 | -4045/+3907 |
| | |||||
* | issue 20 - clean up table content and run query views | abhibeckert | 2008-04-26 | 1 | -4750/+5058 |
| | | | | | changed search to 'live' | ||||
* | re-organize table content tab | abhibeckert | 2008-04-25 | 1 | -3434/+3302 |
| | |||||
* | begin cleaning up table content tab | abhibeckert | 2008-04-25 | 1 | -5484/+5231 |
| | |||||
* | bugfix issue #22 - table structure split view was larger than the tab view ↵ | abhibeckert | 2008-04-25 | 1 | -3589/+3588 |
| | | | | it was in | ||||
* | change main split view to have a 1px line | abhibeckert | 2008-04-23 | 1 | -4147/+4253 |
| | | | | | | change header comment in TableDocument.h/m to reflect change in author re-group files in xcode | ||||
* | move over to xib files for svn friendlyness | abhibeckert | 2008-04-23 | 1 | -0/+21009 |