1
I Use This!
High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
Jun 03, 2025 — Jun 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Further UI improvements for the runtime. More... over 10 years ago
Changed the Unique Columns of the Variable Control based on the input from the user. More... over 10 years ago
Added two jinja2 template macro for support for priviliges and default privileges. More... over 10 years ago
Resovled a typo in rendering the NodeAjaxOptionsCell about getting the options from the column schema for the cell. More... over 10 years ago
Fetch the last system oid for the database connection too. More... over 10 years ago
Resolved a typo in the psycopg2 driver, qtTypeIdent checking the wrong list, because - in specific type match comma (,) was missing. More... over 10 years ago
Fix border display issue in unique column collection More... over 10 years ago
Fix minor status bar display issue. More... over 10 years ago
Fix comment More... over 10 years ago
Resolved a typo in the datamodel javascript. More... over 10 years ago
[Python 3] Fixed the issue processing the request data (decoding issue) for UPDATE operation of the server node. More... over 10 years ago
Resolved a typo in the frame javscript More... over 10 years ago
Allow the privileges control to work properly. Resolved few typos and trivial bugs within the privilige control. More... over 10 years ago
Model needs to update the parent collection object, that - it has been modified, and please do the needful. More... over 10 years ago
Setting a missing parameter - 'empty_value' in NodeAjaxOptionsControl More... over 10 years ago
Introduced a event manager for the browser, which will generate certain known events, when any activity happens on the browser layout. More... over 10 years ago
Initialize and parse the neseted schema too. More... over 10 years ago
Use a custom configuration dialogue and allow the user to specify the application path as well as the Python path. More... over 10 years ago
Moving the data model and collection to separate module for better code handling. More... over 10 years ago
Copyright updates for 2016. More... over 10 years ago
Support tabs in the runtime browser. Added functionality to open different website link and load the website data to different tab. To achieve this, new customized QTabWidget and QWebView are added to render the data to WebView widget. All the widgets (New Tab, WebViewWinodw, and QToolButton) are added dynamically. QToolButton is used to traverse back and forward to web document opened in WebViewWindow. More... over 10 years ago
Bump the version requirement for Flask-Gravatar to 0.4.2. This version has been restructured and plays nicely with our runtime. More... over 10 years ago
Chagned the variable control to use the new format of generateSchemaView(...) output. Also, set the value in proper format before rendering them using DynamicVariableCell. More... over 10 years ago
Using the new logic after using generateViewSchema(...) function for generating schema properly for the collection for rendering the grid. More... over 10 years ago
Fixed the missing translation in the 'Connetion' group, while defining the schema. More... over 10 years ago
Adding two new controls tab and fieldset for better layout management used in some of the nodes. More... over 10 years ago
Send the consistent data from both menus and context menus. More... over 10 years ago
Use the same schema parameter 'visible' instead of separate one (i.e. show) for both control and cell, while generating the columns and field Schema. And, it was resulting into wrong behaviour because of that. More... over 10 years ago
Make the privilege control to work as expected. Using the NodeListByNameCell for selecting the grantee. More... over 10 years ago
Introducing NodeAjaxOptionsCell, NodeListByNameCell, NodeListByIdCell for using them with Backgrid. More... over 10 years ago