aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • Editing in Custom Query:Bibiko2009-07-262-29/+49
* - Add keyboard shortcuts for Add and Delete buttons in Table Relations panerowanbeentje2009-07-261-0/+9
* - Tweak table information panel to show scrollbars if it's resized to a posi...rowanbeentje2009-07-266-4/+44
* - For custom query result columns which map to SQL fields, check the column ...rowanbeentje2009-07-242-3/+60
* - Fix editing of results including decimalsrowanbeentje2009-07-231-5/+3
* To fix query logging not working, initialize delegateQueryLogging to YES upon...stuconnolly2009-07-231-0/+3
* Remove delegate calls asking for SP specific TableDocument ivars, replacing t...stuconnolly2009-07-221-2/+20
* - Allow the reconnection dialogs to function correctly if anything other tha...rowanbeentje2009-07-221-3/+5
* 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-213-4/+4
* - 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-212-4/+68
* - Fix a reproducible crash when exporting tables caused by a string being au...rowanbeentje2009-07-211-3/+5
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-2151-2474/+373
* • 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-183-1/+248
* - 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-187-56/+401
* • finial preparation to make Custom Query's result table editableBibiko2009-07-171-17/+36
* • changed in Custom Query:Bibiko2009-07-172-85/+52
* • Field Editor Sheet classBibiko2009-07-173-4/+27
* • fixed: caching of QuickLook preview in Field Editor sheet is suppressed b...Bibiko2009-07-172-17/+28
* • fixed inField Editor Sheet:Bibiko2009-07-171-2/+6
* • applied the new class SPFieldEditorController to TableContentBibiko2009-07-174-575/+83
* • some further progress on outsourcing the Field Editor sheet for Content a...Bibiko2009-07-163-191/+237
* • some further work on outsourcing the Field Editor sheet for Content and C...Bibiko2009-07-162-44/+55
* • fixed minor issues for "Comment Line/Selection" in Custom QueryBibiko2009-07-161-6/+11
* (no commit message)Bibiko2009-07-162-0/+10
* • fixed: Custom Query's gear menu item "Comment Line" will change its titl...Bibiko2009-07-161-0/+3
* • rewrote ⌘/ "comment line" completelyBibiko2009-07-162-28/+106
* Issue 240: Default connection not being set correctly, take 2. bamse162009-07-161-2/+8
* • Comment current Query/SelectionBibiko2009-07-153-9/+17
* • initial support for ⌘/ in CustomQuery editor to (un)comment out the cur...Bibiko2009-07-153-1/+36
* • a right-click at a row within a tableView will select that row before or...Bibiko2009-07-153-1/+83
* • fixed dealloc of 'suggestions' in SPNarrowDownCompletionBibiko2009-07-152-22/+14
* • narrow-down completion (F5)Bibiko2009-07-151-20/+10
* - Update r1003 to also work with views (fixes Issue #335)rowanbeentje2009-07-151-1/+2
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-1514-83/+118
* • fix for completion in CustomQuery editorBibiko2009-07-145-86/+131
* - changed history and favorite selection to insert rather then overwrite quer...mtvee2009-07-141-12/+3
* Rework data storage and retrieval in TableContent and CustomQuery backing arr...rowanbeentje2009-07-138-159/+171
* • added levenshteinDistanceOfWord: to SPStringAdditionsBibiko2009-07-133-6/+75
* Issue 333: Problems with single quotes in table name by escaping the single q...bamse162009-07-111-1/+3