aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/QueryFavoriteManager.xib
Commit message (Collapse)AuthorAgeFilesLines
* * Little translation GUI QA - still many bugs in ExportViewdmoagx2011-01-161-103/+229
|
* Missing changes from r2554.stuconnolly2010-08-191-59/+55
|
* Fix tooltip typo.stuconnolly2010-08-091-21/+47
|
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-430/+428
|
* • resized GUI elements for localisation of longer explanationsBibiko2010-07-051-66/+1794
|
* - Fix the horizontal NSBox rule at the top of the Query Favourites Managerrowanbeentje2010-06-291-63/+785
|
* Rename CMTextView to SPTextView.stuconnolly2010-05-271-56/+45
|
* • added help button to Query Favorites EditorBibiko2010-03-161-22/+219
|
* Uppercase various menu items.stuconnolly2010-03-101-91/+64
|
* • shortened SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE to ↵Bibiko2010-03-091-52/+109
| | | | | | SP_ASLIST_ALL_FIELDS since it's too long • some GUI improvements for Query Fav Editor's "Insert placeholder"
* • added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet listBibiko2010-03-091-4/+64
| | | | | • added Show Completion List submenu to the Custom Query Editor gear menu with the items all dbs ^1, all tables ^2, all fields ^3 • if dbStructure is available show these pre-defined completion lists with all info like the completion it does, otherwise fall back to plain style
* • fixed bug in snippet list - now it inserts the chosen item correctly ↵Bibiko2010-03-091-3/+199
| | | | | | | | | | | | | after narrow-down the list • added chance to invoke the snippet list in fuzzy search mode by the template ¦¦a¦b¦¦ • added new snippet placeholders: ¦$SP_ASLIST_ALL_TABLES¦ displays a list of all tables incl. views from the current db ¦$SP_ASLIST_ALL_DATABASES¦ displays a list of all dbs from the current connection This makes it possible to write eg a query fav: USE ¦¦$SP_ASLIST_ALL_DATABASES¦¦; to search via fuzzy mode for a db and to use it
* • added possibility to define a snippet via ¦a¦b¦ – such a snippet ↵Bibiko2010-03-081-32/+58
| | | | | | | | will be shown as completion list with the items “a” and “b” • set auto-completion default Pref setting to true • fixed some auto-completion issues like do not insert common prefix automatically and some others • applied ¦a¦b¦ template to CompletionTokens.plist and some tiny corrections and improvements
* • Favorite Query Editor Bibiko2010-03-081-22/+312
| | | | - added the possibility to insert defined placeholder via a popup button similar to Content Filter Editor to give an hint to user what's possible
* • tiny GUI corrections like autosave split view size, table locationBibiko2010-01-251-16/+23
|
* • added possibility to add a query favorite by user-definable alphanumeric ↵Bibiko2010-01-241-44/+273
| | | | | | | | | tab trigger; eg if tab trigger is set to "sel" sel⇥ will insert the first query which has the defined the tab trigger • preparations to insert programmable query favorites - eg "SELECT ${*} FROM ${Table}" -- after insertion "SELECT * FROM Table" the '*' is highlighted to change, press ⇥ to select the next snippet 'Table'; ⇧⇥ selects the previous snippet; the snippet selection follows the user input - Note: not yet active
* Got rid of "Single line mode" attribute not available prior to 10.6 warning.mltownsend2009-12-221-9/+66
|
* - Alter the query favourites upgrade routine to ensure query favorite names ↵rowanbeentje2009-12-111-10/+10
| | | | | | | | don't include linebreaks, and reset it to run over upgraded arrays - Also prevent the query fvorites interface from accepting newlines in titles - together, this addresses Issue #496 - Enable the query favorite editor vertical scrollbar when editing long queries
* Manually set the delegate of the anchored button bars in the content filter ↵stuconnolly2009-11-181-6/+15
| | | | editor and query favorites editor as you can't do it in IB.
* Remove extra table column in query favorites table view that's not needed.stuconnolly2009-11-181-99/+19
|
* Some UI tidying up.stuconnolly2009-10-191-189/+832
|
* • Query Favorite ManagerBibiko2009-09-071-30/+45
| | | | | - disabled sorting by clicking at table headers - added drag&drop support of multiple selected items
* • updated SPQueryFavoriteManager to mange document-based and global query ↵Bibiko2009-09-071-35/+129
| | | | | | | favorites • disabled "Select Active Query" in CMTextView if shown in the favorite manager • code cleaning and simplifications
* • next polish up of the QueryFavoriteManager GUIBibiko2009-09-021-562/+565
|
* • fixes for Query Favorite Manager:Bibiko2009-09-011-7/+62
| | | | | | - renamed "Save" button to "Apply Changes" to make it clear what will be done by clicking at it - suppress context menu and selection while right-clicking at a header - while in cell editing ESC will abort the editing (not close the sheet)
* • query favorite managerBibiko2009-09-011-253/+214
| | | | | | | | - first step to allow to manage global favs (stored in the prefs) and connection-based (not yet implemented - will be stored in ApplicationSupport/SequelPro) - fav table is now a grouped table à la Table List - second column in fav table will be used soon ;) - now the sheet has two buttons "Save" and "Cancel" in order to be able to dismiss changes - enabled table view inline editing of query names
* • improved Query Favorite ManagerBibiko2009-08-281-16/+269
| | | | | | | | | | | | - tableView is now a SPTableView for right-click selects item first - corrected tooltips for all buttons and menu items - added short-cut ⌘D for duplicate, ⌫ for remove, and ⌥⎋ for gear menu (which could be the standard for all gear menus?) - remove selected favorite(s) asks the user first - added chance to select and remove more than one favorite - added chance to export selected favorites as SPF file The file structure (format 'query favorites') goes conform with the SPF 'connection' format. To be discussed: Should we add a separate Import Favorites menu or should we do that via the general "Open…" menu item since the SPF format tells SP what to do with that file?
* Completely redesigned query favorite manager, including:stuconnolly2009-08-261-0/+1754
- The ability to name query favorites - The ability to edit query favorites using the same editor in the cutom query view - The ability to save your query favorites to a file Note that any already saved query favorites will be upgraded to accommodate the new format, that is including a name associated with the query. The default name is the first 32 chars of the query with '...' appended. Also, added menu item validation to the 'Save Query to Favorites' menu item.