sort by:
Revision Author Date Message Commit Date
93b5102 Merge branch 'wxPython3-compatibility2' of github.com:HelioGuilherme66/RIDE into wx3_master 25 February 2016, 19:28:37 UTC
f2fd061 Fix finding usages of variables (#1605). Not possible to show '&' in dictionary variables wx.RadioBox. 25 February 2016, 19:22:52 UTC
5234f6a Creates desktop shortcuts for all platforms. Removes distutils use. Corrected windows detection, and arguments for post_install. Create a Desktop shortcut to Linux script starting RIDE. This is a minimal solution to have shortcut in Mac OS X. Calls ride_postinstall.py after install. Added ride_postinstall to run after setup.py or pip. Now ride_postinstall can be run standalone in all operative systems. Asks to create Desktop shortcut in Windows. Introduces a new dependency pywin32 (packages only from sourceforge). Fixed user detection on installs with "sudo". ride_postinstall.py is not compatible with Python 2.6. Fix for linux desktop directory not localized. Corrected shebang in ride.py. Transformed ride_postinstall.py into a module. Tested in Linux: Ubuntu, Fedora, CentOS, OpenSUSE. To run: python -m robotide.postinstall -install Now Desktop Shortcut creation can be started from command line and GUI. Adds a wrapper for postinstall module for Windows installer. Use: ride_postinstall.py -install Add options -q and -f. Code clean up. (code is PEP8 compliant) 25 February 2016, 19:22:46 UTC
eae2dc3 Removes wxversion dependency and checks. This allows to use different wx versions. Multiline formatting. Add messages to console output (there are segmentation faults, preventing the user to read the warning about unsupported versions). Fixed messages for unsupported wxPython versions (crashed) 25 February 2016, 19:19:46 UTC
7597401 Adds --version option to RIDE. 25 February 2016, 19:19:43 UTC
e1eea2f Improves Sort trailing numbers in tag names numerically in View All Tags #1579 Proposed by @alexisbietti. (code is PEP8 compliant) Small clean up in _search_for_tags(). 25 February 2016, 19:17:38 UTC
a474887 Fixed messages for unsupported wxPython versions (crashed) Fixed wx.Colour for external files not handled. 25 February 2016, 17:42:14 UTC
0335a05 Merge branch 'removes_wxversion' into wxPython3-compatibility2 25 February 2016, 13:31:32 UTC
d470ecb Reintroduces last opened file/project and ProgressDialog. 25 February 2016, 13:25:28 UTC
514676a Fixes #1576. (changes to PEP8 compliant) 24 February 2016, 22:45:08 UTC
7635a1c Version 2.0a1 24 February 2016, 22:45:05 UTC
7b29125 Fixes #1548 by correctly reporting a locked file. Allows to run several RIDE instances simultaneously. Fix loading the Recent File, by not using ProgressDialog. 24 February 2016, 22:43:12 UTC
356732c Fixes #1539, by adding exception handling when in Windows. Outputs caught exception to allow the user taking action, (there is a locked file that RIDE cannot remove) 24 February 2016, 22:42:01 UTC
e03814a Fix loading the Recent File, by not using ProgressDialog. Reverted some changes. 24 February 2016, 22:41:48 UTC
24d8918 Adds support for wxPython 2.8, 2.9 and 3.0. 24 February 2016, 22:40:30 UTC
e845e40 Fixes Manage Plugins tab. 24 February 2016, 22:39:43 UTC
4796dd3 Debugging Plugin Manager. 24 February 2016, 22:39:43 UTC
bf3d9e3 remove unnecesary size calculation 24 February 2016, 22:39:32 UTC
bc4c9fd Fix notebook intialization 24 February 2016, 22:39:00 UTC
7df42b8 Add 3.0 to supported versions 24 February 2016, 22:38:07 UTC
51d9347 suppress libpng warnings on load 24 February 2016, 22:38:07 UTC
2957408 preferences: fix usages of FlexGridSizer 24 February 2016, 22:37:53 UTC
f5c8abb fix issues preventing startup and unit test execution 24 February 2016, 22:31:42 UTC
1c2bb9b Adds wxPython versions 2.9 and 3.0. Fixes Preferences/Save panel size. Gets RIDE running with wxPython 3.0.2.0. There is a known bug when consulting RIDE log (causes Segmentation fault). Debugging RIDE log. Changes log.py to create Frame instead of TxtCtrl. TEMPORARILY disables RecentFiles core plugin. This makes possible to proceed with other debbugging. Now IDE runs OK in Windows 7, and shows RIDE Log OK. 24 February 2016, 22:24:52 UTC
6c9fd9b Merge pull request #1604 from HelioGuilherme66/fix_#1603 Fix dictionary var rename from tree #1603. 24 February 2016, 15:41:35 UTC
a09d3e3 Fix dictionary var rename from tree #1603. 21 February 2016, 21:35:35 UTC
d2c77e9 Merge pull request #1600 from HelioGuilherme66/rename_gerkin_#1556 Fixes #1556, by ignoring starting Gherkin keywords. 20 February 2016, 09:46:43 UTC
a58a453 Merge branch 'HelioGuilherme66-fix_#1588' 19 February 2016, 05:44:51 UTC
17a29af View all tags: fix test selection Also cleanup code 19 February 2016, 05:43:22 UTC
c8d499f gitignore: add *iml 19 February 2016, 05:42:37 UTC
3c170cf Update BrokenPlugin to RF 2.9 error_details method In RF 2.9, Robot Framework's get_error_details method was updated to return a tuple with message and traceback. 19 February 2016, 05:42:37 UTC
9c339ac Adds unit tests (run with "invoke test". Corrected _get_gherkin() name. 18 February 2016, 20:27:47 UTC
7b2c6e0 gitignore: add *iml 18 February 2016, 18:28:23 UTC
de1bc77 Fixes #1556, by ignoring starting Gherkin keywords. There is a known bug. This is the comment in code: -# When we change non-gherkin to gherkin, the keyword changes too. -# The workaround is not to Rename keyword, but only edit field. Better code after Janne's review. 18 February 2016, 15:40:18 UTC
20a2931 Merge pull request #1599 from memoselyk/fix_broken_plugin_creation Update BrokenPlugin to RF 2.9's get_error_details method 17 February 2016, 18:21:11 UTC
af7fba7 Update BrokenPlugin to RF 2.9 error_details method In RF 2.9, Robot Framework's get_error_details method was updated to return a tuple with message and traceback. 16 February 2016, 01:14:51 UTC
ea4632c Multiline formatting. Add messages to console output (there are segmentation faults, preventing the user to read the warning about unsupported versions). 16 February 2016, 00:49:18 UTC
a3e77bd Removes wxversion dependency and checks. This allows to use different wx versions. 14 February 2016, 20:58:21 UTC
e2ce7db Adds --version option to RIDE. Uses print function. (Code is PEP8 compliant) 14 February 2016, 20:51:36 UTC
bf15ae2 Merge pull request #1586 from fzuellich/bugfix-#1416-test_case_checkbox_cleard_upon_save_in_textedit Bugfix #1416: test case checkbox cleard upon save in textedit 05 February 2016, 17:16:44 UTC
0d927f4 Added unittest for TestSelectionController.is_test_selected. 03 February 2016, 17:02:13 UTC
ee702a1 Fixing issue #1416 * Removing the behaviour of unselecting all nodes on a change. * Unselect item that was removed from the tree. This way we prevent the TestRunnerPlugin running non existent tests. * Refactored TestSelectionController.is_controller_selected to is_test_selected. Using this metod in TreeSelectionController.select now. 03 February 2016, 17:00:48 UTC
ffc5e3e Merge pull request #1584 from fzuellich/tree-code-maintenance Changed code to be PEP8 compliant and removed unnecessary method 01 February 2016, 08:41:09 UTC
2ece213 Changed code to be consistent with PEP8. Minor changes to remove one-line if-else-statements. 31 January 2016, 13:16:48 UTC
98cd37d Removed _get_parent method that was only redirecting the method call so self.GetItemParent. 27 January 2016, 18:56:47 UTC
31c8903 Version 1.5.2.1 26 January 2016, 12:05:32 UTC
ff0b498 Revert "Merge pull request #1575 from robotframework/HelioGuilherme66-improvements" This reverts commit 48a712cf570a085d4f9ba9a72103757626e14362, reversing changes made to c84373839470023c19491d1a9063a88613681942. 26 January 2016, 11:56:05 UTC
ccf05b8 version devel 26 January 2016, 08:11:04 UTC
81ddfac Version 1.5.2 26 January 2016, 07:54:06 UTC
48a712c Merge pull request #1575 from robotframework/HelioGuilherme66-improvements Helio guilherme66 improvements 26 January 2016, 07:28:09 UTC
8bd8338 Disable automatic loading of data in OSX For some reason, this causes a segfault. 26 January 2016, 07:26:49 UTC
37266ef Merge branch 'improvements' of https://github.com/HelioGuilherme66/RIDE into HelioGuilherme66-improvements 26 January 2016, 07:25:29 UTC
e10f2bc Merge branch 'master' into wxPython3-compatibility 26 January 2016, 07:02:44 UTC
c843738 Merge pull request #1573 from HelioGuilherme66/CleanUP_PR17 This is a review for PR#17 by @SimonElfvingElekta dated nov. 2013. 26 January 2016, 07:00:42 UTC
6758abb Add unit tests for the 'But' keyword. PEP8 compliant. 22 January 2016, 00:54:12 UTC
9ffb246 Completes adding 'But' keyword for syntax recognition. 21 January 2016, 23:21:55 UTC
1cc6b77 This is a review for PR#17 by @SimonElfvingElekta dated nov. 2013. Cleanup code, updated and PEP8 compliant. Added the 'But' keyword (missing in RF?). 21 January 2016, 21:42:21 UTC
6d5d4fd Changes default settings for first run of RIDE. Set default open/save file type from 'txt' to 'robot'. Set grid and text font size from 8 to 9. 21 January 2016, 19:21:04 UTC
90908ab Reactivates opening previous tests/directory. 21 January 2016, 19:06:50 UTC
94603c1 Merge branch 'HelioGuilherme66-improvements' into wxPython3-compatibility 21 January 2016, 18:29:46 UTC
4fbe10c Remove unnecessary print 21 January 2016, 18:28:54 UTC
281ba3a Merge branch 'improvements' of https://github.com/HelioGuilherme66/RIDE into HelioGuilherme66-improvements 21 January 2016, 18:28:19 UTC
7076fd6 Removed DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 This was found only in Python2.6. 21 January 2016, 13:10:49 UTC
e5d4659 Replaced deprecated class wx.PySimpleApp by wx.App. 21 January 2016, 12:47:25 UTC
0f86564 Made __init__.py PEP8 compliant. Changed print to function. 21 January 2016, 12:31:51 UTC
9a19de6 Changes log tab name to 'RIDE Log'. Better .format arguments. 21 January 2016, 00:04:12 UTC
fc181e2 Merge pull request #1567 from robotframework/fzuellich-bugfix-#1529 Fzuellich bugfix #1529 19 January 2016, 12:42:07 UTC
1bf4c0c Fixed code style issue. 19 January 2016, 12:41:19 UTC
fdeaf91 Fixing bug #1529 "Using '(De)select all tests' option will expand all nodes" by simply remembering the state of the element when it is walked over and restore it in the end. 19 January 2016, 12:41:19 UTC
ff3be4e Update AUTHORS 18 January 2016, 20:59:23 UTC
0bb494b Merge pull request #1565 from fzuellich/enhancement-#1527-sort-tag-list Enhancement #1527 sort tag list 18 January 2016, 20:49:26 UTC
a87d719 Sorting tag names is now case insensitive. The tag name is converted to lowercase for the internal sort algorithm. It is easier than writing a custom mixin, which would otherwise be required due to the nature of the ColumnSorterMixin implementation. 18 January 2016, 18:42:25 UTC
bf894f6 Min width for grid cells 18 January 2016, 05:42:37 UTC
d5fc27e Retain the sort order even if the list is refreshed. Default sort order is still the used behaviour, which is sorting by occurence. 17 January 2016, 14:19:07 UTC
36d3123 Implemented enhancement #1527: "Tag list sort by name in View all tags". Added the mixin wx.lib.mixins.listctrl.ColumnSorterMixin that is implemented by robotide.ui.tagdialogs.ViewAllTagsDialog. This includes the creation of a new variable itemDataMap as well as a call to self._tags_list.SetItemData in _execute. 17 January 2016, 14:04:24 UTC
d1f2176 Fix deprecated class usage 17 January 2016, 10:12:38 UTC
10f987d Fix release notes links; 16 January 2016, 22:09:21 UTC
5f6b79f version devel 16 January 2016, 22:08:40 UTC
ce7bfdf Version 1.5.1 16 January 2016, 18:09:13 UTC
9aac437 Miscellanous fixes 16 January 2016, 17:46:57 UTC
ae0996f Merge pull request #1563 from GLMeece/patch-1 Make test runner console font less ugly 16 January 2016, 17:27:04 UTC
5831a66 Fix notebook intialization 16 January 2016, 17:04:49 UTC
911c23e Add 3.0 to supported versions 16 January 2016, 17:04:49 UTC
bdc0224 suppress libpng warnings on load 16 January 2016, 17:04:49 UTC
2676125 preferences: fix usages of FlexGridSizer 16 January 2016, 17:04:49 UTC
0ee2fc0 adapt to different constructors in 2.8 vs. 3.0 16 January 2016, 17:04:49 UTC
3a4b2ef fix issues preventing startup and unit test execution 16 January 2016, 17:04:48 UTC
6b9bce7 Make test runner console font less ugly Changed font designation from SYS_SYSTEM_FIXED_FONT to SYS_ANSI_FIXED_FONT. SYS_SYSTEM_FIXED_FONT creates a truly bugly experience. SYS_ANSI_FIXED_FONT isn't perfect, but it's a bit more tolerable. 15 January 2016, 15:05:04 UTC
f5b2805 Merge pull request #1562 from robotframework/HelioGuilherme66-fix_#1548 Helio guilherme66 fix #1548 14 January 2016, 16:56:42 UTC
07539e3 Fixes #1548 by correctly reporting a locked file. Allows to run several RIDE instances simultaneously. 14 January 2016, 16:55:52 UTC
261e0aa Fixes #1539, by adding exception handling when in Windows. Outputs caught exception to allow the user taking action, (there is a locked file that RIDE cannot remove) 14 January 2016, 16:55:30 UTC
9560da6 Merge pull request #1561 from robotframework/issue-1545-fix-var-name-validation Fix variable name validation and editing 14 January 2016, 16:50:02 UTC
0f2c13c Fix variable name validation and editing 14 January 2016, 16:46:56 UTC
657861f Merge pull request #1543 from HelioGuilherme66/fix_#1539 Fixes #1539, by adding exception handling when in Windows. 13 December 2015, 09:12:35 UTC
f390b11 Fixes #1539, by adding exception handling when in Windows. Outputs caught exception to allow the user taking action, (there is a locked file that RIDE cannot remove) 11 December 2015, 10:10:32 UTC
bf04078 Merge pull request #1550 from HelioGuilherme66/patch-1 Update no_robot.html 11 December 2015, 06:45:53 UTC
38c2751 Merge pull request #1551 from HelioGuilherme66/fix_1549 Fixes installation when Robot Framework is not installed, 11 December 2015, 06:41:35 UTC
7029ce3 Fixes installation when Robot Framework is not installed, now the HTML message is correctly shown. 10 December 2015, 23:43:47 UTC
c87043f Update no_robot.html Corrected typo in "installation", 10 December 2015, 17:58:25 UTC
c23944b Merge pull request #1542 from robotframework/issue-1541/add-create-dict-var-to-context-menu Tree menu entry: New Dictionary Variable 18 November 2015, 17:09:56 UTC
back to top