Giter Club home page Giter Club logo

pencil's Introduction

Pencil

Download Pencil from Github or Mozilla

Checkout Pencil v3 from Evolus - But Backup Your Data First!

Documentation Status Join the chat at https://gitter.im/prikhi/pencil

A GUI prototyping tool for Firefox, GNU/Linux, OS X & Windows.

Screenshot

Status

Pencil v3 is in development by Evolus, future work on this fork will be minimal.

Pencil v3 files are not backwards compatible, be sure to backup your data!

This project was originally hosted on https://code.google.com/p/evoluspencil/ & was abandoned around 2013. This fork was started for new development on March 13th, 2015.

Links

Extra Stencil Collections

Additional collections are available on the Original Stencil Download Page.

Known Issues

  • The Native UI Stencil Collection does not load or export correctly, you should avoid using this Stencil Collection for now(see #602).
  • Dragging stencils onto the workspace does not work in newer version of Firefox, either use Pale Moon, Xulrunner, an older version of Firefox, or launch Pencil using firefox --app /path/to/application.ini (see #802).

Prerequisites

You will need version 4 or higher of firefox to run Pencil as a Firefox Extension. Linux users will need version 4 or higher of either firefox, iceweasel or xulrunner, or version 25 or higher of palemoon. The Windows installer and OS X archive has everything you need built-in.

Install

Windows, Linux, OS X & Firefox Packages are available for download from the Releases Page.

You can also install the Firefox Add-on from the Mozilla Add-on Repository.

To install the OS X package, unzip the archive and copy the Pencil.app folder to your Applications directory.

For specific Linux distributions:

Build

Firefox Extension

Pencil can be installed as Firefox Extension, instead of a standalone application. To build the extension's XPI file:

cd build
./build.sh xpi
firefox Outputs/Pencil*.xpi

Linux

cd build
./build.sh linux
xulrunner Outputs/Linux/application.ini || firefox --app Outputs/Linux/application.ini

A Pencil-*-linux-pkg.tar.gz package will also be created. This contains Pencil nested within the directory structure that most Linux distributions expect(under /usr/share and /usr/bin) along with an executable, a desktop entry & mimetype information. This can be used for creating distribution-specific packages.

Windows

You'll need curl installed so you can pull the Windows XULRunner runtime and NSIS to compile the installer.

cd build
./build.sh win32

This should place an installer exe in the Outputs/ folder.

OS X

You'll need curl installed to fetch the OS X XULRunner runtime.

cd build
./build.sh mac

This will create a Pencil.app folder in Outputs/Mac and a compressed version in Outputs/.

Documentation

To build the docs locally you'll need Sphinx along with some plugins, which are easily installable using Python's pip installer:

cd docs/
sudo pip install -r requirements.txt
make html
# Or if you want a PDF
make latexpdf

The output files will be put in /docs/build/.

Contribute

You don't have to be a programmer to contribute! All feature requests & bug reports are appreciated.

Users

  • File Bugs and Feature Requests. If you are unsure how to do this, read "Writing Good Bug Reports".
  • Reproduce Bugs – there are many issues which have not been confirmed since they were migrated from the original project. Try to reproduce the bug and state in a comment if you could reproduce it or not. State your operating system and Pencil version (example bug).
  • Report Duplicate Bugs - lots of imported bugs are duplicates and simply add noise to the issue tracker. If you notice a duplicate issue, please leave a comment on the issue & mention the issue that you think it duplicates.
  • Improve the Documentation. The files are in the docs folder and written in reStructuredText.
  • Just spread the word :)

Technical Users

  • Package Pencil for your distribution or OS.
  • Create a Stencil Collection for your favorite UI framework or improve Pencil's default offering, as described in the Stencil Developer Documentation.

Developers

  • There are many bugs to fix – if you could tackle one or two that would be great! The most important bugs have a Critical label. The stars labels are a heritage of the old google code repository: Many stars = many people interested in the bug or feature. You can also check the Milestones for issues to tackle.
  • Commenting and documenting code to ease the programming for others – most of it is currently without comments and having them would help much.

If you make changes that affect users, please update CHANGELOG.md.

For lots more information on getting started developing on Pencil, check out the Developer's Documentation.

License

This fork is released under GPLv2 like it's parent codebase.

pencil's People

Contributors

aerlaut avatar atoz-chevara avatar craig-fisk avatar dingus9 avatar encolpe avatar gitter-badger avatar horacimacias avatar jdittrich avatar joemirizio avatar just-paja avatar knitter avatar mailaender avatar mvdw avatar nathanielw avatar prikhi avatar zyzle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pencil's Issues

Enhancement: Possibility to clone page

From [email protected] on August 21, 2008 15:53:42

What steps will reproduce the problem? 1. Create a new page with lots of widgets
2. Try to make a copy or clone of your precious work What is the expected output? What do you see instead? Not possible to "clone" your page. You basically need to redo or copy what
you have element by element What version of the product are you using? On what operating system? 1.0.2 on Windows Vista

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=28

Option Show 100% for WinXP Progress bar

From [email protected] on July 09, 2008 11:09:20

What steps will reproduce the problem? 1. Select WinXP Progress Bar widgets 2. 3. What is the expected output? What do you see instead? Shall has an option to "Focus 100%" as provided in GTK widgets - Progress Bar What version of the product are you using? On what operating system? Pencil Version 1.0 on Windows XP Please provide any additional information below.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=9

Not possible to change the background color of a new page

From [email protected] on August 21, 2008 15:48:33

What steps will reproduce the problem? 1. Create new page
2. Try to change background color What is the expected output? What do you see instead? Not possible to change the background color of a page. Workaround is messy:
Use rectangle shape and color it What version of the product are you using? On what operating system? 1.0.2 on Windows Vista

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=25

Can't Paste Image From Clipboard

From [email protected] on July 24, 2008 19:58:06

What steps will reproduce the problem? 1. Take a screenshot of a window
2. Open Pencil
3. Attempt to paste into new Pencil drawing What is the expected output? What do you see instead? I expected to see my screen capture pasted onto the drawing, but it wasn't. What version of the product are you using? On what operating system? Firefox plugin on Widnows XP.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=15

No Scrollbar properties

From [email protected] on July 09, 2008 01:01:33

What steps will reproduce the problem? 1. Right click on Scrollbar widget and select Properties 2. 3. What is the expected output? What do you see instead? Display at least Height and Width properties. And allow user to key in the
preferable Height and Width What version of the product are you using? On what operating system? Pencil Version 1.0 on Windows XP Please provide any additional information below.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=4

Use different icon for the pencil extension when running as an extension

From [email protected] on August 21, 2008 15:57:38

What steps will reproduce the problem? 1. Start Pencil extension
2. Look at the taskbar, you can not recognize the pencil extension, since
it uses same icon as Firefox What is the expected output? What do you see instead? To be able to easily recognize the pencil extension What version of the product are you using? On what operating system? 1.0.2 on Windows Vista

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=31

when resizing shapes after a copy, they don't redraw correctly.

From [email protected] on August 20, 2008 07:12:00

What steps will reproduce the problem? 1. Have two documents, create a rectangle on the first one and a gtk-label
on top of the rectangle
2. select both and copy them to the second page
3. resize the rectangle on the second page. What is the expected output? What do you see instead? rectangle should redraw, but only the dotted lines are redrawn What version of the product are you using? On what operating system? v1.0, Vista, in firefox 3.01 Please provide any additional information below. I really like the product!

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=21

Changing round shape Bullet to square shape

From [email protected] on July 09, 2008 11:14:28

What steps will reproduce the problem? 1. Select Bullet Annotation
2. Right to select Action > Make Square 3. What is the expected output? What do you see instead? No response after selecting Make Square command. The round shape shall
change to square shape. What version of the product are you using? On what operating system? Pencil Version 1.0 on Windows XP Please provide any additional information below.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=10

shortcuts do not work under Firefox 3 in Mac OS X

From [email protected] on August 23, 2008 08:52:38

What steps will reproduce the problem? For example:

  1. Select an object
  2. Press Ctrl-C
  3. Press Ctrl-V
    Using the menu works. What is the expected output? What do you see instead? A copy of the object should appear but nothing happens. What version of the product are you using? On what operating system? 1.0 Firefox 3 Mac OS X 10.5 Please provide any additional information below. Same for all shortcuts (cut, undo...)

Standard shortcuts on the Mac would use Cmd instead of Ctrl.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=40

Add "Visual Vocabulary" Templates for Site Flow Design

From [email protected] on August 03, 2008 10:31:27

What steps will reproduce the problem? 1. Try to do site flow / IA work
2. Fail. 3. What is the expected output? What do you see instead? Templates to support site layout. http://www.jjg.net/ia/visvocab/ This has already been implemented in SVG, so it's just a matter of packing
it up with the XML behavior files? (from a quick look at the template files) What version of the product are you using? On what operating system? Affects all. Reported on OSX. Please provide any additional information below.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=19

when resizing shapes after a copy, they don't redraw correctly.

From [email protected] on August 20, 2008 07:15:45

What steps will reproduce the problem? 1. Have two documents, create a rectangle on the first one and a gtk-label
on top of the rectangle
2. select both and copy them to the second page
3. resize the rectangle on the second page. What is the expected output? What do you see instead? rectangle should redraw, but only the dotted lines are redrawn What version of the product are you using? On what operating system? v1.0, Vista, in firefox 3.01 Please provide any additional information below. I really like the product!

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=22

Extend Tab widget

From [email protected] on August 21, 2008 15:59:50

What steps will reproduce the problem? 1. Create a tabbed widget with 3 tabs
2. Try to have the second tab selected What is the expected output? What do you see instead? Not possible, first tab will always be selected What version of the product are you using? On what operating system? 1.0.2 on Windows Vista Please provide any additional information below. A solution to this would be to not include the first tab in the "tab
widget", simply have a rectangle (not using round corners) and let the user
add tabs, selected and unselected ones

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=32

Inconsistent of "Selected" terminology

From [email protected] on July 09, 2008 11:05:43

What steps will reproduce the problem? 1. Select a Combo Box widgets (it is called "Focused")
2. Select a Menu Item widgets (it is called "Selected") 3. What is the expected output? What do you see instead? Use the term consistently. The word "Selected" sounds more appropriate and
speaks user language. What version of the product are you using? On what operating system? Pencil Version 1.0 on Windows XP Please provide any additional information below.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=8

No hyperlink properties

From [email protected] on July 09, 2008 00:51:45

What steps will reproduce the problem? 1. Insert 'Rich Texts'.
2. Highlight text and click hyperlink button in the toolbar. 3. What is the expected output? What do you see instead? Expect to see a dialog box that allow you to insert a hyperlink to a URL,
Page created in the project What version of the product are you using? On what operating system? Pencil Version 1.0 on Windows XP. Please provide any additional information below. It will be great that this tool this linking feature to make the whole
project more interactive. E.g. jump to pages, click button to go back, etc.

If it is a button's hyperlink, the text in the button shall not be underlined.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=3

Allow reordering of page tabs

From [email protected] on August 22, 2008 06:38:15

What steps will reproduce the problem? 1. Create a new document, one page available.
2. Add a new page.
3. Add another new page, but you want the tab to appear next to the first one. What is the expected output? What do you see instead? I would like to have some sort of function to facilitate reordering of the
page tabs, for organization. Drag-and-drop just like Firefox does would be
nice. What version of the product are you using? On what operating system? 1.0 standalone on Windows XP. Please provide any additional information below.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=34

Error on Save

From [email protected] on August 22, 2008 05:28:12

What steps will reproduce the problem? 1. I create a document that has a lot of tabs, uses a lot of Windows XP
Widgets, some Common Shapes, and a few images from PNG. (No Annotations or
GTK Widgets used)
2. I work on it for a few days, saving often.
3. Today, I open the document, work on it some more. Then I click on Save. What is the expected output? What do you see instead? - I get this error message:

imageData.data is undefined

Location: chrome://pencil/content/Document/PersistentHooks.js (17)
Stacktrace:
([object Element])@chrome://pencil/content/Document/PersistentHooks.js:17
("//svg:g[@p:type='Shape' and
@p:def='Evolus.Common:Bitmap']//p:property[@name='imageData']",[object
XMLDocument],(function (property) {var imageData =
ImageData.fromString(property.textContent);if
(!imageData.data.match(/^file://.*$/)) {return;}var relativePath =
thiz.uriToRelative(imageData.data);if (relativePath) {imageData.data =
relativePath;Dom.empty(property);property.appendChild(property.ownerDocument.createCDATASection(imageData.toString()));}}))@chrome://pencil/content/Common/Util.js:12
([object XMLDocument])@chrome://pencil/content/Document/PersistentHooks.js:15
([object
Object],"D:\Projects\layout-packages.ep")@chrome://pencil/content/Document/XMLDocumentPersister.js:102
()@chrome://pencil/content/Common/Controller.js:194
oncommand([object XULCommandEvent])@chrome://pencil/content/UI/Window.xul:1

After I click OK, the project still saves, and nothing seems to get
lost/corrupted. What version of the product are you using? On what operating system? - Pencil Version: 1.0

  • Windows XP SP3 Please provide any additional information below. - Due to the confidential nature of this project, I cannot include the EP
    file. Though I can share this much:
    • The document has 9 tabs, most of the tabs use other tabs as a background.
    • The document has several bitmap images; some I inserted via the
      Common Shape, some I drag-and-dropped directly onto the canvas. These
      bitmap images are from the FamFamFam Silk Icons set.
    • To test a theory, I tried to delete all the bitmap images from the
      document, but when I save, it still shows the same error.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=33

bitmap image resizing problem

From [email protected] on September 09, 2008 00:51:05

What steps will reproduce the problem? 1. create new project
2. drag the "bitmap image" from common shapes onto the working panel
3. resize the bitmap image's upper right anchor / lower left anchor What is the expected output? What do you see instead? resizing according to the movement of the mouse, instead reverse resizing
occurs What version of the product are you using? On what operating system? FF addon V1.0.2, OS XP SP3 ,Browser FF 3.0.1 Please provide any additional information below.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=50

Error when create page

From dkhoa.tran on July 03, 2008 03:07:51

What steps will reproduce the problem? 1. Click on "+ New Page..." button (on the upper right)
2. Leave the "Page title" empty
3. Press Apply What is the expected output? What do you see instead? - Expect an error message remind me to fill the Page title, or create new
page with default title.

  • Actual result: an exception

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=1

The rectangle shape should not have round corners as default

From [email protected] on August 21, 2008 15:52:28

What steps will reproduce the problem? 1. Create a new rectangle
2. note that it has round corners What is the expected output? What do you see instead? I use this shape to create boxes, but every time i need to spend some time
and make it to look like a "rectangle", how about having it square as
default (which rectangles usually are) and have the round corners as an
option in the context menu? What version of the product are you using? On what operating system? 1.0.2 on Windows Vista

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=27

GTK Widget Panel has no working properties dialog

From [email protected] on August 21, 2008 15:50:43

What steps will reproduce the problem? 1. Create a new GTK Widget Panel
2. Properties for this widget does not work What is the expected output? What do you see instead? See a properties dialog when viewing the properties of this element What version of the product are you using? On what operating system? 1.0.2 on Windows Vista

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=26

Images do not load

From jordanroher on August 01, 2008 12:44:14

What steps will reproduce the problem? 1. Drag and drop an image onto a page
2. Save the file
3. Reopen the file
4. The image does not appear What is the expected output? What do you see instead? The image does not show up, whether on a network drive or local path.
Instead, I get this error (image attached) What version of the product are you using? On what operating system? Firefox 3.0, Pencil 1.0 Please provide any additional information below. The Pencil file itself is sitting on a network drive.

Attachment: error2.png

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=18

Wrong position for elements and selections when the page has vertical scrollbar

From [email protected] on July 15, 2008 06:53:13

What steps will reproduce the problem? 1. Create a new page
2. Increase the vertical page size to a value greater than the vertical
size of your screen
3. Try to add an element to the page, or do a selection of elements on the page What is the expected output? What do you see instead? The elements I tried to add didn't appears at the wrong place. Same for
selections. What version of the product are you using? On what operating system? 1.0 on Ubuntu gutsy with Firefox GranParadiso/3.0a8

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=14

Hand-drawn shapes for web prototyping

From [email protected] on July 31, 2008 11:37:37

What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. If someone will design shape set similar to Balsamiq
( http://www.balsamiq.com/products/mockups ) it will be killer feature for
Pencil. Many webdesigners preferes this abstract way of UI design. Balsamiq
comes to profitable just in three months so there is a demand.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=17

Request - CTRL while dragging should produce copy

From [email protected] on August 31, 2008 04:48:03

What steps will reproduce the problem? 1. Click on created object/group
2. hold down ctrl key and drag object elsewhere
3. let go What is the expected output? What do you see instead? it should produce a copy, does not currently do so. What version of the product are you using? On what operating system? Latest stable FF3, WinXP. Please provide any additional information below. This project really really rocks, needs more stencils for web design use! :D

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=48

Color Properties Preview Window

From [email protected] on July 09, 2008 01:37:05

What steps will reproduce the problem? 1. Select any UI widgets (e.g. Tab, etc) that has color property.
2. Right click widget to see Properties.
3. Change color at the color pie chart What is the expected output? What do you see instead? The preview window shall display the current color, and the selected color
at the same time. What version of the product are you using? On what operating system? Pencil Version 1.0 on Windows XP Please provide any additional information below. This color properties exist in all the UI widgets that allow to change color.

Attachment: Color Pie Preview window.ppt

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=6

Set "Status" functions for GTK widgets

From [email protected] on July 09, 2008 11:25:34

What steps will reproduce the problem? 1. Select GTK - Text Box widgets
2. Right click 3. What is the expected output? What do you see instead? Shall provide "Status" function as provide in WinXP Text Box widgets What version of the product are you using? On what operating system? Pencil Version 1.0 on Windows XP Please provide any additional information below.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=12

Unable to create multi-line block of text

From [email protected] on August 25, 2008 10:20:25

What steps will reproduce the problem? 1. Under "Common Shapes", choose "Plain Text" (or Rich Text); drag to page area
2a. Hitting "Enter" completes text, does not break to new line (see
expected behavior)
2b. Pasting block of text into textbox does not creat multi-line text either
2c. Dragging lower center handle does not expand text box What is the expected output? What do you see instead? 2a. Type text, hit enter to force new line
2b. Paste block of text should automatically increast size of text box to
accomodate block of text
2c. Dragging lower handle should expand text box size vertically What version of the product are you using? On what operating system? 1.0.3 Pencil
Windows XP Professional
Firefox 3.0.1 Please provide any additional information below.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=41

Dimmed effect is gone when you export to a PNG

From [email protected] on August 21, 2008 15:46:43

What steps will reproduce the problem? 1. Create page A
2. Create page B and use page A as a background
3. Dim background and save as PNG What is the expected output? What do you see instead? I expect the PNG to look like what i see on the screen, a dimmed background
(A) with the new content (B) What version of the product are you using? On what operating system? 1.0.2 on Windows Vista

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=24

Losing vertical scroll bar.

From [email protected] on July 09, 2008 00:02:55

detail for my case, just happened with height:
step 1: creating new page with width=1280, height=800, having vertical
sroll bar.
step 2: changing page size: width=1280, height=1532, vertical sroll bar is
losed.
step 3: anything changed of height, vertical sroll bar is still losed.
step 4: save,close this file, then open it, still having vertical sroll bar
with any height before.
step 5: changing height=1532, vertical sroll bar is losed.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=2

No "Focuses" feature for GTK Combo Box

From [email protected] on July 09, 2008 11:19:45

What steps will reproduce the problem? 1. Select Combo Box from GTK widgets 2. 3. What is the expected output? What do you see instead? Shall allow to set "Focused" as provided in WinXP - Combo Box widgets. What version of the product are you using? On what operating system? Pencil Version 1.0 on Windows XP Please provide any additional information below.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=11

Save As or Other Export Features

From [email protected] on September 02, 2008 00:50:29

What steps will reproduce the problem? 1. File Menu-Save As
2. File Menu-Export As What is the expected output? What do you see instead? It would be nice to have a feature which would pull together all the
external referenced files into one directory or zip file so they can be
packaged up for distribution or shared with someone. What version of the product are you using? On what operating system? 1.0 Windows XP Please provide any additional information below. This would resolve problems where external file references are moved or
deleted.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=49

Tab Header Color Properties

From [email protected] on July 09, 2008 01:14:34

What steps will reproduce the problem? 1. Right click to select Tab Header Proporties
2. Change color using the color pie
3. Click Apply What is the expected output? What do you see instead? 1. Preview window shall preview the selected color.
2. After clicking Apply, the background color of the Tab shall change to
selected color. What version of the product are you using? On what operating system? Pencil Version 1.0 on Windows XP Please provide any additional information below. It is the same problem for Tab Panel widget.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=5

Unnecessary save dialog shown to the user

From [email protected] on August 21, 2008 15:55:11

What steps will reproduce the problem? 1. Export your work to a PNG
2. See annoying dialog What is the expected output? What do you see instead? Only show a dialog if something went wrong. Showing a dialog to show me the
expected is something that no sane OS have. (I use Mac OS X and Windows) What version of the product are you using? On what operating system? 1.0.2 on Windows Vista

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=29

A friendlier error message

From [email protected] on August 22, 2008 10:19:29

What steps will reproduce the problem? 1. Create a document
2. Insert a bitmap image (either via Common Shape, or drag-and-drop)
3. Save and close the document
4. Rename the source bitmap image (or move it to another directory)
5. Open the same document What is the expected output? What do you see instead? EXPECTED: A human-readable error message telling me that "One or more image
files used in this document have been moved or renamed."
ACTUAL: A wall of stack trace describing a javascipt error What version of the product are you using? On what operating system? 1.0 standalone on Windows XP Pro SP3 Please provide any additional information below. Additionally, some kind of visual cue to indicate that an image is missing
would be nice. Maybe default back to the image placeholder that appears
when you drag a Bitmap Image shape onto the page.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=35

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.