aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/DBView.xib
Commit message (Expand)AuthorAgeFilesLines
* - Make the custom query error text selectable - this addresses Issue #425rowanbeentje2009-10-101-31/+37
* • outsourced ImportCSV accessory view to fix the disappearing of combobox ...Bibiko2009-10-071-954/+30
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-061-26/+44
* Add the ability to copy the selected server variable(s), either as name = val...stuconnolly2009-10-041-19/+128
* - Add copy create syntax button to the create syntax sheet.stuconnolly2009-10-011-5/+74
* - Replace the create syntax transparent HUD panel with a standard sheet, whic...stuconnolly2009-10-011-519/+401
* - Add an empty tableview behind the table filter box, with the same backgrou...rowanbeentje2009-09-301-222/+377
* • rewrote the content filter logic:Bibiko2009-09-281-40/+50
* Change the size of the checkboxes in the structure view to resolve the strang...stuconnolly2009-09-231-219/+139
* Significantly improve export:rowanbeentje2009-09-141-1558/+2469
* • improved behavior while closing a document windowBibiko2009-09-041-62/+12
* • first steps to support global/document-based query favoritesBibiko2009-09-041-3/+86
* • prepared Query Name Sheet for choosing the target of the to be saved que...Bibiko2009-09-041-17/+77
* • simplified and unified the issue to set the title of a tableWindowBibiko2009-09-021-305/+2
* • recreated "Secure Text Input Sheet" which was deleted accidentallyBibiko2009-09-021-3/+543
* • moved "Replace Editor Content" (Favorites/History) settings from popup li...Bibiko2009-08-281-126/+151
* • simplified code for inserting the seach fieldes (fav/hisotry) - now set i...Bibiko2009-08-281-15/+70
* • Custom Query:Bibiko2009-08-281-52/+400
* When creating a new relation, the ON UPDATE and ON DELETE drop downs should o...stuconnolly2009-08-271-159/+35
* • added to "Query Favorite" popup menu:Bibiko2009-08-261-16/+354
* Completely redesigned query favorite manager, including:stuconnolly2009-08-261-982/+265
* • finalized first approach to save/open SPF (⇧⌘S/⌘O)Bibiko2009-08-241-12/+336
* • add accessory view for Save ConnectionBibiko2009-08-231-1/+490
* • outsourced SPEncodingPopupAccessoryBibiko2009-08-221-220/+7
* Add support for the BETWEEN operator when filtering a table's content. Implem...stuconnolly2009-08-211-13/+241
* - Change MCPStreamingResult to use a safer streaming mode by default - downl...rowanbeentje2009-08-201-22/+108
* - The add, rename and copy table sheets should not block the main thread (par...stuconnolly2009-08-181-24/+34
* - Rework TableContent row count fetching, loading it in the correct location...rowanbeentje2009-08-131-17/+36
* • in Table Content the button status of "edit spreadsheet or sheet-like" wi...Bibiko2009-08-111-32/+33
* - Fix a memory leak when filtering the server variablesstuconnolly2009-08-071-7/+63
* - Fixed dimensions of Content Tableavenjamin2009-08-071-206/+127
* • added encoding popup list as accessory view for Open spf or sql filesBibiko2009-08-061-10/+217
* • changed keyboard navigationBibiko2009-08-041-13/+197
* - Implement live filtering of the server variables table viewstuconnolly2009-08-031-10/+134
* - Add a tooltip to the table information pane toggle buttonrowanbeentje2009-08-021-16/+8
* - Fix an errant NSLog in TableSourcerowanbeentje2009-08-011-18/+24
* Put the table content filter in a split view so the field name drop down and ...stuconnolly2009-08-011-293/+374
* Update the properties of the record count textfield on the CSV mapping import...stuconnolly2009-07-311-10/+21
* - Update the 'this table does not support relations' to be a little more info...stuconnolly2009-07-301-26/+24
* - Add an initial barebones version of the history controller, with a basic t...rowanbeentje2009-07-301-27/+164
* - Added Splitview delegate method to hide the drag handle on the Table Info p...avenjamin2009-07-291-5/+13
* Improve TablesList significantly:rowanbeentje2009-07-281-282/+490
* - Add keyboard shortcuts for Add and Delete buttons in Table Relations panerowanbeentje2009-07-261-160/+81
* - Tweak table information panel to show scrollbars if it's resized to a posi...rowanbeentje2009-07-261-22/+74
* - For custom query result columns which map to SQL fields, check the column ...rowanbeentje2009-07-241-184/+45
* • applied the new class SPFieldEditorController to TableContentBibiko2009-07-171-1248/+5
* • changed keyboard shortcut for "Choose Database" from ⇧⌘T to ⇧⌘D (...Bibiko2009-07-161-3/+15
* • fixed: "Custom Query's Gear Menu item "Comment Current Query" is disable...Bibiko2009-07-161-14/+13
* • rewrote ⌘/ "comment line" completelyBibiko2009-07-161-18/+59
* • Comment current Query/SelectionBibiko2009-07-151-15/+182