aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
* • button tooltip for "Show / Hide Table Information" toggles according to i...Bibiko2009-08-021-0/+5
* - don't add an empty query to historyBibiko2009-07-291-8/+9
* • fixed and improved several issues for sorting the Custom Query result table:Bibiko2009-07-281-8/+59
* • Editing in Custom Query:Bibiko2009-07-261-27/+45
* - For custom query result columns which map to SQL fields, check the column ...rowanbeentje2009-07-241-2/+59
* - Fix editing of results including decimalsrowanbeentje2009-07-231-5/+3
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-5/+10
* • 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-211-11/+18
* Add the ability to navigate between tables via foreign key relationships, add...rowanbeentje2009-07-181-1/+2
* • finial preparation to make Custom Query's result table editableBibiko2009-07-171-17/+36
* • changed in Custom Query:Bibiko2009-07-171-79/+45
* • fixed minor issues for "Comment Line/Selection" in Custom QueryBibiko2009-07-161-6/+11
* • fixed: Custom Query's gear menu item "Comment Line" will change its titl...Bibiko2009-07-161-0/+3
* • rewrote ⌘/ "comment line" completelyBibiko2009-07-161-26/+102
* • Comment current Query/SelectionBibiko2009-07-151-4/+16
* • initial support for ⌘/ in CustomQuery editor to (un)comment out the cur...Bibiko2009-07-151-0/+30
* - 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-131-30/+32
* Improve custom query timing and display:rowanbeentje2009-06-271-5/+5
* • fixed issue for sorting the Custom Query table via clicking at the header...Bibiko2009-06-261-2/+4
* • initial trial to make Custom Query's result table sortable by clicking at...Bibiko2009-06-241-11/+56
* • Custom Query fixes:Bibiko2009-06-241-60/+68
* • added to SPDataAdditions:Bibiko2009-06-231-41/+11
* • added SPDataCellFormatter to data cells of the Custom Query tableBibiko2009-06-231-0/+2
* • fixed: make usage of backtickQuotedString to allow table names containing...Bibiko2009-06-231-52/+72
* - Improve r911 (initial Custom Query editability) to allow editing of rows c...rowanbeentje2009-06-221-13/+13
* • first trial to make the result table in the Custom Query editable for suc...Bibiko2009-06-221-44/+221
* • improved: "Copy as SQL INSERT" in Custom Query passes the original table ...Bibiko2009-06-221-6/+23
* • first steps to synchronize CustomQuery table and ContentTableBibiko2009-06-221-4/+73
* • some code cleaning and tiny performance enhancements for various for/whil...Bibiko2009-06-211-23/+30
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-9/+12
* • some tiny improvements to speed up queryString:Bibiko2009-06-181-4/+4
* • changed regex of trigger a reload of table/db according to executed queriesBibiko2009-06-171-3/+4
* • improved: sped up removing the background color for query highlightingBibiko2009-06-061-2/+8
* • added to Editor Preferences:Bibiko2009-06-051-4/+19
* • reload table list, database pull-down menu according to user's statements...Bibiko2009-06-051-13/+37
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-051-1/+3
* • fixed: suppress highlighting of the current query if something is selectedBibiko2009-06-041-1/+7
* • simplified quertAtPosition:Bibiko2009-06-041-213/+99
* • updated queryTextRangeForQuery: method to make usage of the new SQLParserBibiko2009-06-041-15/+11
* • added support for the “delimiter” commandBibiko2009-06-041-87/+119
* • ADDED: highlight the current active query by setting its background color...Bibiko2009-05-281-1/+19
* • fixed dependence in showHelpForCurrentWord: to allow to invoke the help (...Bibiko2009-05-281-1/+1
* Fix for query editor font being lost. Initialize the prefs reference in setCo...stuconnolly2009-05-271-2/+2
* • activate Preference setting for caret colorBibiko2009-05-241-1/+2
* - Forgot to save this file before last commitavenjamin2009-05-221-3/+3
* - Few Changes to Query Editor Preferenceavenjamin2009-05-221-119/+119
* - Fixed NSFontPanel issue. Now showing font collections in Font Panelavenjamin2009-05-211-0/+7
* • made mySQLConnection reachable for CMTextViewBibiko2009-05-201-0/+2