2
I Use This!
High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reworked the help window by making use of actions (i.e. the 'proper' way of doing things). More... over 13 years ago
Re-allowed the text selection of a web page (since a user may need that after all). Re-allowed the opening of external URLs in the user's default web browser (probably better indeed to keep in the help window only things that are part of OpenCOR itself). More... over 13 years ago
Removed the support for Qt Assistance in the help, since we don't use it in the end and that the help can be tested in a normal web browser, if needed. More... over 13 years ago
Rather than only being able to increase/decrease the size of the text in the help window, we can now increase/decrease the size of everything (i.e. proper zooming in/out). More... over 13 years ago
Prevent the text selection of any web page. More... over 13 years ago
Argh! More... over 13 years ago
Renamed the known_issues.html file to knownIssues.html. More... over 13 years ago
Made the backward and forward buttons enabled/disabled whenever required. Consistency of code. More... over 13 years ago
Added a couple of new icons (backward and forward) that are used in the help window. Replaced the homepage icon. Updated the help window with the aforementioned buttons. Need to enable/disable them depending on the history of the help browser. More... over 13 years ago
Working on the GUI of the help window. More... over 13 years ago
A column which should have been part of what needs translating (since in some languages, a space is expected before a column). More... over 13 years ago
Updated the known issues help page. More... over 13 years ago
Renamed license to licensing wherever appropriate, since we may end up distributing OpenCOR under more than just one license. More... over 13 years ago
Can now open external pages within the help window. More... over 13 years ago
Added a "known issues" help page. More... over 13 years ago
Fixed a Qt (?) problem with the web history in the help widget. More... over 13 years ago
Removed the call to setUnifiedTitleAndToolBarOnMac(true) on Mac OS X, since that resulted in the dimensions of OpenCOR not being properly remembered (!!). Improved the help window by adding offering a way to go back to the homepage. Also implemented a resetAll function. More... over 13 years ago
Support further means of navigation within the help widget. More... over 13 years ago
Modified the source code to use my coding convention when it comes to the naming of variables. Basically, any parameter passed to a function must have the form pMyVariable, while any class member property (!?) must have the form mMyVariable, any global variable (!! None so far though!) gMyVariable, and and local variable myVariable. More... over 13 years ago
Modified the source code to use my coding convention when it comes to the naming of variables. Basically, any parameter passed to a function must have the form pMyVariable, while any class member property (!?) must have the form mMyVariable, any global variable (!! None so far though!) gMyVariable, and and local variable myVariable. More... over 13 years ago
Some cleaning up. Added an error page for the help (it ought never to be seen, but one never knows, so...). More... over 13 years ago
Cleaned up the help viewer. Will most likely put back some features (e.g. determine whether the backward/forward action is enabled). Also need to allow for external URLs to be loaded within the help viewer (the original code would load such URLs in the user's default web browser). More... over 13 years ago
Some cleaning up. More... over 13 years ago
Some cleaning up. More... over 13 years ago
Some more cleaning up. More... over 13 years ago
Some cleaning up. More... over 13 years ago
Improved the help system. More... over 13 years ago
Added the correspind viewHelp shell script for Linux / Mac OS X. More... over 13 years ago
Added batch file to view the help using Qt Assistant (useful for testing the help file). More... over 13 years ago
Make the application look more like a Mac OS X application on Mac OX S. More... over 13 years ago