aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* • in r801 the code for inserting a new field containing a PRIMARY KEY after...Bibiko2009-06-171-9/+19
* Significant connection improvements:rowanbeentje2009-06-172-35/+98
* • added to CMMCPConnection:Bibiko2009-06-162-20/+81
* • fixed: "Duplicate field" will be disabled explicitly if selected table is...Bibiko2009-06-161-4/+6
* • changed the behaviour of the "Duplicate Field" button in TableSource:Bibiko2009-06-161-5/+12
* • fixed: if the user tries to delete the last defined field in a given tabl...Bibiko2009-06-161-0/+18
* Rework queryString:withEncoding:, and ensure memory is correctly released whe...rowanbeentje2009-06-152-38/+88
* Move the QuickLook interface to its own header file.stuconnolly2009-06-154-94/+118
* • subclassed the editSheet textViewBibiko2009-06-153-22/+279
* • different log message for changing max_allowed_packet for increasing it a...Bibiko2009-06-154-20/+39
* Replace the change table type button with an edit button that switches the cu...stuconnolly2009-06-152-84/+7
* Implementation of enhancement #273: Allow user to truncate table by right cli...stuconnolly2009-06-152-45/+97
* • deleted the drag&drop feature of file path or content from SPTextViewAddi...Bibiko2009-06-156-180/+187
* • improved event handling while showing QuickLook preview in editSheetBibiko2009-06-151-6/+39
* Cleanups and improvements within queryString:encoding:rowanbeentje2009-06-152-35/+52
* Add support for titlebar connection status images, and use for SSH tunnels.rowanbeentje2009-06-144-3/+66
* - Default the index type picker to INDEX if a primary key already exists on ...rowanbeentje2009-06-131-1/+15
* - Correct ability to look up passwords for connection names, user names, or ...rowanbeentje2009-06-131-6/+6
* • moved code for de/increasing font and drag&drop feature (content or while...Bibiko2009-06-137-275/+299
* • cleaned and commented the rewritten editSheet codeBibiko2009-06-122-30/+75
* • rewrote editSheet for editing and displaying BLOB or TEXT data completelyBibiko2009-06-122-20/+300
* • fixed position for scanning error 2006 to increase max_allowed_packetBibiko2009-06-121-6/+6
* Fixes connection timeouts during queries of over three seconds, and speeds up...rowanbeentje2009-06-122-79/+21
* - Fix saving of SSH tunnel passwords entered in preferencesrowanbeentje2009-06-112-2/+6
* • fix to allow insert large blob dataBibiko2009-06-112-21/+37
* • introduced these methods to CMMCPConnectionBibiko2009-06-112-0/+54
* - Rename the preference pane 'Alerts' to 'Alerts & Logs'.stuconnolly2009-06-111-3/+3
* • fixed exception if content table view wants to load data from a table but...Bibiko2009-06-111-1/+1
* Add a very basic preference to disable all query logging. This can be expande...stuconnolly2009-06-113-4/+25
* updated dot generator to handle multi-col fk's with a different arrow type an...mtvee2009-06-112-4/+22
* • cleaned code for the case that the user selects a view which causes a MyS...Bibiko2009-06-103-6/+14
* - Table Info pane now has fixed heightavenjamin2009-06-104-7/+70
* small fix for WebView not printing background colorsmtvee2009-06-101-0/+3
* update dot file genertor to use SPTableData instead of a v5 style query for f...mtvee2009-06-102-19/+22
* • fixed some minor issues in fetchResultFieldsStructureBibiko2009-06-101-5/+7
* • fixed issue that after changing the pref "Use monospaced fonts" the table...Bibiko2009-06-101-1/+20
* - Replace TableSource use of a custom, flawed NSScanner-based parser with SP...rowanbeentje2009-06-101-29/+32
* • introduced the method (NSArray *)fetchResultFieldsStructure to CMMCPResultBibiko2009-06-092-88/+582
* • fixed bug for "Show help while typing" - prevent an internal loop of call...Bibiko2009-06-091-1/+2
* • added: "Copy as SQL INSERT" ^⌥⌘CBibiko2009-06-083-89/+184
* Effectively halve connection lag for queries, speeding up all queries and so ...rowanbeentje2009-06-082-17/+114
* • improved "Copy as SQL INSERT" (still hidden)Bibiko2009-06-074-5/+15
* • improved "Copy as SQL INSERT" (still hidden - can be tested if the menu i...Bibiko2009-06-073-17/+59
* Further SSH tunnel improvements:rowanbeentje2009-06-066-14/+91
* • moved macros enumerate() and sizeOf() to sequel-pro_Prefix.pchBibiko2009-06-066-29/+131
* • improved: sped up removing the background color for query highlightingBibiko2009-06-062-2/+11
* - Fix some manual memory releases in r820 which llvm/clang has misidentified...rowanbeentje2009-06-051-8/+2
* • added "Select Enclosing Brackets" to each NSTextView (⇧⌘B)Bibiko2009-06-052-0/+87
* • added to Editor Preferences:Bibiko2009-06-053-4/+21
* • reload table list, database pull-down menu according to user's statements...Bibiko2009-06-056-50/+135