73
I Use This!
Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge 6.2 trunk More... about 10 years ago
- Windows: mforms: Fixed handling of mforms::Utilities::cancel_timeout [TESTS] - deferred More... about 10 years ago
- Mac: mforms: fixed wrong handling of button number [TESTS] - click each mouse button and check that right event is generated for each, in both mouse_down and up More... about 10 years ago
- sqlide:spatial_viewer: - remove mutex protecting shapes in repaint/render and use temporary shapes instead - naming refactor - replace fprintf with log_error [TESTS] - build wb - start wb, and load worldshape and observer if it's properly rendered More... about 10 years ago
- sqlide:spatial viewer: - set our own error handler instead of the ogr one, - remove points that can't be reprojected using current projection - change projection size to -/+ 179 and -/+ 89 because we can't project some values using mercator projection - protect _shapes with mutex as it can crash while doing repaint and render in the same time [TESTS] - load grid and observer if it looks correct in all three projections - load sample worldshape wkb data More... about 10 years ago
SQL IDE: sql editor: ensure that a pending background task is properly cancelled if the editor goes away before the task could be started. Otherwise it may crash. More... about 10 years ago
Mac: more minor adjustments to table editor. More... about 10 years ago
- Fixed warning about wrong order in c-tor init list for the server instance editor. - Mac: fixed schema name field vertical alignment in table editor. More... about 10 years ago
- Allow refresh of layers list - Interrupt ongoing renders when closing tabs More... about 10 years ago
- Separated canvas/drawbox code into an own file - Refactoring of spatial data viewer data model, added a Layer and Feature class to support future handling of attributes etc - Support for rendering points - Added support for displaying data from several recordsets - Added support for a static background grid - Added support for fast zooming - Added support for fast panning - Added support for progress bar More... about 10 years ago
- sqlide: reimplement spatial columns projection [TESTS] - checked if wb builds and paints geometry columns More... about 10 years ago
- specify colors for diffrent layers and show them in layer list - cache rasterized image for better repaint performance [TESTS] - run select on large map data More... about 10 years ago
- Added auto-fitting, storage and retrieval of column widths for recordsets - Mac: fixed resultset to not rebuild columns on a simple refresh - closes Bug #18589588 MYSQL WORKBENCH RESULTSETS COLUMNS AUTOFIT MISERABLY BROKEN - closes Bug #14079636 AUTOFIT RESULTS COLUMN WIDTHS - closes Bug #11764491 ABILITY TO 'FREEZE' COLUMN(S) IN EDIT TABLE VIEW: SAVE RESULTSET COLUMN WIDTHS More... about 10 years ago
- Added tab menu option to keep result tabs pinned - Closes Bug #16171532 PLEASE RESTORE "TOGGLE WHETHER QUERY RESULT TABS SHOULD BE KEPT BETWEEN QUERIES" [TESTS] - run several queries, make sure there's only 1 tab open.. pin a result tab and then try again More... about 10 years ago
- Mac: SQLIDE: fixed resultset grid not showing columns in some cases - Changed Visual Explain to be docked in result panel instead of having a separate tab - Added Rename Tab context menu command to result tabs More... about 10 years ago
Merge from trunk More... about 10 years ago
[Merge from 6.1] More... about 10 years ago
[Merged from 6.1] More... about 10 years ago
Merge rev 11861 from trunk: Adding option to cuztomize the sudo command call used in the admin. - Connection Editor: Adding option into the System Profile Tab for non Windows instances. - Admin: changing logic to take custom sudo if defined. More... about 10 years ago
TUT: fixed the 2 remaining warnings to make the CI tests finally go green. Running the mysql client via system() now uses config file for the password, instead passing it on the command line. More... about 10 years ago
TUT: renamed and fixed wb_undo_diagram. More... about 10 years ago
Merged 6.2 trunk [TESTS] - quick smoke test More... about 10 years ago
Spatial - Removed deprecated spatial_canvas_layer.cpp - Implemented rendering in SpatialDrawBox - Implemented skeleton code for zoom and panning - Some code cleanup [TESTS] - interactive tests with world test data More... about 10 years ago
- PS Reports: fixed Copy Selected button with columns containing float data - Visual Explain - fixed layout of various nodes that have multiple subnodes - fixed layout of MaterializedTableNode with attached subquery - reformat attached_condition so that tooltips won't be too wide - added an Overview mode - fixed positioning of tooltips - fixed dangling tooltips - fixed drawing/scaling of arrow heads - let QueryBlock nodes inherit the row_count from the child_node, to propagate that info up in the chain - show read+eval cost in tables and prefix cost in nested_loop nodes, but only in 5.7+ servers [TESTS] - added test cases/queries - checked Copy Selected button in PS Reports - run visual explain, change directory, export image, run again, export to another file, confirm that the previous dir was remembered More... about 10 years ago
- Linux: fixed RPM package build - Updated doxygen - Mac: mforms: FileChooser: Fixed get_directory() to return the directory isntead of the whole path - Mac: mforms: ScrollPanel: fixed scroll_to() - mforms: Swig: fixed base::Rect used in return values to be unpacked into a tuple - mforms: Popover: added a show_bound() method to show a popover attached to a specific view. If the mouse moves outside that view, it will emit signal_close() so the caller can close i - Mac implementation added. Windows and Linux pending - Added use of show_bound in performance dashboard [TESTS] - various attempts at leaving tooltip open in performance dashboard while moving the mouse and focus away - interactive tests of fixed functionality in visual explain fix branch More... about 10 years ago
Spatial Viewer - Fixed Mac build to link with gdal - Replaced mfroms::Canvas with a plain DrawBox for spatial viewer - Added skeleton subclass for DrawBox geom viewer [TESTS] - build in Mac - n/a More... about 10 years ago
- linux: tut: adjust cmakefiles - linux: tut: data fwd engineer sql expected files were missing document header info - tut: test_utilit: add missing includes - tut: split fwd eng from parser tests [TESTS] - build & run tests More... about 10 years ago
- Win: TUT: project settings adjusted for last file rename. - TUT: fixed sync_diff. More... about 10 years ago
MEB: Windows Helper: - Moved the script from a hardcoded string into a resource file - Refactored the script to be class based (one class for each supported command) More... about 10 years ago
- Moved the "Generated" line in sql generation so that it is controlled by the include_document_properties flag too. Makes tests otherwise difficult (as it contains date + time). More... about 10 years ago