| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
socket search paths
- Reorder socket search paths to favour OS X locations
|
|
|
|
| |
'-lstdc++'. Changed the Release config to use the LLVM GCC 4.2 compiler as adding the '-lstdc++' didn't seem to work. Probably another tick mark setting somewhere in release that needs to be done. But since this isn't used as much as Debug I didn't worry about it to much.
|
|
|
|
| |
created when performing an SQL dump, replace the use of stringWithFormat: with appendString: for a potential speed improvement.
|
|
|
|
|
|
| |
Query's text field
- solves i759
|
|
|
|
|
|
|
| |
collapse via code which was originally causing the problem. Also apply the same fix to SPCustomQuery.m.
(Note that this also identifies a probable cause of views going slightly out-of-view if views are collapsed and expanded a lot - the autoResizesSubviews property is disabled and re-enabled in BWToolKit surrounding a collapse, but this is done using a timer with the exact time interval as the corresponding collapse/expand frame resize. This sets up a race condition, where if the timer fires before the animation completes, the internal view will be slightly clipped. May require a BWToolKit fix)
|
|
|
|
| |
progress indicator to indicate that it's connecting in the event that the user switches to a different tab. Also preserve the tab's label as 'Connecting...' when switching tabs.
|
|
|
|
| |
accidently committed in r2426.
|
|
|
|
| |
Procs, or Funcs (maybe it's needed to improve the display or to skip it)
|
|
|
|
| |
textfields in Table Status view
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
• resized GUI elements (Run Current, Last Error Mes.) for localisation
• centered label for "Query Favorites" and "Query History"
- maybe we should think about the appearance these buttons!
• increased the min width of Custom Query view by 15px in order to avoid GUI overlappings
|
|
|
|
| |
display the horizontal scroll bar correctly
|
|
|
|
|
|
| |
Information that the view wasn't displayed correctly after opening
- the point is here probably a bug in BWToolkit that the collapsable subview forgets its setting for "setAutoresizesSubviews:YES" after collapsing
|
| |
|
| |
|
|
|
|
| |
update strings files.
|
| |
|
|
|
|
|
|
|
| |
- Add a 'gear menu' with the option to export the current result set as either CSV or XML.
(Note, that the collapsiable view currently suffers from the same BWToolKit issue as the table information pane).
|
|
|
|
| |
compatibility; this corrects the "fix" in r2422, and addresses Issue #757
|
|
|
|
| |
- maybe needs to be discussed
|
|
|
|
| |
tooltips before amending. This addresses http://spbug.com/l/1052
|
|
|
|
|
| |
- Add localisation support for NSSegmentedControl segment tooltips
|
|
|
|
| |
will disable automatic sorting. Also, connection favourites sort order in the preferences and the connection view should now be in sync. Needs thoroughly tested. Fixes issue #655.
|
|
|
|
| |
accommodating all available space. Also, change the cancel button's shortcut to escape. Thanks Hans.
|
|
|
|
|
| |
- Add support for localising NSTextView value bindings' no selection placeholders, nil placeholders, not applicable placeholders and multiple selection placeholders
|
| |
|
|
|
|
| |
have more space for localisations
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
as how they are updated with respect to the selected export type.
|
|
|
|
| |
errors sheet. Fixes log http://spbug.com/l/1050.
|
|
|
|
|
|
|
| |
the use of custom tokens to accommodate dates which include them.
- Ensure that the displayed custom export filename includes the default extension.
|
| |
|
|
|
|
|
|
| |
- made "This table currently does not support relations..." localisable
- resized some nib elements for longer translations
- replaced [[NSApp mainMenu] itemWithTitle:@"Table"] by [[NSApp mainMenu] itemWithTag:SPMainMenuTable] for dynamic title changes
|
|
|
|
| |
in each tabview was localised
|
|
|
|
|
|
| |
- Improve hideForSingleTab: settings changes to only update the tab bar if only one tab exists; fixes tab sizing on drag start caused by placeholder cell/update tab bar display conflict
- Improve tab drag location detection, particularly when dragging tabs into a new tab bar; drags into new tab bars now respond quickly and correctly
|
|
|
|
|
|
| |
- Add support for localizing table column header cell strings
- Add support for automatically translating nibs loaded via the combination of [[NSNib alloc] init...] and [NSNib instantiateNibWithOwner:topLevelObjects:]. This loading method is required for various non-document based setups or dynamic loading.
|
|
|
|
| |
• renamed MainMenu > File > "Save (As)" menu item to "Save Connection (As)" and added tooltips
|
| |
|
|
|
|
| |
structure.
|
|
|
|
|
|
|
|
|
| |
- Updating the default favorite popup button to reflect the sorted order of the favorites tableview.
- A new icon indicating the default favorite in the favorites tableview.
- A new 'Make Default' menu item in the favorites tableview context menu.
(Outstanding issue: Incorrect default favorite being selected upon launch because the sorting of favorites on the connection screen and preferences are independent of each other).
|
|
|
|
| |
being as it's currently broken (related to issue #655).
|
|
|
|
|
|
|
| |
a tab past/through them, by using PSMTabBar notifications instead of our own notifications; also fix PSMTabBar notification ordering.
- When a tab drag starts, reorder all windows in front of other applications
|
|
|
|
| |
when it allows NULL values. Fixes issue #753. Also, improve the error message displayed when a field cannot be moved.
|