sort by:
Revision Author Date Message Commit Date
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
37bbdf1 Tree menu entry: New Dictionary Variable 18 November 2015, 17:07:14 UTC
1c598a1 Ignore MANIFEST 10 November 2015, 10:11:50 UTC
0888192 version devel 10 November 2015, 10:11:38 UTC
6f77f2b Version 1.5 10 November 2015, 08:43:23 UTC
01a99e2 Merge pull request #1536 from synsun/master fix view all tags(F7) doesn't work on windows #1526 08 November 2015, 09:00:17 UTC
7ef9879 fix view all tags(F7) doesn't work on windows #1526 30 October 2015, 05:23:40 UTC
7b6e13c Repalce gitter with Slack link 21 October 2015, 17:23:06 UTC
7929a45 Fix testrunner tests 21 October 2015, 17:15:03 UTC
27e883c Merge pull request #1534 from robotframework/issue/1523/fix-user-keyword-argument-validation Fix argument validation logic 21 October 2015, 17:09:19 UTC
a97dbfc Fix argument validation logic 21 October 2015, 17:08:19 UTC
865d7f4 Merge branch 'fix_runner' of https://github.com/HelioGuilherme66/RIDE into HelioGuilherme66-fix_runner 21 October 2015, 11:27:45 UTC
b7bb7e2 Merge branch '1500_deprecated_warnings' of https://github.com/timjohncurtis/RIDE into timjohncurtis-1500_deprecated_warnings 21 October 2015, 11:16:57 UTC
c689879 Merge pull request #1522 from robotframework/issue/1520/unique-log-file-names Create ride.log with unique identifier 14 September 2015, 20:11:41 UTC
a19f43d Create ride.log with unique identifier Also remove previous log files on start-up 14 September 2015, 20:10:11 UTC
31dcd6a Merge pull request #1521 from robotframework/issue/1515/fix-encode-error-in-variable-resolution Fix UnicodeEncodeErrors in `str.format()` usages 14 September 2015, 16:24:10 UTC
7b60b2d Fix UnicodeEncodeErrors in `str.format()` usages It seems that str.format() breaks with UnicodeEncodeError if str is ascii literal and format arguments are unciode. Fix all usages of `format` to prevent runtime errors 11 September 2015, 05:33:52 UTC
6b29547 Updates arguments for pybot to RF 2.9.1. Removes the error "option ... not found" and the red color in runner Arguments. 04 September 2015, 17:22:39 UTC
7777134 Version 1.5a2 03 September 2015, 12:19:20 UTC
5a89460 Fix task for uploading release 03 September 2015, 12:19:04 UTC
0dce49d Do not show TestRunnerAgent import errors on startup 03 September 2015, 12:11:46 UTC
e5d7cef Merge pull request #1514 from robotframework/issue/1496/fix-find-where-used Fix `Find Where Used` 03 September 2015, 08:25:13 UTC
0de2624 Fix `Find Where Used` 03 September 2015, 08:21:49 UTC
ddcbd71 Merge pull request #1513 from robotframework/issue/1500/fix-run-plugin-command-line-options Issue/1500/fix run plugin command line options 03 September 2015, 07:59:09 UTC
d3dc809 Use short monitor options in testrunner The long forms were changed from RF 2.8 -> 2.9, but the short options stayed the same, so this is the easiest fix for the deprecation warngings that the old long forms cause. 03 September 2015, 07:57:24 UTC
0b904f3 Fix TestRunnerAgent after repackaging broke it 03 September 2015, 07:52:53 UTC
fed6fe0 Fix accidentally commited test changes 03 September 2015, 07:52:31 UTC
c255ba8 Merge pull request #1512 from robotframework/issue/1501/fix-variables-list-editor-dead-object-error Fix dead object error in VariablesListEditor 03 September 2015, 07:39:53 UTC
7b7376a Fix dead object error in VariablesListEditor 03 September 2015, 07:39:09 UTC
b4b99f7 Merge pull request #1511 from robotframework/issue/1502/fix-grid-highlight Issue/1502/fix grid highlight 03 September 2015, 07:18:33 UTC
015d3ff pep8 03 September 2015, 07:15:46 UTC
656b667 Revert "Performance: don't colorize grid on selection" It turns out that this breaks the highlight selection feature. This reverts commit c9433922be1fa03ae0c525ca3b916d52d7683e11. 03 September 2015, 07:14:20 UTC
af1e26e Merge pull request #1510 from robotframework/fix-rf-bundling Fix rf bundling 02 September 2015, 19:50:29 UTC
9087838 Remove lib xml files created by earlier RIDE when migrating 02 September 2015, 18:58:22 UTC
2e58a86 Put html messages in separate files 02 September 2015, 18:06:07 UTC
186e754 Better error messages in BrokenPlugin 28 August 2015, 10:43:28 UTC
c5c7f48 Get rid of separate SYSLOG All RideLogMessages are written to syslog file by default 28 August 2015, 10:42:45 UTC
7c9f8f1 Add Robot Framework as development dependency Unit tests need RF standard libraries to be available. 28 August 2015, 10:15:54 UTC
1bfa05b Better font size for HtmlDialogs in OSX 28 August 2015, 10:15:37 UTC
cbecdbc Show warning if no RF installation is found 28 August 2015, 10:15:00 UTC
855cc1b Remove obsolete setting 28 August 2015, 10:14:11 UTC
68fd129 Do not put bundled RF to PYTHONPATH It is better to rely solely on installed RF for standard libraries. 28 August 2015, 10:12:23 UTC
98ce6d0 Add task for updating RF 27 August 2015, 10:44:09 UTC
5c30aa5 Replace wxPublisher with own 27 August 2015, 10:44:08 UTC
9a74125 Fix source and tests after RF re-packaging 27 August 2015, 10:44:08 UTC
085c228 Package bundled robot under robotide.lib This is done to ensure that RIDE always imports classes only from the bundled robot. 27 August 2015, 10:44:08 UTC
60dcfe2 Corrected small spelling error 21 August 2015, 15:41:59 UTC
cb218de Updated to include compatibilty with rf 2.8 and rf 2.9 21 August 2015, 15:34:34 UTC
faff64c 1500: Remove deprecated options warning messages -Moved all instances of '--monitorcolors' to '--consolecolors' -Moved all instances of '--monitorwidth' to '--consolewidth' 21 August 2015, 15:08:16 UTC
fc586d1 Merge pull request #1504 from robotframework/replace-pavement-with-invoke Replace paver with invoke 20 August 2015, 08:06:17 UTC
1c66404 Replace paver with invoke 20 August 2015, 07:55:42 UTC
59a1b91 Version devel 13 August 2015, 11:24:00 UTC
back to top