aboutsummaryrefslogtreecommitdiffstats
path: root/English.lproj/DBView.xib
Commit message (Collapse)AuthorAgeFilesLines
* Known Issue for field mapping when importing a CSV file now resolved.avenjamin2008-12-061-3/+13
| | | | No longer required to select a table first before selecting the Import... menu item
* TableDumpavenjamin2008-12-051-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 paneavenjamin2008-12-021-12/+13
|
* Added new table content filter button as a fix for issue #105. Filter is now ↵stuconnolly2008-12-021-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 ↵stuconnolly2008-12-021-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 ↵mltownsend2008-11-241-23/+24
| | | | when there is only one value being shown.
* Issue 34 Fix. Plus fixes for some warnings.mltownsend2008-11-211-1/+16
|
* Commiting some changes related to field mapping for csv importing.avenjamin2008-11-191-24/+14
|
* Embedded content of DBView window into a TabView in preparation of moving ↵avenjamin2008-11-171-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.avenjamin2008-11-171-8/+12
|
* Part 1 of new import system.avenjamin2008-11-151-2648/+3113
|
* New XCode projectmltownsend2008-11-101-4/+4
|
* Fix for Issue 66mltownsend2008-11-041-25/+35
|
* Fixed Redraw bug. Issue: #37 and #59avenjamin2008-10-021-6/+6
| | | | Updated Info.plist
* Fixed Table Refresh. Issue #57.avenjamin2008-09-281-7/+15
| | | | | Table Refresh button wasn't linked to anything. Hence the supposed error.
* Fixed redraw issue in "Browse" mode. Issue #37avenjamin2008-09-281-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 ↵abhibeckert2008-09-231-15/+15
| | | | are now left aligned
* Added "Add Database..." to Chose Database popup button.avenjamin2008-09-161-14/+82
|
* remove connect sheet "add to favourites" check box. change first responder ↵abhibeckert2008-09-121-6350/+3139
| | | | of db view
* Made the Tables list split view save its width. Issue #42avenjamin2008-09-071-3654/+3679
| | | | Autosaved as DBViewSplitter
* Removed focus ring from Favourties Table in Connection sheetavenjamin2008-09-071-3159/+3159
| | | | | Turned on alternating rows Turned off allow multiple selection
* Changed Add and Remove Buttons to show standard plus and minus images ↵avenjamin2008-09-071-3165/+6326
| | | | instead of text.
* implemneted favourite remove button in connect panelabhibeckert2008-09-061-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 ↵abhibeckert2008-09-061-93/+274
| | | | favourites button.'
* can now rename favourites in the connect panelabhibeckert2008-09-061-6119/+3041
|
* • Fixed Creditsavenjamin2008-08-301-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 ↵avenjamin2008-05-071-5968/+6229
| | | | table information (commented out until bug resolved)
* move sql favorites/history to below the text box instead of above itabhibeckert2008-05-031-3570/+3578
|
* change scroll bars to large and improve focus ring behaviorabhibeckert2008-05-031-3341/+3359
|
* double clicking a favorite in the connect sheet will now connect to itabhibeckert2008-05-031-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 sheetabhibeckert2008-05-031-3989/+3994
|
* database select toolbar item is now the same width as the left splitabhibeckert2008-05-021-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 menuabhibeckert2008-05-021-2677/+2686
|
* added 'copy table syntax' menu itemabhibeckert2008-05-021-3638/+3547
| | | | | fixed copy button on show table syntax window
* new toolbar icons for 'switch too' itemsabhibeckert2008-05-021-2974/+6027
| | | | | added a 48px version of the logo for the connect sheet
* Miscellaneous UI changesmattlangtree2008-05-011-5607/+2471
|
* change create table syntax panel to a HID windowabhibeckert2008-04-301-3735/+3829
|
* foobaravenjamin2008-04-301-4472/+4118
|
* complete issue 13 - move database select into toolbarabhibeckert2008-04-271-4045/+3907
|
* issue 20 - clean up table content and run query viewsabhibeckert2008-04-261-4750/+5058
| | | | | changed search to 'live'
* re-organize table content tababhibeckert2008-04-251-3434/+3302
|
* begin cleaning up table content tababhibeckert2008-04-251-5484/+5231
|
* bugfix issue #22 - table structure split view was larger than the tab view ↵abhibeckert2008-04-251-3589/+3588
| | | | it was in
* change main split view to have a 1px lineabhibeckert2008-04-231-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 friendlynessabhibeckert2008-04-231-0/+21009