etti 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3861cf4fc9a91aa3d62537a76dda9c95d262bfff
4
- data.tar.gz: 0fbdfb5f8548240344b4ff62e88ed8b608ca758e
3
+ metadata.gz: f62309ae4ca655aec0969b33c72d630c1c73263d
4
+ data.tar.gz: 5e0e12d1c1ece3ed85d6e08915d10aaf9322f68a
5
5
  SHA512:
6
- metadata.gz: e69d8ea1105da66a28687ca5cea31bd5c09de0f78721d2b4eaa1875593f8a59f40db54ddc52de56ea8e79911eea085b91b0dac4e6a6079aab0dcb9a8f2ba3f13
7
- data.tar.gz: ded2a0b5cfda121145083bda828441b259fa1d1c1822ef10f10c07ca6bb6969adc3a9e87de71126f14810a55f968142bb6d7b7d71f5dc96135b1591dc1294ee4
6
+ metadata.gz: abceda72cfa0f831c20a7d64aa7665886b7d026e6390115aa05feada70824a62425a98a0186125f90376a3ca18be4de0028352e9d993153e3b04f9f4365ed550
7
+ data.tar.gz: ebbecc7d8610c35d98ae16c57492f7db51774c276ce423b56f314ac412e3dbbc3531f9294b792b64d7fa54efcc53c477e363c093e0daae475defe09c3ac987e8
data/README.md CHANGED
@@ -3,13 +3,9 @@
3
3
 
4
4
  **about**
5
5
 
6
- Etti will be a editor to create and print labels of all kind. It is specially made to create
7
- bigger amounts of labels within just a few simple steps. This will also include printing of
8
- Barcodes and QR-Codes
9
-
10
- At this point Etti is not very useful, cause some core functionality is missing. But you can
11
- already play a little bit around with Etti and see some of the concepts. Don't forget to come
12
- back later :-)
6
+ Etti is a editor to create and print labels of all kind. It is specially made to create
7
+ bigger amounts of labels within just a few simple steps. This also includes printing of
8
+ Barcodes and QR-Codes. QR-Codes are already implemented, Barcodes not.
13
9
 
14
10
 
15
11
  **how to install**
@@ -134,7 +134,6 @@ module Etti
134
134
  def on_key_press event
135
135
  if event.keyval == Gdk::Keyval::GDK_KEY_Delete
136
136
  return unless @selectedElement
137
- p 'selected'
138
137
  @elements.delete_if {|e| e == @selectedElement}
139
138
  @selectedElement = nil
140
139
  queue_draw
@@ -1,3 +1,3 @@
1
1
  module Etti
2
- VERSION = [0, 7, 0]
2
+ VERSION = [0, 7, 1]
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: etti
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Detlef Reichl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-09 00:00:00.000000000 Z
11
+ date: 2014-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n-toolbox