repo string | commit string | message string | diff string |
|---|---|---|---|
pawelkaczor/pawelkaczor.github.com | 6a6f3b07c83385d81b91e283891a47eabfd9b14a | improve | diff --git a/_posts/mr-vcsh-prezto-user-guide.md b/_posts/mr-vcsh-prezto-user-guide.md
index 8ab9565..c8d4c0a 100644
--- a/_posts/mr-vcsh-prezto-user-guide.md
+++ b/_posts/mr-vcsh-prezto-user-guide.md
@@ -1,99 +1,118 @@
# myrepos && vcsh && prezto - User Guide
This document serves as a single source of information ... |
pawelkaczor/pawelkaczor.github.com | 046dcadb440740823ad61c6aaef7a7707e96ce03 | add "myrepos && vcsh && prezto - User Guide" post | diff --git a/_posts/mr-vcsh-prezto-user-guide.md b/_posts/mr-vcsh-prezto-user-guide.md
new file mode 100644
index 0000000..696fde0
--- /dev/null
+++ b/_posts/mr-vcsh-prezto-user-guide.md
@@ -0,0 +1,96 @@
+# myrepos && vcsh && prezto - User Guide
+
+This document serves as a single source of information related to confi... |
pawelkaczor/pawelkaczor.github.com | 8641e12ddbf53a3c2aa8a64917738b3f17a7eced | minor fixes | diff --git a/_posts/reactive-ddd/reactive-business-processes.md b/_posts/reactive-ddd/reactive-business-processes.md
index b3acf05..855caaa 100644
--- a/_posts/reactive-ddd/reactive-business-processes.md
+++ b/_posts/reactive-ddd/reactive-business-processes.md
@@ -1,171 +1,182 @@
### Reactive DDD with Akka - Reactive ... |
pawelkaczor/pawelkaczor.github.com | 570fe36615bb6b28e4322aa6dcda769c6d7ac55f | add "Reactive business processes" post (#1) | diff --git a/_posts/reactive-ddd/reactive-business-processes.md b/_posts/reactive-ddd/reactive-business-processes.md
new file mode 100644
index 0000000..b3acf05
--- /dev/null
+++ b/_posts/reactive-ddd/reactive-business-processes.md
@@ -0,0 +1,171 @@
+### Reactive DDD with Akka - Reactive business processes
+
+
+#### In... |
pawelkaczor/pawelkaczor.github.com | b93feee6da15ea110988368fbc88e10008afc9ad | add `Reactive business processes` post | diff --git a/_posts/2016-11-01-reactive-ddd-with-akka-reactive-business-processes.md b/_posts/2016-11-01-reactive-ddd-with-akka-reactive-business-processes.md
new file mode 100644
index 0000000..e80e4f3
--- /dev/null
+++ b/_posts/2016-11-01-reactive-ddd-with-akka-reactive-business-processes.md
@@ -0,0 +1,151 @@
+### Re... |
pawelkaczor/pawelkaczor.github.com | 14cfae045842357f29563890be0ae7920b08da1e | add MessageFlow | diff --git a/images/akka-ddd/MessageFlow.svg b/images/akka-ddd/MessageFlow.svg
new file mode 100644
index 0000000..dbacf8c
--- /dev/null
+++ b/images/akka-ddd/MessageFlow.svg
@@ -0,0 +1,2 @@
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.or... |
pawelkaczor/pawelkaczor.github.com | 8413ea703f1d047d3be00745e64c16e281890312 | Saga2.svg | diff --git a/images/akka-ddd/Saga2.svg b/images/akka-ddd/Saga2.svg
new file mode 100644
index 0000000..e6b75f1
--- /dev/null
+++ b/images/akka-ddd/Saga2.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="790px" height="529px" version="1.1"><defs/><g transform="t... |
pawelkaczor/pawelkaczor.github.com | 9aeaffde781938131daf8ea0427b9ba471596389 | office diagram [akka-ddd] | diff --git a/images/akka-ddd/office.png b/images/akka-ddd/office.png
new file mode 100644
index 0000000..3d3e2cf
Binary files /dev/null and b/images/akka-ddd/office.png differ
|
pawelkaczor/pawelkaczor.github.com | fa2782637379831c590b2d6c0e2ef2d6a48301c7 | switch to rouge highlighter | diff --git a/_config.yml b/_config.yml
index 8a08f3a..443bd33 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,9 +1,9 @@
---
permalink: /:year/:month/:day/:title
lsi: false
markdown: kramdown
-pygments: true
+highlighter: rouge
comments: true
pretty_style: html_extension
auto: true
server_port: 4000
|
pawelkaczor/pawelkaczor.github.com | bbd65d56cf3465202b43c1631f9a25e34251bde0 | switch to kramdown | diff --git a/_config.yml b/_config.yml
index a6e134a..8a08f3a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,9 +1,9 @@
---
permalink: /:year/:month/:day/:title
lsi: false
-markdown: rdiscount
+markdown: kramdown
pygments: true
comments: true
pretty_style: html_extension
auto: true
server_port: 4000
|
pawelkaczor/pawelkaczor.github.com | 33c42188f287a731c57ad068d86e18e44c8e2fca | add other akka-ddd svg images | diff --git a/images/akka-ddd/Durable_Scheduler.svg b/images/akka-ddd/Durable_Scheduler.svg
new file mode 100644
index 0000000..86cbe8b
--- /dev/null
+++ b/images/akka-ddd/Durable_Scheduler.svg
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Grap... |
pawelkaczor/pawelkaczor.github.com | 0e4887558b2ef331b0652bac84405f9caf599b91 | add Saga.svg | diff --git a/images/akka-ddd/Saga.svg b/images/akka-ddd/Saga.svg
new file mode 100644
index 0000000..09d821d
--- /dev/null
+++ b/images/akka-ddd/Saga.svg
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmln... |
pawelkaczor/pawelkaczor.github.com | ff1fc4b7777a6a734650b4a42d1139b58496db70 | switch to newicom.pl | diff --git a/about.markdown b/about.markdown
index 426d7e3..2fc44c4 100644
--- a/about.markdown
+++ b/about.markdown
@@ -1,25 +1,25 @@
---
layout: post
title: O mnie
hide_meta: true
---
<p>
<br />
<img src="/images/pawel_kaczor.png" alt="foto" class="foto"/>
</p>
Od wielu lat pracujÄ jako programista, projek... |
pawelkaczor/pawelkaczor.github.com | 2d32853bee9fba021e863bd6fc4922984c6f1c24 | switch to newicom.pl | diff --git a/_includes/post-div.html b/_includes/post-div.html
index b1a8f02..875c563 100644
--- a/_includes/post-div.html
+++ b/_includes/post-div.html
@@ -1,12 +1,12 @@
{% if page.post-type %}<div class="{{ page.post-type }}">{% else %}<div class="post">{% endif %}
<div class="content">
<h2 class="title"><a ... |
pawelkaczor/pawelkaczor.github.com | 36608413fed6223ce6d79c701d36af7491431403 | switch to newicom.pl | diff --git a/_layouts/default.html b/_layouts/default.html
index d190da3..7c5c55d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,49 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html... |
pawelkaczor/pawelkaczor.github.com | 607b61dbc34a23de0cff015a9124442ceaf687f5 | cleanup done, ready to go | diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html
new file mode 100644
index 0000000..7dde4bf
--- /dev/null
+++ b/_includes/google-analytics.html
@@ -0,0 +1,13 @@
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-19004267-1']);
+ _gaq.push(['_tra... |
rjungemann/turnstile | 5841528b51b498b90fe87c9d7252c5eb498726fc | Added more specs. | diff --git a/History.txt b/History.txt
index 6189037..e24ab9f 100644
--- a/History.txt
+++ b/History.txt
@@ -1,11 +1,15 @@
== 0.0.5 / 2009-08-19
* Fixed the README.txt.
== 0.0.6 / 2009-08-19
* Added some specs. Fixed some serious errors.
== 0.0.7 / 2009-08-19
-* Added some code to make sure input is vali... |
rjungemann/turnstile | 23058db7d66aadfe295cc2c46f1528cfef13e807 | Added some more specs. Added more validity checks in the code. | diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..03c1d10
Binary files /dev/null and b/.DS_Store differ
diff --git a/.gitignore b/.gitignore
index 5f27dd6..3574aab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,2 @@
-lib/turnstile/tmp/db.sdbm.dir
-lib/turnstile/tmp/db.sdbm.pag
-lib/turnstile/t... |
rjungemann/turnstile | 60536051c468355cc050cbbd8451ec11ded24227 | Fixed README and added some more validity checks, which will hopefully squash some bugs. | diff --git a/README.txt b/README.txt
index bcb57b8..1163cf9 100644
--- a/README.txt
+++ b/README.txt
@@ -1,98 +1,97 @@
turnstile
by Roger Jungemann
http://thefifthcircuit.com/
== DESCRIPTION:
Turnstile is meant to be a flexible authentication and authorization system for Ruby. Currently it is merely a ... |
rjungemann/turnstile | 7fdeb4b4f020a67eb40718e43dff5c7be67770ba | Added .gitignore and ignored packaged files. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5f27dd6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+lib/turnstile/tmp/db.sdbm.dir
+lib/turnstile/tmp/db.sdbm.pag
+lib/turnstile/tmp/db.sdbm_expires.dir
+lib/turnstile/tmp/db.sdbm_expires.dir
+pkg
\ No newline at end of file
diff --git a/Histor... |
rjungemann/turnstile | d9eec357137e1db57cfd1b9e9ea89220ee513c99 | Added some specs and fixed some major bugs. | diff --git a/History.txt b/History.txt
index e800986..2cb38ba 100644
--- a/History.txt
+++ b/History.txt
@@ -1,4 +1,3 @@
-== 1.0.0 / 2009-08-19
+== 0.0.5 / 2009-08-19
-* 1 major enhancement
- * Birthday!
+* Fixed the README.txt.
\ No newline at end of file
diff --git a/README.txt b/README.txt
new file mode 100644
in... |
rjungemann/turnstile | 7b91ce13cc40dcd6755537591f07883971d086a8 | Second commit. Haven't finished Rack middleware yet. | diff --git a/README b/README
index e17b952..bcb57b8 100644
--- a/README
+++ b/README
@@ -1,98 +1,98 @@
turnstile
by Roger Jungemann
http://thefifthcircuit.com/
== DESCRIPTION:
Turnstile is meant to be a flexible authentication and authorization system for Ruby. Currently it is merely a set of "model" c... |
robrohan/coldfusion.tmbundle | 55f2a9cc1a6403ba76db29983d78bff0d84ec591 | Adding a bit of documentation to the build file | diff --git a/build.xml b/build.xml
index edb444c..d744c30 100644
--- a/build.xml
+++ b/build.xml
@@ -1,74 +1,118 @@
-<project name="ColdFusion Textmate Bundle">
+<project name="ColdFusion Textmate Bundle" default="usage">
<!-- The xslt process needs an XSLT 2.0 processor, so I am using Saxon-->
<property name="saxo... |
robrohan/coldfusion.tmbundle | dacab23f3f521ef58c90aff74943f82392e6ca16 | Updating the Readme a bit | diff --git a/README b/README
index edb9cf8..2f5462a 100644
--- a/README
+++ b/README
@@ -1,29 +1,39 @@
Authors:
Bill Duenskie
Rob Rohan (sponsored by Daemon - http://daemon.com.au)
-欢è¿
-====
- 大家好ï¼Welcome to the ColdFusion Textmate bundle. This bit of code will create a Textmate bundl... |
robrohan/coldfusion.tmbundle | 5dcf85b39ced2c38e71248fd22eabe96424c707d | Changed default completion to on | diff --git a/dictToBundle.xsl b/dictToBundle.xsl
index 13d3a5b..e9694b3 100644
--- a/dictToBundle.xsl
+++ b/dictToBundle.xsl
@@ -1,413 +1,413 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
dictToBundle
Created by Rob Rohan on 2008-11-22.
Copyright (c) 2008-2009 Rob Rohan. All rights reserved.
The default ... |
robrohan/coldfusion.tmbundle | 88cc1aadb34008a39b76740b2e4882e44eae52e5 | Small patch for the miss coloured "id", bug 21eb0a; however this isn't a full fix just a small patch. Full fix will require a bit more work. | diff --git a/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage b/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage
index 0b7a85c..48d2fcb 100644
--- a/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage
+++ b/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage
@@ -204,672 +204,672 @@
<key>end</key>
<string></((?i:cfquery))>... |
robrohan/coldfusion.tmbundle | 96c2f063248beddd972a0213a1a58debe690b1db | Added spell checking for comments | diff --git a/ColdFusion.bun/Preferences/Comment.tmPreferences b/ColdFusion.bun/Preferences/Comment.tmPreferences
index 863cd58..601e41e 100644
--- a/ColdFusion.bun/Preferences/Comment.tmPreferences
+++ b/ColdFusion.bun/Preferences/Comment.tmPreferences
@@ -1,33 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYP... |
robrohan/coldfusion.tmbundle | abc0ebadb9c01af1d674c17f275d38f9dc0e3147 | Added a "jump to function" feature | diff --git a/ColdFusion.bun/Commands/JumpToDeclaration.tmCommand b/ColdFusion.bun/Commands/JumpToDeclaration.tmCommand
new file mode 100644
index 0000000..aeb49cc
--- /dev/null
+++ b/ColdFusion.bun/Commands/JumpToDeclaration.tmCommand
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//... |
robrohan/coldfusion.tmbundle | b8d4c43f50dd50eef4dc5763d7054ee02424923f | The UUID was not getting all the way to the Attribute command, and I added ^> to the cfoutput snippet to override the default behavior of <%= %> which is what is was doing. | diff --git a/ColdFusion.bun/Commands/CodeCompletion Attributes.tmCommand b/ColdFusion.bun/Commands/CodeCompletion Attributes.tmCommand
index 1b04e9c..f33aef5 100644
--- a/ColdFusion.bun/Commands/CodeCompletion Attributes.tmCommand
+++ b/ColdFusion.bun/Commands/CodeCompletion Attributes.tmCommand
@@ -1,38 +1,38 @@
<?... |
robrohan/coldfusion.tmbundle | 5becdbdbbafb36508e74b382af04f6060c25f874 | Just making sure the completion still works after mucking around with it. | diff --git a/ColdFusion.bun/Commands/CodeCompletion Tags.tmCommand b/ColdFusion.bun/Commands/CodeCompletion Tags.tmCommand
index be42a7e..5ec0975 100644
--- a/ColdFusion.bun/Commands/CodeCompletion Tags.tmCommand
+++ b/ColdFusion.bun/Commands/CodeCompletion Tags.tmCommand
@@ -1,40 +1,40 @@
<?xml version="1.0" encodi... |
robrohan/coldfusion.tmbundle | 77864fbf023ab47e105ba53c735f4a325d1d3939 | Trying out a new way for code completion. This way seems to work much better. | diff --git a/ColdFusion.bun/Commands/CodeCompletion Tags.tmCommand b/ColdFusion.bun/Commands/CodeCompletion Tags.tmCommand
index 6d25c19..be42a7e 100644
--- a/ColdFusion.bun/Commands/CodeCompletion Tags.tmCommand
+++ b/ColdFusion.bun/Commands/CodeCompletion Tags.tmCommand
@@ -1,39 +1,40 @@
<?xml version="1.0" encodi... |
robrohan/coldfusion.tmbundle | 588c3494a3b19a9621fec10e0a1bb390271dadcb | Changed function names to not allow spaces. For example "getStuff ()" is no longer supported because it was coloring and ggroupings incorrectly. It's more common for <cfif x eq 1 and (z neq 12 or z neq 1234)>. Without this change the and () part was getting colored as a function. | diff --git a/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage b/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage
index f1ebb04..4deb203 100644
--- a/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage
+++ b/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage
@@ -136,740 +136,740 @@
<dict>
<key>include</key>
<string>#cffunc... |
robrohan/coldfusion.tmbundle | 7840d5923032cee07291d4b0fb71e6dc1b8f84ed | Fixed the attribute regex to support numbers and the underscore character | diff --git a/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage b/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage
index cca20c1..f1ebb04 100644
--- a/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage
+++ b/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage
@@ -1,875 +1,875 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PU... |
robrohan/coldfusion.tmbundle | b7d7e9fbff4d38462d91c614d7505e2c04c66846 | Got the # to auto double when in just a cfoutput tag. Also tried tweaking the syntax file a bit to get it a bit less random | diff --git a/ColdFusion.bun/Preferences/ColdFusion Preferences.plist b/ColdFusion.bun/Preferences/ColdFusion Preferences.plist
index 3c57317..fbff176 100644
Binary files a/ColdFusion.bun/Preferences/ColdFusion Preferences.plist and b/ColdFusion.bun/Preferences/ColdFusion Preferences.plist differ
diff --git a/ColdFusion... |
robrohan/coldfusion.tmbundle | d59da7727b5e88ce7ce5eef12d02b7d35c05fe1d | Adding in some default templates | diff --git a/ColdFusion.bun/.DS_Store b/ColdFusion.bun/.DS_Store
index d83c5c5..24cb197 100644
Binary files a/ColdFusion.bun/.DS_Store and b/ColdFusion.bun/.DS_Store differ
diff --git a/ColdFusion.bun/Templates/.DS_Store b/ColdFusion.bun/Templates/.DS_Store
new file mode 100644
index 0000000..42f25b2
Binary files /dev/... |
robrohan/coldfusion.tmbundle | 42ac27fd40ab76bba2cd295d676bad3062a6a2fd | Fixed comment in a comment and added a new rule for html comment | diff --git a/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage b/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage
index 81406bb..a867c39 100644
--- a/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage
+++ b/ColdFusion.bun/Syntaxes/ColdFusion.tmLanguage
@@ -1,819 +1,865 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PU... |
robrohan/coldfusion.tmbundle | bd82c15fa0550a4822f16678904eabe232e0cd09 | Made some syntax improvements, and added in basic snippets | diff --git a/ColdFusion.bun/.DS_Store b/ColdFusion.bun/.DS_Store
index 6e9e6d8..d83c5c5 100644
Binary files a/ColdFusion.bun/.DS_Store and b/ColdFusion.bun/.DS_Store differ
diff --git a/ColdFusion.bun/Snippets/x_abort.tmSnippet b/ColdFusion.bun/Snippets/x_abort.tmSnippet
new file mode 100644
index 0000000..a471275
--- ... |
robrohan/coldfusion.tmbundle | 6df89c5954b56b8672a646b6fbfcac8ab891081a | Adding in code completion (prett rough right now, but works mildly well.) | diff --git a/ColdFusion.bun/.DS_Store b/ColdFusion.bun/.DS_Store
index 4f00c0d..6e9e6d8 100644
Binary files a/ColdFusion.bun/.DS_Store and b/ColdFusion.bun/.DS_Store differ
diff --git a/ColdFusion.bun/Commands/CodeCompletion Attributes.tmCommand b/ColdFusion.bun/Commands/CodeCompletion Attributes.tmCommand
new file mod... |
robrohan/coldfusion.tmbundle | eb46d3d712fbce1629a0e7f682a81f3076c1d6eb | Adding in a process to build all the types of coldfusion engines and adding in the lookup tag command for each language | diff --git a/ColdFusion.bun/Commands/Documentation for Tag.plist b/ColdFusion.bun/Commands/Documentation for Tag.plist
new file mode 100644
index 0000000..344e229
--- /dev/null
+++ b/ColdFusion.bun/Commands/Documentation for Tag.plist
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-/... |
robrohan/coldfusion.tmbundle | 1c58c2d2270dfa4cd37efe63101f564f31275b3c | Trying to get the default behavior for functions to be a bit more enjoyable. | diff --git a/ColdFusion.bun/info.plist b/ColdFusion.bun/info.plist
index 6aee8cc..57a0c0c 100644
--- a/ColdFusion.bun/info.plist
+++ b/ColdFusion.bun/info.plist
@@ -1,607 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ NOTE: This file is here for reference only. The real plist file is generated by the dictToB... |
robrohan/coldfusion.tmbundle | 74c89a8b2f60e54096e8deb403df3f96d288f6b1 | Getting cfffunction names to show up in the symbol popup so it's easy to jump to them | diff --git a/Syntaxes/ColdFusion.tmLanguage b/Syntaxes/ColdFusion.tmLanguage
index a2d3431..1abff67 100644
--- a/Syntaxes/ColdFusion.tmLanguage
+++ b/Syntaxes/ColdFusion.tmLanguage
@@ -1,765 +1,817 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTD... |
robrohan/coldfusion.tmbundle | c11330f5aa6ffbdd3e63976c3ec9b3ff3b3d94b6 | Getting the auto complete of # work in most valid areas (script, html, cfml, sql, etc) | diff --git a/Preferences/ColdFusion Preferences.plist b/Preferences/ColdFusion Preferences.plist
index 384cced..3c57317 100644
Binary files a/Preferences/ColdFusion Preferences.plist and b/Preferences/ColdFusion Preferences.plist differ
|
robrohan/coldfusion.tmbundle | 16cc73257fda15be311c3972c291bb26282aae20 | Fixing cfscript coloring a bit based on an example from Steve Ross | diff --git a/Syntaxes/ColdFusion.tmLanguage b/Syntaxes/ColdFusion.tmLanguage
index b659043..a2d3431 100644
--- a/Syntaxes/ColdFusion.tmLanguage
+++ b/Syntaxes/ColdFusion.tmLanguage
@@ -1,435 +1,765 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
- "http://www.a... |
robrohan/coldfusion.tmbundle | 59347f2ae7836f60d2551fd746063167e5909e8b | Trying to get cfscript to color properly | diff --git a/Syntaxes/ColdFusion.tmLanguage b/Syntaxes/ColdFusion.tmLanguage
index 7badec5..b659043 100644
--- a/Syntaxes/ColdFusion.tmLanguage
+++ b/Syntaxes/ColdFusion.tmLanguage
@@ -1,436 +1,435 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.a... |
robrohan/coldfusion.tmbundle | 7332740f39b68bbefe1c80a6a9c7486b4373f7d7 | Cleaned up the info.plist a bit (and the menu structure in the gear icon). Also added in auto complete for the # character. I also added in code folding for cffunction, but that might have been on the last commit. | diff --git a/Preferences/ColdFusion Preferences.plist b/Preferences/ColdFusion Preferences.plist
new file mode 100644
index 0000000..384cced
Binary files /dev/null and b/Preferences/ColdFusion Preferences.plist differ
diff --git a/Preferences/Comment.tmPreferences b/Preferences/Comment.tmPreferences
new file mode 10064... |
robrohan/coldfusion.tmbundle | fb749955b6c99c7da0489bc5a26a7ba0423f8912 | Adding in folding on cffunction and adding in cfscript coloring using Javascript rules | diff --git a/Syntaxes/ColdFusion.tmLanguage b/Syntaxes/ColdFusion.tmLanguage
index c4fe7c2..7badec5 100644
--- a/Syntaxes/ColdFusion.tmLanguage
+++ b/Syntaxes/ColdFusion.tmLanguage
@@ -1,317 +1,436 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.appl... |
onyxfish/nostaples | 40c97f3518edfbe7c305c2588d56210c98dad11b | Added proper support for Gnome's Default Toolbar style. | diff --git a/constants.py b/constants.py
index b3e596c..257d4b0 100644
--- a/constants.py
+++ b/constants.py
@@ -1,212 +1,220 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as pu... |
onyxfish/nostaples | 0ac61953b8c084b75fe9dd044e3ae077ed4bb70b | Assorted 'TODO' cleanup. | diff --git a/constants.py b/constants.py
index bc7100b..b3e596c 100644
--- a/constants.py
+++ b/constants.py
@@ -1,206 +1,212 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as pu... |
onyxfish/nostaples | 9c33ef785e61406c417074001b7263e15893da10 | Added pygtkmvc import check. | diff --git a/nostaples b/nostaples
index 01e503e..d4c9fee 100755
--- a/nostaples
+++ b/nostaples
@@ -1,174 +1,187 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as published by
... |
onyxfish/nostaples | dac4e6f2505bec1fc6566b9d032a240a5341e2c3 | Page sizes are now properly saved to PDF. | diff --git a/controllers/main.py b/controllers/main.py
index 59ff452..a590b26 100644
--- a/controllers/main.py
+++ b/controllers/main.py
@@ -53,750 +53,756 @@ class MainController(Controller):
application.get_preferences_model().register_observer(self)
status_controller = application.get_sta... |
onyxfish/nostaples | 65c22a4a815f4528179d9f5eaabc6cd0fd7a23d3 | Reviewed page size support for quality. | diff --git a/models/main.py b/models/main.py
index f226a56..84e6a58 100644
--- a/models/main.py
+++ b/models/main.py
@@ -1,819 +1,834 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public Licen... |
onyxfish/nostaples | 9b4b53b295f5dace08a65d097bf1d5a0bc1c9491 | Refined page size support. | diff --git a/constants.py b/constants.py
index dac2a83..bc7100b 100644
--- a/constants.py
+++ b/constants.py
@@ -1,143 +1,206 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as pu... |
onyxfish/nostaples | 2cf2e8cac843cd550abb6e403cd83735fecd9c14 | Very rough page size support. | diff --git a/constants.py b/constants.py
index a835790..dac2a83 100644
--- a/constants.py
+++ b/constants.py
@@ -1,124 +1,143 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as pu... |
onyxfish/nostaples | 83572093c23f2df6f7f1ab99d0002acd0d0e7172 | Variety of incremental work toward page size support. | diff --git a/controllers/save.py b/controllers/save.py
index 4153dcd..c0d19d9 100644
--- a/controllers/save.py
+++ b/controllers/save.py
@@ -1,310 +1,309 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU ... |
onyxfish/nostaples | a983e264d544f84083cb1231c47cf588844331c7 | Revised handling of SANE's ReloadOptions flag. | diff --git a/sane/saneme.py b/sane/saneme.py
index 2e693f1..7e12524 100644
--- a/sane/saneme.py
+++ b/sane/saneme.py
@@ -1,1012 +1,1013 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public Lic... |
onyxfish/nostaples | fdd247d63d1217022d4170cc30a3d60d69e2046e | Added state validation to preferences properties. | diff --git a/controllers/preferences.py b/controllers/preferences.py
index cbc4be8..d89d7b1 100644
--- a/controllers/preferences.py
+++ b/controllers/preferences.py
@@ -1,286 +1,290 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it... |
onyxfish/nostaples | 5b17407f020d6d04941a197da64b69255209ca30 | Fixed some syntax for readability. | diff --git a/controllers/preferences.py b/controllers/preferences.py
index bee3c88..cbc4be8 100644
--- a/controllers/preferences.py
+++ b/controllers/preferences.py
@@ -1,286 +1,286 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it... |
onyxfish/nostaples | 273f387c76801f1f67cfb6a3c8c4647c2c506113 | Fixed silly bug in previous commit. 'Reason' tooltips now work correctly. | diff --git a/controllers/preferences.py b/controllers/preferences.py
index e57458a..bee3c88 100644
--- a/controllers/preferences.py
+++ b/controllers/preferences.py
@@ -1,286 +1,286 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it... |
onyxfish/nostaples | de9cfad4932f8fff76ca34ec3e2e5d0c2c5234e4 | Added 'reason' tooltips to unavailable scanners list. | diff --git a/controllers/preferences.py b/controllers/preferences.py
index dd0b917..e57458a 100644
--- a/controllers/preferences.py
+++ b/controllers/preferences.py
@@ -1,286 +1,286 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it... |
onyxfish/nostaples | 5035cbeb59dfb97e90c5621c1b8d3dc0de80e22d | Added 'reason' for each device that is unsupported. | diff --git a/controllers/preferences.py b/controllers/preferences.py
index e57458a..dd0b917 100644
--- a/controllers/preferences.py
+++ b/controllers/preferences.py
@@ -1,286 +1,286 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it... |
onyxfish/nostaples | 227b75ea46385ee2e793218363922dbfb1596300 | Added much better debugging output for unsupported devices. | diff --git a/models/main.py b/models/main.py
index 65ce77e..17eb915 100644
--- a/models/main.py
+++ b/models/main.py
@@ -1,539 +1,549 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public Licen... |
onyxfish/nostaples | c8a8c8a3a255924e5a9ea1d777932b0808f6d46b | Migrated supported scanner determination to MainModel. | diff --git a/controllers/main.py b/controllers/main.py
index db9e39e..ede0ae0 100644
--- a/controllers/main.py
+++ b/controllers/main.py
@@ -57,759 +57,693 @@ class MainController(Controller):
status_controller.get_context_id(self.__class__.__name__)
self.log = logging.getLogger(self.__c... |
onyxfish/nostaples | 88e1cb6990e6d78f9cb3e1a8cab5e02d1ed93926 | Pushed fixed-point/float conversion down into SaneMe. | diff --git a/models/main.py b/models/main.py
index 23dad8d..11a6f75 100644
--- a/models/main.py
+++ b/models/main.py
@@ -1,488 +1,461 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public Licen... |
onyxfish/nostaples | a4c00743eccb3e80c868bd0c1b2acb2f162f2ff3 | Fix copy/paste error caught in read through of previous commit. | diff --git a/models/main.py b/models/main.py
index 481c3a5..23dad8d 100644
--- a/models/main.py
+++ b/models/main.py
@@ -1,488 +1,488 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public Licen... |
onyxfish/nostaples | d8b751e6a9d7279a1e81206f0437edb3c54c99d7 | Experimental fix for Fixed Point resolution values/constraints. | diff --git a/controllers/main.py b/controllers/main.py
index fd71a3c..db9e39e 100644
--- a/controllers/main.py
+++ b/controllers/main.py
@@ -74,709 +74,742 @@ class MainController(Controller):
"""
self.adapt('show_toolbar', 'show_toolbar_menu_item')
self.adapt('show_statusbar', 'show_statusba... |
onyxfish/nostaples | 8268a836c33d9bbe1315d3575542b6ef479ba3f2 | Scanner management buttons can no longer be selected if no device is selected. | diff --git a/controllers/preferences.py b/controllers/preferences.py
index 2cfb931..81437bb 100644
--- a/controllers/preferences.py
+++ b/controllers/preferences.py
@@ -1,274 +1,284 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it... |
onyxfish/nostaples | 8d2637ea8152d131d1cd493be451390a9af2ed17 | Fixed Lineart mode scanning. | diff --git a/nostaples b/nostaples
index dfc8089..01e503e 100755
--- a/nostaples
+++ b/nostaples
@@ -1,172 +1,174 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as published by
... |
onyxfish/nostaples | df8e5de5f63fc2e18d70febbedeeafcfe5104f04 | A variety of minor (mostly cosmetic) fixes. | diff --git a/constants.py b/constants.py
index 89bed8e..a835790 100644
--- a/constants.py
+++ b/constants.py
@@ -1,105 +1,124 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as pu... |
onyxfish/nostaples | 2ba11aa9b415466d6cd6845372fdf99f584f128c | Guard against second possible ZeroDivisionError involving option constraint step. | diff --git a/sane/saneme.py b/sane/saneme.py
index cba37ae..6df7f23 100644
--- a/sane/saneme.py
+++ b/sane/saneme.py
@@ -325,697 +325,699 @@ class Device(object):
i = 1
while(i < option_count - 1):
coption = sane_get_option_descriptor(self._handle, i)
self._options[coption.co... |
onyxfish/nostaples | 23bda7674f915ff80161bd13b18f3ded24453d42 | Experimental fix for options that do not specify a range step. | diff --git a/models/main.py b/models/main.py
index 63b1ae4..9cdc8e8 100644
--- a/models/main.py
+++ b/models/main.py
@@ -1,450 +1,454 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public Licen... |
onyxfish/nostaples | f52abc09a26329fd28f57b792892216e9c506acc | Fix misnamed variable and check that a device option is gettable before attempting to read it when using --debugdevices. | diff --git a/nostaples b/nostaples
index 5d0b5f9..dfc8089 100755
--- a/nostaples
+++ b/nostaples
@@ -1,169 +1,172 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as published by
... |
onyxfish/nostaples | addd2cc426f396a67bd5378508a79e1de52cda0c | Moved import guards into bootstraping so that they execute as early as possible. | diff --git a/application.py b/application.py
index f83a15c..5daa685 100644
--- a/application.py
+++ b/application.py
@@ -1,404 +1,334 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public Licen... |
onyxfish/nostaples | 1f1c87e90dda9ece6d49684a0e3d6b3a203e45fd | Added import guards for all dependencies. | diff --git a/application.py b/application.py
index 5a78943..f83a15c 100644
--- a/application.py
+++ b/application.py
@@ -1,333 +1,404 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public Licen... |
onyxfish/nostaples | f8e4be136cac5661ce16f184fd4c9dc1bf2b1d4e | Fix bad constant. | diff --git a/constants.py b/constants.py
index f0af9fc..a2a4bb1 100644
--- a/constants.py
+++ b/constants.py
@@ -1,105 +1,105 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as pu... |
onyxfish/nostaples | b79cb38384d1ac1abebc9c5caa7046abbf5a42c5 | Reworked set_prop_active_scanner to push settings to new device silently. | diff --git a/models/main.py b/models/main.py
index 20f16b1..63b1ae4 100644
--- a/models/main.py
+++ b/models/main.py
@@ -1,425 +1,450 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public Licen... |
onyxfish/nostaples | a2b1c1c89422aefd515c46a8bb762b1b6018ba95 | Added support methods for getting individual SANE option capabilities. | diff --git a/controllers/main.py b/controllers/main.py
index 9a2d914..ffc02df 100644
--- a/controllers/main.py
+++ b/controllers/main.py
@@ -55,707 +55,715 @@ class MainController(Controller):
self.status_context = \
status_controller.get_context_id(self.__class__.__name__)
self... |
onyxfish/nostaples | af7d27f8fb8fc0ce4b444c4e021163b42ce2ac4b | Added support for devices that specify there resolution as a range. | diff --git a/constants.py b/constants.py
index b4bf349..f0af9fc 100644
--- a/constants.py
+++ b/constants.py
@@ -1,103 +1,105 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as pu... |
onyxfish/nostaples | 68fbc049b9a2e1de3e00569b77f9d1d19a647bc9 | Revised MainModel's handling of devices to be more obvious. | diff --git a/models/main.py b/models/main.py
index 225dbf4..258981e 100644
--- a/models/main.py
+++ b/models/main.py
@@ -1,357 +1,377 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public Licen... |
onyxfish/nostaples | 6fe9ec5dfc66d98bb247f05521331e48477905f8 | Fixes for previous incremental work on handling SaneReloadOptionsError. | diff --git a/models/main.py b/models/main.py
index ed573b3..225dbf4 100644
--- a/models/main.py
+++ b/models/main.py
@@ -1,339 +1,357 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public Licen... |
onyxfish/nostaples | 874117f362512be61a4f8a0da810199b9b360027 | Experimental support for SANE_RELOAD_OPTIONS. | diff --git a/models/main.py b/models/main.py
index 74eb7df..ed573b3 100644
--- a/models/main.py
+++ b/models/main.py
@@ -1,321 +1,339 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public Licen... |
onyxfish/nostaples | 6ef01d5a3929363953d9a93358ab7c56914adada | Added clickable link and version info to About Dialog. | diff --git a/controllers/about.py b/controllers/about.py
index da30c68..6d7eea9 100644
--- a/controllers/about.py
+++ b/controllers/about.py
@@ -1,83 +1,88 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GN... |
onyxfish/nostaples | 8557e100a22128d968dab3b07b8a80eb6dffab6a | Preperations for 0.4 release. | diff --git a/setup.py b/setup.py
index f0f622f..e36d29f 100644
--- a/setup.py
+++ b/setup.py
@@ -1,18 +1,18 @@
#!/usr/bin/env python
from distutils.core import setup
setup(name='nostaples',
- version='0.3.0',
+ version='0.4.0',
description='GNOME Document Scanning Application',
author='Ch... |
onyxfish/nostaples | 152fb66839a13ffeeaee820818c22ccd9d74d43a | Added --debugdevices command line option. | diff --git a/controllers/page.py b/controllers/page.py
index f62ba5e..019b092 100644
--- a/controllers/page.py
+++ b/controllers/page.py
@@ -1,498 +1,499 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU ... |
onyxfish/nostaples | 5a74e307c00bf0a7d45354998c56e802e2bbafc0 | Removed completely worthless page_model unit tests. | diff --git a/runtests.py b/runtests.py
index a153a8e..cb5ab00 100755
--- a/runtests.py
+++ b/runtests.py
@@ -1,24 +1,37 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as publishe... |
onyxfish/nostaples | 1d62730605d78ec93d06c7310f0d7df0007735ee | Fixed long-ago broken unit tests. | diff --git a/README b/README
index 72fdca7..0fcceca 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
Downloaded from:
<http://www.etlafins.com/nostaples>
Send Questions/Comments to:
Christopher Groskopf
-<staringmonkey@gmail.com>
+<staringmonkey@gmail.com>
\ No newline at end of file
diff --git a/runtests.py ... |
onyxfish/nostaples | 77dcc7fa35965d6c8b80b9fb7be8c53c807961f0 | Minor cosmetic UI tweaks. | diff --git a/controllers/preferences.py b/controllers/preferences.py
index 20a2c4b..91eb89a 100644
--- a/controllers/preferences.py
+++ b/controllers/preferences.py
@@ -1,216 +1,218 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it... |
onyxfish/nostaples | 8adc981f40b351b506ca650f478740d277f02518 | Changing the preview scale mode will not update the preview image immediately. | diff --git a/controllers/page.py b/controllers/page.py
index b6dc2f0..f62ba5e 100644
--- a/controllers/page.py
+++ b/controllers/page.py
@@ -1,492 +1,498 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU ... |
onyxfish/nostaples | 1ee9381d4b98ce0eea81f4d6a9f2487fcd5dc5db | Expanded device handling preferences. | diff --git a/controllers/main.py b/controllers/main.py
index 5506069..dcfb430 100644
--- a/controllers/main.py
+++ b/controllers/main.py
@@ -1,752 +1,761 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU ... |
onyxfish/nostaples | 7c952683ea612b8ce00a02c3ec585aec750883cc | Minor changes to support better device management (improved logging). | diff --git a/sane/saneme.py b/sane/saneme.py
index 248b915..4ef85d5 100644
--- a/sane/saneme.py
+++ b/sane/saneme.py
@@ -1,863 +1,866 @@
#!/usr/bin/python
#~ This file is part of SaneMe.
#~ SaneMe is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as ... |
onyxfish/nostaples | 82a8fcec2f826339e5d525c40a23812d2cfdf385 | Removed automated options polling that was a temporary fix for NoStaples. | diff --git a/sane/saneme.py b/sane/saneme.py
index ba14a31..248b915 100644
--- a/sane/saneme.py
+++ b/sane/saneme.py
@@ -1,745 +1,741 @@
#!/usr/bin/python
#~ This file is part of SaneMe.
#~ SaneMe is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as ... |
onyxfish/nostaples | cd2d5cd385c8a407b0beb5cf56fb59df556bd27b | Removed extraneous value-checking and handled cases where c_char_p may be None/null. | diff --git a/sane/saneme.py b/sane/saneme.py
index 3b59113..ba14a31 100644
--- a/sane/saneme.py
+++ b/sane/saneme.py
@@ -1,1009 +1,969 @@
#!/usr/bin/python
#~ This file is part of SaneMe.
#~ SaneMe is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as... |
onyxfish/nostaples | 4e3c1d6e95fafd50506acdb790c9e9485e2bd06a | Moved thumbnail scaling mode definition to constants. | diff --git a/constants.py b/constants.py
index 3af88b6..b4bf349 100644
--- a/constants.py
+++ b/constants.py
@@ -1,101 +1,103 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as pu... |
onyxfish/nostaples | 6edf951193395e422e9e8ed26ea7793f58431ef1 | Iterative work on intelligent device blacklisting. | diff --git a/controllers/main.py b/controllers/main.py
index 0c33a01..5506069 100644
--- a/controllers/main.py
+++ b/controllers/main.py
@@ -38,706 +38,715 @@ class MainController(Controller):
"""
Manages interaction between the L{MainModel} and L{MainView}.
"""
# SETUP METHODS
def ... |
onyxfish/nostaples | 3466cc29cc8d284914c0492b796c411729446f46 | Added comments elaborating on voodoo in previous commit. | diff --git a/controllers/main.py b/controllers/main.py
index 9cc02e6..0c33a01 100644
--- a/controllers/main.py
+++ b/controllers/main.py
@@ -39,705 +39,705 @@ class MainController(Controller):
Manages interaction between the L{MainModel} and L{MainView}.
"""
# SETUP METHODS
def __init__(... |
onyxfish/nostaples | 542ff19541ab2b0d81d8055d4f6e1384162324c5 | Major code-flow revision so that scanner options could be set in advance of scanning. | diff --git a/controllers/main.py b/controllers/main.py
index c76ff03..9cc02e6 100644
--- a/controllers/main.py
+++ b/controllers/main.py
@@ -1,795 +1,743 @@
#!/usr/bin/python
#~ This file is part of NoStaples.
#~ NoStaples is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU ... |
onyxfish/nostaples | 688e35dab06bcbfff7f6d74c825ab76b9db07c6d | Creating a Device now queries its options without calling open(). | diff --git a/sane/saneme.py b/sane/saneme.py
index 9ef4574..3b59113 100644
--- a/sane/saneme.py
+++ b/sane/saneme.py
@@ -1,753 +1,757 @@
#!/usr/bin/python
#~ This file is part of SaneMe.
#~ SaneMe is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as ... |
onyxfish/nostaples | ae3c82c7a97950844fff62179769418857c15bf3 | Fixing previous bad commit. | diff --git a/controllers/main.py b/controllers/main.py
index 6c8faf0..c76ff03 100644
--- a/controllers/main.py
+++ b/controllers/main.py
@@ -45,751 +45,751 @@ class MainController(Controller):
"""
Constructs the MainController, as well as necessary sub-controllers
and services.
"""
... |
onyxfish/nostaples | 9c5bd3433d424bf6cf72a4bc25869e5f668c18f7 | Added automatic recognition of unsupported devices (i.e. webcams). | diff --git a/controllers/main.py b/controllers/main.py
index 2253f53..6c8faf0 100644
--- a/controllers/main.py
+++ b/controllers/main.py
@@ -44,743 +44,752 @@ class MainController(Controller):
def __init__(self, application):
"""
Constructs the MainController, as well as necessary sub-controllers... |
onyxfish/nostaples | 8101f834717b75f83eda084d12f1b96081e4d4cd | Added has_option Device method. | diff --git a/sane/saneme.py b/sane/saneme.py
index 1cbbaf7..9ef4574 100644
--- a/sane/saneme.py
+++ b/sane/saneme.py
@@ -1,944 +1,948 @@
#!/usr/bin/python
#~ This file is part of SaneMe.
#~ SaneMe is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as ... |
onyxfish/nostaples | 0e7be30c07f70f3436801bc349cc918fbd3a65fc | Added device parameter to raise statements for SANE device exceptions. | diff --git a/sane/saneme.py b/sane/saneme.py
index 2a7e379..1cbbaf7 100644
--- a/sane/saneme.py
+++ b/sane/saneme.py
@@ -1,963 +1,1001 @@
#!/usr/bin/python
#~ This file is part of SaneMe.
#~ SaneMe is free software: you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.