73
I Use This!
Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge from trunk More... almost 10 years ago
- linux: sqlide: fixed include paths - mforms: code editor: change c++0x only code to compile as standard [TESTS] - Compile wb More... almost 10 years ago
- Parser context wrapper: fixed linker problem and a compiler warning. - mforms: code editor: change C++0x only code to compile as standard. [TESTS] Compile WB. More... almost 10 years ago
- Windows: mforms wrapper for Canvas - rewrote C# canvas viewer in C++, moved it to mforms to allow use by both mforms and directly by frontend [TESTS] - check modeling, add diagram, close diagram, try to reopen (doesnt work because of missing unrealize handling) - run query with geometry data, switch to GIS view More... almost 10 years ago
- remove unused attributes from trigger/routine in MW after removing them from grt classes [TESTS] - run MW on db that contain triggers/routines More... almost 10 years ago
Re-added an accidentially removed call. More... almost 10 years ago
- Split structs.ui.xml into 2 files (structs.ui.xml and structs.wrapper.xml) and moved python and mforms grt wrapper object declarations to the new file. - Moved declaration of TransientObject from structs.ui.xml to structs.xml. - Added a parser context wrapper to structs.wrapper.xml. - Parser services + module: made all grt refs const&. Added module functions for all currently defined parser services. - Removed unused objimpl/db.mgmt folder. - Cleaned up the wrapper generation code a bit (use pragma once + typo fix). - Linux: updated cmake files for those changes + the addition. - Win: msi: added new xml file to source. More... almost 10 years ago
- Added workaround for buggy catalog initialization when creating new db objects, to avoid a crash. [TESTS] - Opened a connection and created different type of db objects (schema, table etc). - Also check altering objects. More... almost 10 years ago
- Linux: adjusted cmake file for new simple parser addition. - Added a generated token file to bzr ignore list. More... almost 10 years ago
- ANTLR parser: added a stripped down version of the parser that has no tree actions. This makes the parser around 3 times faster than the main parser. Perfect for tasks like syntax checking. More... almost 10 years ago
MEB: Integration of the helper script into the existing MEB UI: - Updated the *ServerInterfaces to generate the command call using the helper script, instead of calling directly the meb command. - Centralized the version validation into the helper itself. (In the past the version needed to be updated in 2 places) - Helper: updated to return data in JSON format to the caller - Enabled backups running in background without using nohup More... almost 10 years ago
- removed set_front_color implementation from windows/mac becouse is implemented in view class [TESTS] - N/A More... almost 10 years ago
Merge from trunk More... almost 10 years ago
checkpoint[TESTS] More... almost 10 years ago
Python: Adding TimeProfiler class to enable measuring the time spent executing a method on any class in python (Profiling purposes only) More... almost 10 years ago
Merged Linux fixes from parser branch. More... almost 10 years ago
Win: modeling: small optimization to avoid pushes to the backend if there was no change in the object description. [TESTS] - In a model enter and leave the object description field with and without changes. See that changes are stored. Check that only with real changes a refresh message comes in (this is still suboptimal, as it refreshes totally unrelated parts, but for now it should behave as before). More... almost 10 years ago
- linux: fix build problems- missing headers - backend: sqlideform: add fix for invalid version that can happen when start connection to server that's not running [TESTS] - build wb - start wb and make connection to some non working servers and also working ones, issued queries, opened editors More... almost 10 years ago
- Win: mforms: implemented switch to toggle tab reording + callback to the backend on reordering. - Win: some necessary project changes. [TESTS] Compile. More... almost 10 years ago
Reverted (again) accidential merge of the config file. [TESTS] Check file. More... almost 10 years ago
Merged object editor refactoring + TUT updates from parser branch. More... almost 10 years ago
Merged from 6.2 trunk. More... almost 10 years ago
Adding initial version of the Linux MEB helper. - Refactored helper deployment logic. - Added mode parameters to save_file_content_and_backup so script can be changed to be executable. - Added validation for helper as requisite to operate MEB. More... almost 10 years ago
- Win: fixed compilation after object editor changes + some warnings. - TUT: - Compilation fixes. - Added base path setup depending on architecture to make test run at all. - Removed flag for the autocompletion cache test that waits for feedback (feedback has long gone) - Added fixes for all parser related tests where necessary (except for auto completion, which is to be changed radically quite soon). - Auto completion: switched to new parser services (actually, it uses the parser context from its owning editor). - Win: refactored all remaining object editor wrappers from *BE to *Wrapper. - Table editor: factored out trigger add/delete into own routines. More... almost 10 years ago
- linux: parser parser: build should first check if the files need to be rebuild as we ship the files with package, so ppl wouldn't need to have Java installed to build wb straight from the package [TESTS] - checked if wb will build without antl file More... about 10 years ago
Renaming tree to MEB merge from trunk More... about 10 years ago
- Linux: implemented mforms Canvas widget - Made some adjustments to SQLIDE spatial viewer to account for Gtk specific semantics More... about 10 years ago
mforms: Changed implementation of mforms::Canvas, to be self-contained between canvas and forms, with usual callback pointers canvas: Mac: moved canvas viewer stuff from WBExtras to canvas library [TESTS] - check query returning spatial data - open a model and check diagram More... about 10 years ago
merge from 6.1: - backend: SqlEditorForm::do_exec_sql - add RecMutexLock on aux_connection before calling rs->reset(bool) cause it's using the aux_connection - there was a race without it [TESTS] *each time wb was restarted wb cache dir was to cleaned up - checked if wb is still crashing when issuing query on different than default database on remote connection when default db is huge one - checked if wb is crashing/deadlocking when issuing query just after connecting and pressing cancel query - checked if wb is crashing/deadlocking when added loop with 1k iterations to aux->getBestRowIdentifier inside rs->reset and played with making/stopping connections More... about 10 years ago
GIS support - added Canvas control to mforms - Mac implementation of Canvas control More... about 10 years ago