aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve TablesList significantly:rowanbeentje2009-07-2810-657/+1309
* • Editing in Custom Query:Bibiko2009-07-262-29/+49
* - Add keyboard shortcuts for Add and Delete buttons in Table Relations panerowanbeentje2009-07-262-160/+90
* - Tweak table information panel to show scrollbars if it's resized to a posi...rowanbeentje2009-07-2611-29/+164
* Order some files alphabetically in XCode... (is it possible to do this automa...bamse162009-07-241-29/+29
* - For custom query result columns which map to SQL fields, check the column ...rowanbeentje2009-07-243-187/+105
* - Fix editing of results including decimalsrowanbeentje2009-07-232-5/+6
* To fix query logging not working, initialize delegateQueryLogging to YES upon...stuconnolly2009-07-233-5/+38
* - Fix a large memory leak in [MCPConnection prepareString]rowanbeentje2009-07-231-1/+1
* Remove delegate calls asking for SP specific TableDocument ivars, replacing t...stuconnolly2009-07-223-9/+29
* - Allow the reconnection dialogs to function correctly if anything other tha...rowanbeentje2009-07-222-7/+9
* - Restore MySQL 3.x compatibilityrowanbeentje2009-07-221-3/+3
* Disable updating the number of rows in the selected table in the table data c...stuconnolly2009-07-212-4/+4
* - Rename "TunnelPassphraseRequester" to "SequelProTunnelAssistant" for clari...rowanbeentje2009-07-214-21/+23
* - Clean up logic flow, moving column and row capture to within trackMouse:in...rowanbeentje2009-07-211-6/+6
* - Improve the TextAndLinkCell (foreign key link arrows) to make the arrows b...rowanbeentje2009-07-215-10/+78
* - Fix a reproducible crash when exporting tables caused by a string being au...rowanbeentje2009-07-211-3/+5
* To prevent a deadlock situation in fetchMaxAllowedPacket, query lock must be ...stuconnolly2009-07-211-1/+1
* Incorrect installation path for framework config setting. Should be @executab...stuconnolly2009-07-211-12/+6
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-21133-4259/+9897
* • fixed bug for table sorter in Custom Query:Bibiko2009-07-211-0/+3
* • fixed bug if the table sorting query in Custom Query gave an errorBibiko2009-07-212-12/+20
* • bug fixed for the case that table status returns NULL for number of rows:Bibiko2009-07-211-1/+1
* Improvements to reporting the correct row count for tables. See issue #141.stuconnolly2009-07-213-10/+20
* • fixed: if SPTableData returns for dict: tableStatus key:Rows = NULL (as f...Bibiko2009-07-201-0/+9
* Remove the dependency on information_schema for table encodings.stuconnolly2009-07-202-5/+23
* Include a hard coded list of encodings and collations in SPDatabaseData to re...stuconnolly2009-07-203-11/+220
* - When selecting tables - eg from a foreign key link - fall back to a case i...rowanbeentje2009-07-181-1/+10
* • added: AMIndeterminateProgressIndicatorCell for global spinning wheelBibiko2009-07-185-1/+258
* - Update WHERE string buildup - the code now uses equals comparisons rather ...rowanbeentje2009-07-181-22/+3
* Add the ability to navigate between tables via foreign key relationships, add...rowanbeentje2009-07-1811-56/+419
* • fixed: FieldEditorSheet remembers the last sheet size for 'normal' text f...Bibiko2009-07-181-3/+1
* Update copyright year.stuconnolly2009-07-181-2/+1
* • finial preparation to make Custom Query's result table editableBibiko2009-07-171-17/+36
* • changed in Custom Query:Bibiko2009-07-173-86/+57
* • Field Editor Sheet classBibiko2009-07-174-9/+66
* • fixed: caching of QuickLook preview in Field Editor sheet is suppressed b...Bibiko2009-07-172-17/+28
* Remove old SSH tunnel password prompt script.stuconnolly2009-07-172-16/+0
* • fixed inField Editor Sheet:Bibiko2009-07-171-2/+6
* • applied the new class SPFieldEditorController to TableContentBibiko2009-07-176-1828/+121
* • some further progress on outsourcing the Field Editor sheet for Content a...Bibiko2009-07-165-238/+449
* • some further work on outsourcing the Field Editor sheet for Content and C...Bibiko2009-07-164-44/+1348
* • fixed minor issues for "Comment Line/Selection" in Custom QueryBibiko2009-07-161-6/+11
* (no commit message)Bibiko2009-07-163-2/+63
* • 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
* • fixed: Custom Query's gear menu item "Comment Line" will change its titl...Bibiko2009-07-161-0/+3
* • rewrote ⌘/ "comment line" completelyBibiko2009-07-163-46/+165
* Issue 240: Default connection not being set correctly, take 2. bamse162009-07-161-2/+8
* - Tweak connection view positioning: relayout views to allow centering withi...rowanbeentje2009-07-151-1022/+1043