https://github.com/robotframework/RIDE

sort by:
Revision Author Date Message Commit Date
794dc53 Miscellanous fixes 16 January 2016, 23:34:16 UTC
90fb0be Fixes #1548 by correctly reporting a locked file. Allows to run several RIDE instances simultaneously. Fix loading the Recent File, by not using ProgressDialog. 16 January 2016, 23:32:48 UTC
fab1d8a 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) 16 January 2016, 23:25:20 UTC
77c2efb Fix loading the Recent File, by not using ProgressDialog. Reverted some changes. Used .format() in messages output. 16 January 2016, 23:24:04 UTC
4faa589 Adds support for wxPython 2.8, 2.9 and 3.0. 16 January 2016, 23:21:51 UTC
4d2e500 Fixes Manage Plugins tab. 16 January 2016, 23:20:19 UTC
9490dee Debugging Plugin Manager. 16 January 2016, 23:20:19 UTC
329ea9c remove unnecesary size calculation 16 January 2016, 23:20:19 UTC
c406729 Fix notebook intialization 16 January 2016, 23:20:18 UTC
5b08ad8 Add 3.0 to supported versions 16 January 2016, 23:20:18 UTC
b58b653 suppress libpng warnings on load 16 January 2016, 23:20:18 UTC
8c008fb preferences: fix usages of FlexGridSizer 16 January 2016, 23:20:15 UTC
5d2dd69 adapt to different constructors in 2.8 vs. 3.0 16 January 2016, 23:19:17 UTC
04b5496 fix issues preventing startup and unit test execution 16 January 2016, 23:17:52 UTC
7ab2240 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. 16 January 2016, 23:15:21 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
ae0996f Merge pull request #1563 from GLMeece/patch-1 Make test runner console font less ugly 16 January 2016, 17:27:04 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
d3f75a8 Verson 1.5 alpha 1 13 August 2015, 11:23:19 UTC
41489f5 Merge pull request #1499 from robotframework/RF2.9-compatibilty Rf2.9 compatibilty 13 August 2015, 10:57:52 UTC
c2b6c65 Simplify tags display size calculation 13 August 2015, 10:55:32 UTC
2f231cf Formatting improvements 13 August 2015, 10:55:32 UTC
83019f4 Python 2.6 compatibility 13 August 2015, 10:55:31 UTC
893500e Support keyword tags 13 August 2015, 10:55:31 UTC
03c7eff Cleanup suggestion list generation 13 August 2015, 10:55:31 UTC
4e1f5d7 Add support for dict variables in variable table 13 August 2015, 10:55:31 UTC
855bf91 Fix API changes introduced in RF2.9 13 August 2015, 10:55:31 UTC
e0f784b Upgrade bundled RF to 2.9 13 August 2015, 10:55:30 UTC
e12f0d7 Version devel 13 August 2015, 10:34:38 UTC
7367d9b Verson 1.4.1 13 August 2015, 10:33:46 UTC
1d369ae Version devel 24 July 2015, 11:28:09 UTC
cb3e1d7 Version 1.4.1 beta 1 24 July 2015, 11:27:08 UTC
702bb03 Fix unit tests 24 July 2015, 10:10:28 UTC
a04d922 New mock needs setuptools 24 July 2015, 10:00:05 UTC
c943392 Performance: don't colorize grid on selection There's no possibility that the content changes based on selection only, so doing while grid re-colorization is waste 24 July 2015, 09:36:37 UTC
back to top