10
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Sep 19, 2024 — Sep 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Jenkins] Astyle nightly commit (02/08/16) More... about 9 years ago
[Jenkins] Astyle nightly commit (13/08/15) More... about 10 years ago
backport commit #10947: don't import PyQt4 Python module if Tulip is built against Qt5
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10946:
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10943 :
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10942 : fix segfault when applying Louvain clustering on a subgraph : as the nodes ids are usually not continuous, a hash map has to be used instead of a vector for mapping nodes to clusters
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10941 : the 'Select' action from the contextual menu of the Table view now behaves like the one from the node-link diagram view : empty selection first then add element to selection
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10940: small improvements to TableView : use RegExp instead of FixedString to filter property names and values
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10939 :
Antoine Lambert
as anlambert
More... about 10 years ago
[Jenkins] Astyle nightly commit (10/08/15) More... about 10 years ago
backport commit #10936 : ensure detection of the correct sphinx-build script (according to Python major version) on Ubuntu
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10906 : fix methods/functions signatures in Python API documentation when there is multiple methods/functions with the same name but with different parameters
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10904 : improve autocompletion features for algorithm parameters
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10899 :
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10895:
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10892 :
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10891 : improvement in search widget : consider tlp::NumericProperty as the base class in order to enable numeric comparison (tlp::IntegerProperty was not considered as a numeric one previously)
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10887 : improvements to the autocompletion feature for Python code editors : it will now also work for algorithm names, property names, attributes names and subgraph names surrounded by single quotes
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10886 : improvement to the Python REPL : it will now behave like the classical Python shell, meaning that every single input that does not eval to 'None' will be printed to standard output
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10881 : small improvements regarding the generation of a glyph image : modify scene zoom factor in order for the glyph to be not clipped by image borders and use antialiasing
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10880 : small improvement regarding the saving of Python code : if there is no .py file associated to a code editor and when a save action is requested (via Ctrl-S), its content will then be saved to the current Tulip project file (.tlpx)
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10879 : add the possibility to modify the default label color in Tulip preferences dialog
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10876 : add predefined color schemes from ColorBrewer.org (thanks to Benjamin) + update ColorScaleConfigDialog.ui to display a ColorBrewer.org dedicated citation
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10982 : TLPB Export plugin is now able to export a subset of a graphs hierarchy (the whole one was exported before, no matter which sub-graph to export was provided). If the provided graph to export is a sub-graph in the current hierachy, il will become the new root in the exported hierarchy.
Antoine Lambert
as anlambert
More... about 10 years ago
backport commits #10765 and #10777:
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10859 : fix properties base class in Python API documentation
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10849 : ensure the font size is set for the font awesome icon glyph
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10848 : set the first argument of the embedded Python interpreter to "tulip" (we can then check the sys.argv[0] value to determine if the current Python session is embedded into Tulip or not)
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10847 : add a CMake workaround to avoid recompiling the whole tulip-gui library each time the Python version is modified
Antoine Lambert
as anlambert
More... about 10 years ago
backport commit #10846 :
Antoine Lambert
as anlambert
More... about 10 years ago