aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* Minor dealloc change.stuconnolly2010-11-091-3/+3
* Comments.stuconnolly2010-11-092-2/+21
* • further preparations for user-definable bundle supportBibiko2010-11-095-3/+91
* Fix build errors.stuconnolly2010-11-092-1/+4
* First changes towards changing the initial connection view's favorites table ...stuconnolly2010-11-0910-219/+458
* • added spBundle file extensionBibiko2010-11-093-0/+5
* • added to SPStringAddition the method runBashCommandWithEnvironment:atCurr...Bibiko2010-11-094-91/+118
* • removed unnecessary space inside the WHERE clause generation for filtere...Bibiko2010-11-071-1/+1
* When exporting either a filtered or custom query result include the query in ...stuconnolly2010-11-071-2/+8
* Minor tweaks to autocompletion:rowanbeentje2010-11-062-15/+22
* Complete the implementation of supporting MySQL's XML schema format when expo...stuconnolly2010-11-058-120/+286
* • fixed table structure logic for date/time fieldsBibiko2010-11-051-2/+5
* Fix a few issues that prevented an XML export to multiple files.stuconnolly2010-11-041-14/+30
* • improved completion regarding leading mathematical operatorsBibiko2010-11-041-2/+3
* • improved completion regarding leading '('Bibiko2010-11-041-1/+1
* • improved completion regarding leading commasBibiko2010-11-041-8/+9
* • alias (auto-)completionBibiko2010-11-041-20/+25
* • alias (auto-)completionBibiko2010-11-043-9/+19
* Start moving towards using the same XML format as MySQL uses. The inclusion o...stuconnolly2010-11-043-27/+26
* • fix for alias parsing if alias consists of only one single characterBibiko2010-11-041-1/+1
* • started to implement auto-completion for aliasesBibiko2010-11-043-27/+75
* - Fix problems updating the default favourite pop following the preference c...rowanbeentje2010-11-041-4/+4
* Rearchitect preferences, including:stuconnolly2010-11-0327-2244/+3682
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-0315-495/+616
* • minor code cleaning and comment stuffBibiko2010-11-024-450/+475
* • disable "New Connection Tab" ⌘T menu item if a sheet is ordered outBibiko2010-11-012-2/+6
* Beforing asking SPTableView's delegate if we can right-click a particular row...stuconnolly2010-11-011-1/+6
* • TableStructure sheet to ask for the to be used index of an auto_increment...Bibiko2010-11-013-60/+65
* • improved Structure editing logic to allow to choose auto_increment for Ex...Bibiko2010-11-015-7/+55
* • after editing the Custom Query table remain the focus on that tableBibiko2010-11-011-1/+3
* • CSV import now supports to import sequences of 0 and 1 into BIT fieldsBibiko2010-10-313-10/+45
* • Custom and Content table in-cell editingBibiko2010-10-306-2/+58
* • fixed tiny issues for field editing in Content and Custom tableBibiko2010-10-302-3/+3
* • after the field editor sheet was closed enter into the edit mode of the c...Bibiko2010-10-303-19/+23
* • enabled enter/return/tab enters the edit mode for Content and Custom Quer...Bibiko2010-10-302-2/+3
* • Custom Query and Content table editingBibiko2010-10-293-18/+21
* • enabled Find Panel inside Field Editor Sheet's textViewBibiko2010-10-294-13/+32
* • removed forgotten debug logBibiko2010-10-291-1/+0
* • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ...Bibiko2010-10-297-196/+225
* Add missing protocol conformance to exporter delegates.stuconnolly2010-10-295-5/+5
* Move SPConnectionController's delegate methods to their own protocol.stuconnolly2010-10-294-14/+59
* • Field Editor sheetBibiko2010-10-292-13/+37
* • try to fix crash issue 1748Bibiko2010-10-291-6/+8
* Tidy up SPTableStructure including moving all the private field type validati...stuconnolly2010-10-285-177/+312
* Add SPDefaultPasteboardDragType constant.stuconnolly2010-10-286-25/+21
* • added tooltip for header cell of Content and Custom Query table displayin...Bibiko2010-10-272-0/+2
* Move the user manager data model to the new Models dir.stuconnolly2010-10-262-0/+0
* • removed memory leakBibiko2010-10-261-1/+1
* Split out all of SPTableStructure's delegate and datasource methods into thei...stuconnolly2010-10-263-530/+608
* Add missing [super dealloc].stuconnolly2010-10-261-1/+3