sort by:
Revision Author Date Message Commit Date
90ff8d3 Changed version to 2.0a2. Debug Edit Cell (added a counter). Does not crash if installed with 3.0.3, but crashes if run with invoke. 25 May 2016, 22:36:41 UTC
b393b22 Merge branch 'sort_tags_#1579' of github.com:HelioGuilherme66/RIDE into wxPhoenix 16 May 2016, 23:54:29 UTC
51f0088 Improves Sort trailing numbers in tag names numerically (a.k.a. natural sort) in View All Tags #1579. Proposed by @alexisbietti. (code is PEP8 compliant) Adds unicode chars tag to test file. Changed regex in find_tags. Refactored self._tagit to self._tags Copy initialize self._tags to __init_. Adds example test file Tags_test.robot. Minimal functional unit test for tag_name_for_sort. New improved Algorithm for _tag_name_for_sort by Mikko Korpela. Final version of view_all_tags dialog, unit tests and example test suite. Final clean up. Keep spaces in _tag_name_for_sort. 16 May 2016, 23:23:21 UTC
1695088 Commented DEBUG infos when editing cells. It does not crash when installed but when using 'invoke devel' it crashes. 14 May 2016, 00:20:41 UTC
d07be91 Merge branch 'sort_tags_#1579' of github.com:HelioGuilherme66/RIDE into wxPhoenix 08 May 2016, 23:21:11 UTC
71c245a Merge sort_all_tags. 08 May 2016, 23:05:59 UTC
f16451e Cleanup merges. 08 May 2016, 21:57:37 UTC
bddb5b8 Final version of view_all_tags dialog, unit tests and example test suite. 08 May 2016, 21:35:12 UTC
0f9a3dd New improved Algorithm for _tag_name_for_sort by Mikko Korpela. 08 May 2016, 21:35:12 UTC
edec8a1 Changed regex for 4 different priorities when searching tags. More complex code, but covers more tags with numeric ordering. Updated Tags_test.robot. First mocked test for tags_search algorithm. Minimal functional unit test for tag_name_for_sort. Unit test requires debug :). 08 May 2016, 21:35:12 UTC
ca62110 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(). Adds unicode chars tag to test file. Changed regex in find_tags. Refactored self._tagit to self._tags Copy initialize self._tags to __init_. 08 May 2016, 21:26:53 UTC
b653bb4 Unit tests are fixed for _tag_name_for_sort. 07 May 2016, 21:55:29 UTC
27f79d7 Unit test is OK but data set is not correct. Need to better init data (tags). 06 May 2016, 12:35:05 UTC
6d2d623 Merge branch 'utests_#1579' into wxPhoenix Changes the algorith for tags_names_for_sort. 04 May 2016, 00:09:04 UTC
7f07a87 Minimal functional unit test for tag_name_for_sort. Unit test requires debug :). 03 May 2016, 23:57:24 UTC
230d958 Added 2.9 and some debugging. 27 April 2016, 22:57:27 UTC
1731f5b More debugging 05 April 2016, 12:42:08 UTC
c57586c Renamed method to no complaints about being private. Can't get to run the original method. 20 March 2016, 17:57:59 UTC
dcdccfe Cleanup message formatting Add messages to console output (there are segmentation faults, preventing the user to read the warning about unsupported versions). 12 March 2016, 10:16:25 UTC
90a6262 Removes wxversion dependency and checks. This allows to use different wx versions. 12 March 2016, 10:15:35 UTC
89b851a Adds --version option to RIDE. Uses print function. (Code is PEP8 compliant) 12 March 2016, 10:15:35 UTC
cda9fed Merge branch 'HelioGuilherme66-fix_tags_dialog' 12 March 2016, 08:27:08 UTC
d0d1482 Renames editor/grid.py to editor/gridbase.py as discussed at #1611. 12 March 2016, 08:27:00 UTC
5e5318f Merge pull request #1616 from HelioGuilherme66/rename_grid Renames editor/grid.py to editor/gridbase.py as discussed at #1611. 12 March 2016, 08:18:10 UTC
dda2ec0 DEBUG a lot because of GridCellEdit loop when wxPhoenix. When we edit a Grid Cell there is a segmentation fault. Debug prints show a loop in Commands ChangeCellValue. This does not happen with wxPython 2.8.12.1 and 3.0.2. (Linux x64, Python 2.7.10) 07 March 2016, 23:28:34 UTC
c983d57 Merge branch 'rename_grid' of github.com:HelioGuilherme66/RIDE into wxPhoenix 07 March 2016, 20:57:45 UTC
884be80 Renames editor/grid.py to editor/gridbase.py as discussed at #1611. 07 March 2016, 20:39:04 UTC
e7acaad Fixes viewalltags dialog to show tags with unicode characters. 06 March 2016, 19:07:53 UTC
e655e4c View all tags: fix deleting test case tag 05 March 2016, 13:40:43 UTC
babd84c Merge pull request #1612 from robotframework/issue/1594-fix-view-all-tags-delete View all tags: fix delete functionality 05 March 2016, 13:37:11 UTC
b237479 View all tags: fix delete functionality 05 March 2016, 13:35:52 UTC
12b2009 Merge pull request #1606 from HelioGuilherme66/fix_#1605 Fix finding usages of variables (#1605). 05 March 2016, 13:20:33 UTC
42bca07 Changes in autocomplete and testrunnerplugin (now is possible to run tests in wxPhoenix). 05 March 2016, 01:42:14 UTC
a4d9831 Fix Open File & Directory dialogs in wxPhoenix. 05 March 2016, 00:35:37 UTC
12f7496 Changes at Cell Grid area, tooltips pop-up, Cell Edit... There are problems with GridCellEditor.ApplyEdit() including crashes. 04 March 2016, 13:14:36 UTC
eaec2cf Changes in grid CellEditor. 04 March 2016, 01:00:51 UTC
6410ee3 Replaced IsCellEditControlShown by IsCellEditControlEnabled for wxPhoenix 03 March 2016, 17:44:38 UTC
db7b2ea First mocked test for tags_search algorithm. 03 March 2016, 12:19:10 UTC
cae8bd2 Changed regex for 4 different priorities when searching tags. More complex code, but covers more tags with numeric ordering. Updated Tags_test.robot. 02 March 2016, 22:28:08 UTC
c949f5a Cannot print '&' for dictionaries, opened bug in wxWidgets/wxPhoenix. Simplified items uniqueness in variablesmatcher. 02 March 2016, 17:26:26 UTC
ef4563c Changed regex in find_tags. Refactored self._tagit to self._tags Copy initialize self._tags to __init_. 02 March 2016, 12:34:53 UTC
286f323 Fixes unit tests in wxPhoenix (and all versions). 01 March 2016, 23:59:33 UTC
b5d7e7f Fixes error messages when exiting RIDE with wxPython 2.8.12.1, and deprecation warning with wxPython 3.0.x. Removes commit: fix issues preventing startup and unit test execution, f5c8abbf7c3dfd951d2525546f4c5092451df490. 01 March 2016, 12:50:43 UTC
3584428 Fixed wx.VERSION an now it minimally runs in Linux with wxPhoenix (3.0.3). Python is 2.7.10 Fedora 22 x64. 29 February 2016, 12:29:51 UTC
4934ae2 Merge branch 'wx3_master' into wxPhoenix 28 February 2016, 14:33:06 UTC
bdf2298 Merge branch 'installer' into wx3_master 28 February 2016, 14:30:26 UTC
0c73888 Adjusts path to robot icon in Linux installations. 28 February 2016, 14:15:21 UTC
d88ce29 Merge branch 'master' into installer 28 February 2016, 12:03:49 UTC
619ac23 Merge branch 'removes_wxversion' into wx3_master 28 February 2016, 11:36:52 UTC
26531b3 Reformat messages to multiline. (PEP8 compliant) 28 February 2016, 11:27:13 UTC
d74c2cc Merge branch 'wx3_master' of github.com:HelioGuilherme66/RIDE into wx3_master 28 February 2016, 10:33:45 UTC
d0831f4 Merge branch 'master' of github.com:HelioGuilherme66/RIDE into wx3_master 28 February 2016, 10:32:51 UTC
e60193b Merge branch 'wxPhoenix' of github.com:HelioGuilherme66/RIDE into wxPhoenix 28 February 2016, 10:23:15 UTC
07144c8 Removal of wxPythonDeprecated warnings at start. (keeps compatibility with 2.8.12.1 and 3.0.2, tested in Windows) 27 February 2016, 23:41:51 UTC
9afa04b Adapting to wxPhoenix (wxPython 3.0.3). Initial work, incomplete. Now the GUI starts, but no tree and Open menu fails. Conditional load of Icon for wxPython < 3.0.3 27 February 2016, 17:57:28 UTC
48cdb65 Merge pull request #1595 from HelioGuilherme66/add_version Adds --version option to RIDE. 27 February 2016, 14:26:35 UTC
9617657 Adapting to wxPhoenix (wxPython 3.0.3). Initial work, incomplete. Now the GUI starts, but no tree and Open menu fails. 27 February 2016, 02:00:25 UTC
48e29b6 Adds unicode chars tag to test file. 25 February 2016, 22:58:12 UTC
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
e3b53e4 Adds --version option to RIDE. 25 February 2016, 18:28:36 UTC
ceef090 Fixed messages for unsupported wxPython versions (crashed) 25 February 2016, 17:55:10 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
817daa8 Small clean up in _search_for_tags(). 24 February 2016, 23:46:35 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
7010a26 Improves Sort trailing numbers in tag names numerically in View All Tags #1579 Proposed by @alexisbietti. (code is PEP8 compliant) 24 February 2016, 21:31:33 UTC
dbc85e2 Fix finding usages of variables (#1605). Not possible to show '&' in dictionary variables wx.RadioBox. 24 February 2016, 20:31:10 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
b906c8b Merge branch 'master' into installer 20 February 2016, 21:01:33 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
back to top