sort by:
Revision Author Date Message Commit Date
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
ce6004f Use timeout with Queue#put/get This hopefully avoids deadlock in long running RIDE processes 24 July 2015, 08:22:36 UTC
52534d8 Merge pull request #1489 from robotframework/issue/1481-better-error-message-for-wxPython3 Just remove the misleading `newer` Fixes #1481 24 July 2015, 07:35:43 UTC
51cd93a Just remove the misleading `newer` It's unlikely there will be more 2.8.12.X releases anyway 24 July 2015, 07:33:44 UTC
751e1be Merge pull request #1487 from robotframework/fix-remote-library-imports Fix Remote imports with system RF libs 24 July 2015, 07:08:44 UTC
80111de Fix Remote imports with system RF libs When using installed RF libraries, it is still required to have `Remote` in PYTHONPATH, because remote library keywords cannot be known statically. The easiest way to do this is to have `Remote.py` put separately in the PYTHONPATH. 24 July 2015, 07:03:15 UTC
f5071fe Version 1.4.1b1 21 July 2015, 05:19:32 UTC
134bdde Update AUTHORS 21 July 2015, 05:17:38 UTC
bc2ba8f Merge pull request #1485 from robotframework/issue/1484-fix-dead-object-error-in-preference-closing Fix errors in preferences dialog closing on Windows 21 July 2015, 05:04:25 UTC
5335819 Fix errors in preferences dialog closing on Windows For some reason, closing the preferences dialog causes a number of tree selection events to be triggered. Ignore those, since handling those might cause PyDeadObjectErrors 21 July 2015, 04:55:25 UTC
51c6f95 Merge pull request #1482 from robotframework/issue/1473-use-default-file-format-in-open-dialogs Use default file format as default wildcard 20 July 2015, 17:18:29 UTC
87c9cb3 Use default file format as default wildcard Also removed the duplication between opening suites and opening resource files 20 July 2015, 16:45:55 UTC
4ae4e42 Merge pull request #1480 from robotframework/issue/1476-fix-standard-library-imports Issue/1476 fix standard library imports 20 July 2015, 06:57:57 UTC
a87be5d Fix PyDeadObject errors, formatting cleanup 20 July 2015, 06:42:02 UTC
2fb7c14 Add editable preference for using installed RF libs 20 July 2015, 06:42:02 UTC
536c048 Support resolving installed libs with RF >= 2.9 20 July 2015, 06:42:02 UTC
55e05c2 Create spec files for installed RF libraries Using libdoc via subprocess ensures that the spec are created correctly. Also added a setting to control whether to use the installed libraries or not. 20 July 2015, 06:42:02 UTC
ea851aa Add system logger to context 20 July 2015, 06:42:02 UTC
7c9dac0 Move global variables to context to have only one global module 20 July 2015, 06:42:02 UTC
410ba23 Restructure context module 20 July 2015, 06:42:02 UTC
ad48e3b Merge pull request #1479 from goodwillcoding/master Fix the "iCCP: known incorrect sRGB profile" libpng error which was popping when these icons were used. 20 July 2015, 05:52:23 UTC
425dc66 Fix the "iCCP: known incorrect sRGB profile" libpng error which was popping when these icons were used. All the pngs were scanned using: while read file; do _test=$(identify -verbose $file | grep -i "png:icc"); if [ $? -eq 0 ]; then echo "$file: $_test"; fi done< <(find . -name "*.png") and fixed using: convert <file> -strip <file> this should address issue #1469 and also comments in https://github.com/robotframework/RIDE/issues/924#issuecomment-107946789 The fix strip the iCCP profile fromt he 5 images what 19 July 2015, 00:03:11 UTC
d3f152f version devel 27 June 2015, 15:20:01 UTC
d4949f8 version 1.4 27 June 2015, 15:17:00 UTC
9df08fa Remove references to unexisting task 27 June 2015, 15:10:26 UTC
3ce9413 Fix Grid Colorizer usage in settingeditors 11 June 2015, 08:22:46 UTC
b3c8359 Merge pull request #1466 from robotframework/issue/1464 Fix false reporting of missing RF installation 09 June 2015, 17:13:42 UTC
9008f5b Fix false reporting of missing RF installation 09 June 2015, 17:07:57 UTC
699e9a5 Fix NameError 09 June 2015, 09:46:31 UTC
e42867d Cleanup version generation, set version to devel 09 June 2015, 04:59:26 UTC
2bc95d4 Fix formatting mistakes in BUILD.rest 08 June 2015, 16:59:32 UTC
824f8fc Updated release instruuctions 08 June 2015, 16:54:39 UTC
d9ff2b0 Fix release notes creation, create notes also for prereleases 08 June 2015, 16:07:25 UTC
back to top