| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
resolve all warnings.
|
|
|
|
| |
file, with sub-menus representing groups (still a bit buggy).
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
responder if responder is embedded in a SPWindow
|
| |
| |
| |
| |
| |
| |
| |
| | |
discoverability - this improves on Issue #943
- Add alternate keybindings for tab switching - support command-shift-[ and -], and command-alt-left and right arrows to match behaviour of other applications
- Update localisable strings
|
| |
| |
| |
| |
| |
| |
| | |
this doesn't appear to be restored automatically
- Remove unused delegate methods
|
| | |
|
| |
| |
| |
| |
| | |
- instead of using \t as indention string the user can choose how many spaces should be used instead
- addresses issue 956
|
| |
| |
| |
| | |
process runs longer than 1 sec and hide it if no process runs anymore to inform the user better
|
| |
| |
| |
| |
| |
| |
| |
| | |
in a single sheet for review. This fixes a number of isGroupRow crashes on any error.
- Track a host row's original host to allow host edits
- Update localisable strings
|
| | |
|
| |
| |
| |
| | |
prefs (but up to now no success - help is needed)
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
and cstom query views, and to improve aligments across views
|
| | |
|
| | |
|
| |
| |
| |
| | |
• improved rendering of line number display in Query Editor and Bundle command text view after scrolling to avoid displaying them unreadable
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
menu to use tag-based values when generating queries, allowing localisation of menu contents without using those localised values in queries. This addresses I$
- Remove the ability to specify a FULLTEXT auto_increment index, as I believe this isn't possible.
- Prevent sheet reuse from specifying invalid storage types for PRIMARY KEYs
- Fix exceptions when adding indexes to a table where every field is already indexed
- Fix initialField/indexedFieldNames check to improve on r3061
- Fix toggling advanced index view after closing the sheet with the view open
- Update localisable strings
|
| | |
|
|\| |
|
| |
| |
| |
| | |
• made usage of constants
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
scrolling/resize; this addresses Issue #929
- Fix split view overlap on the tables list/info pane causing lines on scrolling/resize; this addresses Issue #740
- Add custom resize behaviour for the table content splitview, addressing Issue #543
- Make button bars at the bottom of the window a consistent height
- Fix bug with new splitview setup causing tables pane to become narrower with each launch
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Replace master connection and database view split views with full BWSplitViews so controls appear in Interface Builder; use those settings to apply which panes resize, and any max/min constraints
- Remove split view delegate code which is no longer necessary after these changes
- Fix a bug marking the master database view split view thumb as applying to all DatabaseDocument splits views, fixing cursor issues
- Update Connection Controller/BWToolkit split view delegate setup to fix resizing issues
|
|\| |
|
| |
| |
| |
| |
| |
| | |
• improved Bundle command script editor
• sped up a bit the NoodleLineNumbering by pre-calculation of constants used in a loop
• fixed issue to detect the scope Query Editor better and safer for Bundle commands
|
| | |
|
|\| |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| | |
'Save' by 'Export'
• improved check whether a doc window has a connection or not for running a Bundle command
|
| |
| |
| |
| | |
actually implemented.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
- reworked invocation via keyboard short-cut to allow to fall back to General scope
- added chance to redirect the output action via command exit codes; useful if the normal output is an HTML window but an error occurred, now one can display the error as tooltip for instance
- unified file hand-shake file names by one uuid
- made usage of more constants and renamed some shell vars
|
| |
| |
| |
| | |
window in order to remove all not stored data
|
| |
| |
| |
| | |
connection view, hide the connection details form.
|
|/ |
|
|
|
|
|
|
|
|
|
|
| |
(http://www.linville.org/) to handle table linking in .dot exports on case-insensitive servers:
- Adds a new checkbox on the .dot export interface controlling the case sensitivty of link handling
- Improve .dot export to use lowercase link references when the option is enabled, fixing .dot exports of table relations of table names with uppercase characters on case-insensitive servers
- Check the server's case-sensitivity setting and use that to control the checkbox when using the export interface to select .dot export
This addresses Issue #920.
|
|
|
|
|
|
|
|
|
|
| |
errors occurred, starting off hidden
- Add "errors"/"no errors" prefix to the custom query status area
- Add an import cancelled line to the import error list when stopping imports after errors
- Fix custom query error highlighting by scrolling to the error
- Update localisable strings
|
|
|
|
| |
short-cuts in menuItem even there're same short-cuts are assigned
|
|
|
|
| |
- for Data Table scope added the chance to specify the handling of BLOB fields (if underlying data are kind of NSData or GEOMETRY) as 'Exclude', 'Include', 'save as image file - the data will be saved as tif file and the path will appear in the table', 'save as file - the data will be saved as raw dat file and the path will appear in the table'; for GEOMETRY fields if set to 'save as {image} file' the representation will be saved as PDF file otherwise the WKT string appears
|