aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/DBView.xib
Commit message (Expand)AuthorAgeFilesLines
...
* • Query Favorites:Bibiko2010-02-251-127/+861
* • fixed GUI resize behaviour of the auto_inc value input fieldBibiko2010-02-231-1/+1
* • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v...Bibiko2010-02-231-33/+416
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Ta...Bibiko2010-02-221-55/+356
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in St...Bibiko2010-02-221-11/+32
* • initial work to give the chance to reset the table's AUTO_INCREMENT valueBibiko2010-02-221-45/+544
* • fixed keyboard behaviour of "Create Sytax Sheet"Bibiko2010-02-201-13/+131
* • TableDumpBibiko2010-02-171-15/+74
* • re-factored and outsourced the entire CSV import field mapper sheetBibiko2010-02-161-831/+13
* Make the add new trigger sheet resizable to accommodate complex trigger state...stuconnolly2010-02-071-37/+44
* - Trigger a full table reload when the table type is changed; makes relation...rowanbeentje2010-02-061-49/+54
* Complete the implementation of the management of table triggers (accessible v...stuconnolly2010-02-061-104/+922
* - Tweak the background colours of the NSTableView behind the table filter so...rowanbeentje2010-02-061-15/+20
* - Restore a missing link between TableDocument and TableRelationsInstance. ...rowanbeentje2010-02-061-362/+77
* • refactored the entire history logic in Custom QueryBibiko2010-02-051-17/+229
* • bound ⌥⌘H to Mac's default "Hide others"; fixes i561Bibiko2010-02-041-43/+34
* • field mapping sheet is now document-modal instead of blocking SP entirelyBibiko2010-02-031-24/+198
* • added key-shortcut ⌘= to make the textview size largerBibiko2010-02-021-85/+54
* Added preliminary support for triggers. You can access the tab via the bamse162010-01-311-111/+1126
* Fix bugs introduced by last commit.avenjamin2010-01-301-246/+219
* * renaming a table/view/proc/func now doesn't open a sheet anymorejakob2010-01-281-443/+101
* • improved the graphical representation of text macro snippetsBibiko2010-01-271-67/+5
* • first trial to improve the search field behaviour for Query Favorites and...Bibiko2010-01-051-39/+76
* • added Save/Copy History List to "Query History"'s popup menuBibiko2010-01-051-45/+172
* • changed the alternating key to ⌥ instead of ⌘ for "Query Favorites" >...Bibiko2010-01-041-4/+5
* • remember scrollview port and selected row after editing in the Custom Que...Bibiko2010-01-041-34/+220
* - Tweak the pagination interface - remove the text and replace with an icon,...rowanbeentje2009-12-151-4/+4
* - Tweak positioning of old "working" spinner to center and align itrowanbeentje2009-12-081-1/+3
* - Tweak pagination to fix click-through of pagination popup, fix next page b...rowanbeentje2009-11-231-5/+2
* - Replace the LIMIT interface on the content view with a pagination control ...rowanbeentje2009-11-231-359/+283
* New separator in query favorites dropdown.stuconnolly2009-11-171-8/+83
* Change the placeholder value of a few search fields to simply 'Filter' to mak...stuconnolly2009-11-171-20/+73
* Updates to the 'use monospaced font' preference, making it a lot more consist...stuconnolly2009-11-141-31/+15
* Give the custom query result table view the same row height as the table cont...stuconnolly2009-11-131-100/+33
* In an aid to split up the functionality of the TableDocument class as well as...stuconnolly2009-11-131-774/+71
* Change the main window's non-connected/connecting state title to 'Sequel Pro'...stuconnolly2009-11-111-34/+32
* • fixed GUI overlapping bug of Table Info Tab for 'Auto increment' field if...Bibiko2009-11-101-54/+71
* Don't run the add new index sheet modally, thus blocking the main thread. Par...stuconnolly2009-11-091-45/+36
* Switch the placement of the labels and controls on the add new index sheet.stuconnolly2009-11-081-70/+88
* - Add task support to all the main interface viewsrowanbeentje2009-11-041-33/+43
* Use SPTableTextFieldCell in the table information pane to get nicer line trun...stuconnolly2009-11-021-4/+4
* Improve truncating of table names (by appending ...) using SPTableTextFieldCell.stuconnolly2009-11-011-35/+41
* Got rid of a crash when using the User Manager and closing last Table Documen...mltownsend2009-10-291-20/+147
* - Set up TableSource to respond to task notifications to prepare for threade...rowanbeentje2009-10-271-38/+87
* Don't run the add new database sheet modally, thus blocking the main thread. ...stuconnolly2009-10-261-96/+60
* - Apply new document task support to the Custom Query tab, and run all custo...rowanbeentje2009-10-231-40/+73
* - Add support for createing fields of type BINARY and VARBINARY in the struct...stuconnolly2009-10-211-39/+40
* Initial work on threaded task, with an implementation of Table Content view d...rowanbeentje2009-10-201-31/+58
* - 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