repo string | commit string | message string | diff string |
|---|---|---|---|
geebee/homeauto | 5cc6e1297490eade86ae0ce478822ab931d8707c | homeauto first checkin | diff --git a/README b/README
new file mode 100644
index 0000000..97b5553
--- /dev/null
+++ b/README
@@ -0,0 +1,39 @@
+Michael Goldberger - March 2009
+v 0.1
+
+Python, Perl, JavaScript, and SVG Home Automation Control & Display Setup
+
+HOW TO SET-UP THE FILES:
+=========================
+ Inside the "apache"... |
Chabela/controlador-de-tiempo-II-Avance | 320df69bda6b4387c9a483844a0c9544e82296a4 | second commit | diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
diff --git a/creandofiltro.py b/creandofiltro.py
new file mode 100644
index 0000000..a21a5b4
--- /dev/null
+++ b/creandofiltro.py
@@ -0,0 +1,32 @@
+import panta
+import sys
+import os
+import time
+try:
+ import pygtk
+ require('2.0')
+excep... |
jalkanen/Priha | d9db4fc8765a89a5142250a8fade9b9934d0ba2b | Ignoring Jackrabbit artifacts. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1658dd0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/repository
+/repository.xml
|
jalkanen/Priha | fc3eaeb5ece52b012e8b6f3d01a96b2a85ef5130 | Added info on compilation. | diff --git a/README b/README
index 24e6054..4d76cfb 100644
--- a/README
+++ b/README
@@ -1,76 +1,93 @@
This is Priha, a JSR-170 Java Content Repository implementation. Unlike
the all-singing, all-dancing, fully CRM-certified implementations, Priha
is targeted at small applications, embedders and hobbyists, who li... |
jalkanen/Priha | 28bada78f2b610820719311b3a9ff87fa41a1c40 | Bumped version to 0.7.6 - partly to test GitHub integration. | diff --git a/ChangeLog b/ChangeLog
index 9a46e61..108a450 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,519 @@
+2010-04-21 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.7.6
+
+ * Changed configuration to use Apache Ivy and moved project source
+ code repo to GitHub.
+
2010-01-... |
jalkanen/Priha | 34d41b3c27988088a4f945f56083814ba7b896e3 | Added JCR dependency; fixed ivy stuff to go under lib/ivy so as not to confuse everything. | diff --git a/.classpath b/.classpath
index 82b92ab..4d3a702 100644
--- a/.classpath
+++ b/.classpath
@@ -1,19 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="tests/java"/>
<classpathentry kind="src" path="tests/tck"/>
<c... |
jalkanen/Priha | f824225f572dbcef61ced9546067777406e31b8b | Switched to use Apache Ivy for dependency management and removed a number of JAR files. Added Cassandra provider (non-functional yet). | diff --git a/.classpath b/.classpath
index 6554b4f..82b92ab 100644
--- a/.classpath
+++ b/.classpath
@@ -1,20 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="tests/java"/>
<classpathentry kind="src" path="tests/tck"/>
<c... |
jalkanen/Priha | 53fb7afa7a202607a51606ef473d5509b640423b | Just added the other options as well. | diff --git a/tests/etc/priha.properties b/tests/etc/priha.properties
index 1e21ccf..777ec37 100644
--- a/tests/etc/priha.properties
+++ b/tests/etc/priha.properties
@@ -1,12 +1,31 @@
#
# The main Priha configuration file.
#
# Please see doc/Configuring.txt on information how to configure this.
# For testing, ... |
jalkanen/Priha | b59d6228142ab1fd4776b7481eed34bea565e63a | Added the option of creating a FileBinarySource from a Stream. | diff --git a/src/java/org/priha/core/binary/FileBinarySource.java b/src/java/org/priha/core/binary/FileBinarySource.java
index be9b588..a005259 100644
--- a/src/java/org/priha/core/binary/FileBinarySource.java
+++ b/src/java/org/priha/core/binary/FileBinarySource.java
@@ -1,49 +1,65 @@
/*
Priha - A JSR-170 implem... |
jalkanen/Priha | 8068e095b131d3ccb19ff92af96537311f6ebfae | Cleaned away some annoying memory leaks by making sure that at close() and logout() all references are cleared properly. | diff --git a/ChangeLog b/ChangeLog
index 08844ad..9a46e61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,518 @@
+2010-01-07 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.7.5
+
+ * Fixed a number of memory leaks.
+
2010-01-07 Janne Jalkanen <jalkanen@ecyrd.com>
* 0.7.4
... |
jalkanen/Priha | 34cb09a34a61c0c8babaf26428b83e758d1fffb0 | Oopsydaisy, forgot to init a field, therefore getSize() always returned zero. | diff --git a/src/java/org/priha/providers/ValueContainer.java b/src/java/org/priha/providers/ValueContainer.java
index a83b6aa..ed59351 100644
--- a/src/java/org/priha/providers/ValueContainer.java
+++ b/src/java/org/priha/providers/ValueContainer.java
@@ -1,204 +1,204 @@
/*
Priha - A JSR-170 implementation libra... |
jalkanen/Priha | d7f0099c2b10f170e8f2c0c92c912ee70b3f1ac8 | Added 0.7.4 results. | diff --git a/doc/Performance.txt b/doc/Performance.txt
index 5217c42..15a93b8 100644
--- a/doc/Performance.txt
+++ b/doc/Performance.txt
@@ -1,151 +1,177 @@
PRIHA PERFORMANCE COOKBOOK
==========================
Priha is not the fastest JCR implementation around, but it can hold its own. It's very good at small re... |
jalkanen/Priha | 5514853a9b0f02091f185fef134b82727afbb3e6 | Adding Session Item Cache configuration; fixed itemExists() to check for local items as well. Added System properties override. | diff --git a/ChangeLog b/ChangeLog
index 3d22154..08844ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,525 @@
+2010-01-07 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.7.4
+
+ * The "I think I optimized something but I've got a flu" -release.
+
+ * Session Item cache is now co... |
jalkanen/Priha | 09c645305aecf99be424123c5eacc67e0a6cf6d2 | Adding size calculation. | diff --git a/src/java/org/priha/providers/ValueContainer.java b/src/java/org/priha/providers/ValueContainer.java
index 83a573e..a83b6aa 100644
--- a/src/java/org/priha/providers/ValueContainer.java
+++ b/src/java/org/priha/providers/ValueContainer.java
@@ -1,170 +1,204 @@
/*
Priha - A JSR-170 implementation libra... |
jalkanen/Priha | c45918fd1632cfd0f5059fac54bbd3bac4840837 | Added getSize() | diff --git a/src/java/org/priha/core/values/BooleanValueImpl.java b/src/java/org/priha/core/values/BooleanValueImpl.java
index 7f9ae66..7705aef 100644
--- a/src/java/org/priha/core/values/BooleanValueImpl.java
+++ b/src/java/org/priha/core/values/BooleanValueImpl.java
@@ -1,91 +1,97 @@
/*
Priha - A JSR-170 implem... |
jalkanen/Priha | 7be6a69c5ab535efec0af92d5a205d007a736e45 | Oops, was leaking file handles. | diff --git a/src/java/org/priha/providers/FileProvider.java b/src/java/org/priha/providers/FileProvider.java
index 974fbce..53ba823 100644
--- a/src/java/org/priha/providers/FileProvider.java
+++ b/src/java/org/priha/providers/FileProvider.java
@@ -864,777 +864,785 @@ public class FileProvider implements RepositoryProv... |
jalkanen/Priha | 9458ce88de756775b7cb6275f0276f850e5eb50c | Added Node reordering events support. | diff --git a/ChangeLog b/ChangeLog
index 1fc45bc..3d22154 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,524 @@
+2010-01-07 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.7.3
+
+ * Optimization of ProviderManager.loadNode() and Item.enterState().
+ Especially the latter helps reading qui... |
jalkanen/Priha | 7873cc46f51537dbd3fbcd67c0808cd2bbc27790 | Removed obsolete code, itemExists() didn't heed item type. | diff --git a/src/java/org/priha/providers/EhCachingProvider.java b/src/java/org/priha/providers/EhCachingProvider.java
index 7c94f1d..c9e8b78 100644
--- a/src/java/org/priha/providers/EhCachingProvider.java
+++ b/src/java/org/priha/providers/EhCachingProvider.java
@@ -1,475 +1,458 @@
/*
Priha - A JSR-170 implemen... |
jalkanen/Priha | af06bdc292694a96a82bccb200ccb117384c5802 | Optimization of getItem() | diff --git a/src/java/org/priha/core/ProviderManager.java b/src/java/org/priha/core/ProviderManager.java
index 6cec6cc..f583ae3 100644
--- a/src/java/org/priha/core/ProviderManager.java
+++ b/src/java/org/priha/core/ProviderManager.java
@@ -1,671 +1,693 @@
/*
Priha - A JSR-170 implementation library.
Copyr... |
jalkanen/Priha | fd5728c12115645bc27bca262bc3c07ec60596cc | Now avoids calling getParent() in enterState() if it's not needed. | diff --git a/src/java/org/priha/core/ItemImpl.java b/src/java/org/priha/core/ItemImpl.java
index 3917abf..fe81c82 100644
--- a/src/java/org/priha/core/ItemImpl.java
+++ b/src/java/org/priha/core/ItemImpl.java
@@ -1,410 +1,419 @@
/*
Priha - A JSR-170 implementation library.
Copyright (C) 2007-2009 Janne Jal... |
jalkanen/Priha | 6e11124c257f1f7c564bdc3a7c964c6e36d131b1 | Initial implementation of Observation. | diff --git a/ChangeLog b/ChangeLog
index ec11275..1fc45bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,519 @@
+2010-01-04 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.7.2
+
+ * Implemented Observation. It does not *quite* work yet, but
+ it's only nine errors until TCK pass.
+
2010... |
jalkanen/Priha | 38e73e329c911a01e0ca4d0c7e45f78538d64b6e | Just made configuration easier. | diff --git a/tests/java/org/priha/core/MultiThreadTest.java b/tests/java/org/priha/core/MultiThreadTest.java
index 8155d3a..64a87ce 100644
--- a/tests/java/org/priha/core/MultiThreadTest.java
+++ b/tests/java/org/priha/core/MultiThreadTest.java
@@ -1,265 +1,267 @@
/*
Priha - A JSR-170 implementation library.
... |
jalkanen/Priha | f46b90f6b333f969f38fe311ad722036a5534cbc | Fixed XML import tests for versioning by properly checking for checked-in Nodes in XMLImport. | diff --git a/ChangeLog b/ChangeLog
index 92beb52..ec11275 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,514 +1,520 @@
2010-01-02 Janne Jalkanen <jalkanen@ecyrd.com>
+ * Fixed XML import tests for versioning by properly checking for
+ checked-in Nodes in XMLImport. You may test Versioning, but
+ ... |
jalkanen/Priha | 44514f646670d1d7b5ea992eb859590a28c2d035 | OOps, svn. | diff --git a/src/java/org/priha/Release.java b/src/java/org/priha/Release.java
index 155860a..2845b74 100644
--- a/src/java/org/priha/Release.java
+++ b/src/java/org/priha/Release.java
@@ -1,130 +1,130 @@
/*
Priha - A JSR-170 implementation library.
Copyright (C) 2007-2009 Janne Jalkanen (Janne.Jalkanen@ik... |
jalkanen/Priha | 33652715cdf39ea76093dfbfa82437dca08311d2 | FileProvider speedup: Added internal cache for mangleName(). | diff --git a/ChangeLog b/ChangeLog
index f7c96d6..92beb52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,518 @@
+2010-01-02 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.7.1
+
+ * FileProvider speedup - added internal cache for mangleName().
+
2010-01-01 Janne Jalkanen <jalkanen@ecyrd.com>
... |
jalkanen/Priha | 72039e60e190a9b2831c28a15ada4894a78130a2 | Implemented restore(). | diff --git a/ChangeLog b/ChangeLog
index ccff661..f7c96d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,515 +1,517 @@
2010-01-01 Janne Jalkanen <jalkanen@ecyrd.com>
* Implemented Version labels.
+
+ * Implemented first version of Node.restore().
2009-12-26 Janne Jalkanen <jalkanen@ecyrd.c... |
jalkanen/Priha | 44fd3a6217c23ca45aff29926b5245a6460fb4a5 | Implemented Version labeling. Fixed issue where setting "null" property value might confuse ChangeStore. | diff --git a/ChangeLog b/ChangeLog
index 31df3f2..ccff661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,516 @@
+2010-01-01 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * Implemented Version labels.
+
2009-12-26 Janne Jalkanen <jalkanen@ecyrd.com>
* Minor changes in the versioning code; introduced ... |
jalkanen/Priha | 750f3d097833b4d387f97e17d264feb63b25e923 | Introduced AbstractVersion; slight improvements in versioning code. | diff --git a/.checkstyle b/.checkstyle
index a9a018b..b1d67dc 100644
--- a/.checkstyle
+++ b/.checkstyle
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="true">
<local-check-config name="Priha checkstyle configuration" location="internal_config__... |
jalkanen/Priha | 5c65d5122b50eee5790c0ef26f62ecb030985969 | Correcting depends info for dist-install. | diff --git a/build.xml b/build.xml
index 3b1aec1..db0edca 100644
--- a/build.xml
+++ b/build.xml
@@ -1,364 +1,364 @@
<?xml version="1.0"?>
<!--
Priha - A JSR-170 implementation library.
Copyright (C) 2007-2009 Janne Jalkanen (Janne.Jalkanen@iki.fi)
Licensed under the Apache License, Version 2.0... |
jalkanen/Priha | 111440161fadf173a442b4e79da401cd0ec96ba6 | Dang, forgot to clear children also in the ForwardIterator.remove() | diff --git a/src/java/org/priha/util/ChangeStore.java b/src/java/org/priha/util/ChangeStore.java
index 3136342..5bbb56a 100644
--- a/src/java/org/priha/util/ChangeStore.java
+++ b/src/java/org/priha/util/ChangeStore.java
@@ -1,415 +1,437 @@
/*
Priha - A JSR-170 implementation library.
Copyright (C) 2007-20... |
jalkanen/Priha | b950df27209fb682e383117e7155b8c5e9d32d2a | Increased max cache size so that tests actually fit in it. | diff --git a/tests/etc/jdbcehcache.properties b/tests/etc/jdbcehcache.properties
index 507294a..544ad4f 100644
--- a/tests/etc/jdbcehcache.properties
+++ b/tests/etc/jdbcehcache.properties
@@ -1,28 +1,28 @@
#
# This test assumes that a hsqldb.jar is available in the class path.
#
# The database is started as an i... |
jalkanen/Priha | 96163ec4c92fa33edf7d38d5843c5aec2a38759d | Oops, threw wrong exception in skip(). | diff --git a/src/java/org/priha/util/GenericIterator.java b/src/java/org/priha/util/GenericIterator.java
index 8e69cb9..07f5c8c 100644
--- a/src/java/org/priha/util/GenericIterator.java
+++ b/src/java/org/priha/util/GenericIterator.java
@@ -1,93 +1,96 @@
/*
Priha - A JSR-170 implementation library.
Copyrig... |
jalkanen/Priha | 8a31e46b2bfc1124a2178074d6300669c10b1565 | Some additional speedups by removing inefficient code from GenericIterator.skip() and SessionProvider.listNodes() and switching to a lazy properties iterator. | diff --git a/ChangeLog b/ChangeLog
index ce15a71..66e3da6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,520 @@
+2009-12-26 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.6.7
+
+ * Some additional speedups by removing inefficient code from
+ GenericIterator.skip() and SessionProvider.listNodes()... |
jalkanen/Priha | ff9ff60c3cfa1aa7d20fcbc6a53f9b265f727f8e | Sped up skip() by getting rid of the looped next(). | diff --git a/src/java/org/priha/util/GenericIterator.java b/src/java/org/priha/util/GenericIterator.java
index c0e3793..8e69cb9 100644
--- a/src/java/org/priha/util/GenericIterator.java
+++ b/src/java/org/priha/util/GenericIterator.java
@@ -1,100 +1,93 @@
/*
Priha - A JSR-170 implementation library.
Copyri... |
jalkanen/Priha | 8b852bad150cb175b63d0712b094478a8c8c472a | Adding a number of ideas which could be done. | diff --git a/doc/MissingOptimizations.txt b/doc/MissingOptimizations.txt
new file mode 100644
index 0000000..039af5e
--- /dev/null
+++ b/doc/MissingOptimizations.txt
@@ -0,0 +1,27 @@
+Optimizations that could be done:
+
+* FileProvider.mangleName() is called several times - should really call
+ just once per file nam... |
jalkanen/Priha | 560368491d1e02527cee5151ecdda09d7e5a6e7d | How about using a Set with a predictable iteration ordering? :-) | diff --git a/src/java/org/priha/core/SessionProvider.java b/src/java/org/priha/core/SessionProvider.java
index d5d7c8c..c9cb355 100644
--- a/src/java/org/priha/core/SessionProvider.java
+++ b/src/java/org/priha/core/SessionProvider.java
@@ -1,751 +1,751 @@
/*
Priha - A JSR-170 implementation library.
Copyr... |
jalkanen/Priha | 579365c70cfa7f0eac8b02f8be52a3d82013c454 | Nice speedups to listNodes() by using a TreeSet instead of ArrayList. | diff --git a/ChangeLog b/ChangeLog
index 926fa76..ce15a71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,522 +1,527 @@
2009-12-24 Janne Jalkanen <jalkanen@ecyrd.com>
* 0.6.6
* Added some speedups to ChangeStore, which now uses an internal
HashMap to find the latest change. Also, ... |
jalkanen/Priha | 796f25b55fb06e7f9753bdf96bba716af08db422 | Added dist-install target with lots of Ant magic. | diff --git a/build.xml b/build.xml
index 119f115..3b1aec1 100644
--- a/build.xml
+++ b/build.xml
@@ -1,289 +1,364 @@
<?xml version="1.0"?>
<!--
Priha - A JSR-170 implementation library.
Copyright (C) 2007-2009 Janne Jalkanen (Janne.Jalkanen@iki.fi)
Licensed under the Apache License, Version 2.0... |
jalkanen/Priha | e303f887b92b66b071e3d266393e8e251967a602 | Now has multi-column printing and a new test for itemExists(). | diff --git a/tests/java/org/priha/core/PerformanceTest.java b/tests/java/org/priha/core/PerformanceTest.java
index 446b8e4..fbff7ab 100644
--- a/tests/java/org/priha/core/PerformanceTest.java
+++ b/tests/java/org/priha/core/PerformanceTest.java
@@ -1,723 +1,782 @@
/*
Priha - A JSR-170 implementation library.
... |
jalkanen/Priha | 148a93541cbe5198b2b260645088c106c29a32ea | Slightly clarified exception message in some cases. | diff --git a/src/java/org/priha/core/SessionProvider.java b/src/java/org/priha/core/SessionProvider.java
index 6f0611e..b60a855 100644
--- a/src/java/org/priha/core/SessionProvider.java
+++ b/src/java/org/priha/core/SessionProvider.java
@@ -100,730 +100,730 @@ public class SessionProvider
* @throws RepositoryExc... |
jalkanen/Priha | 430e88323a3c7311f068b086777aff5f8b7b5e67 | Added some speedups to ChangeStore, which now uses an internal HashMap to find the latest change. Also, changed the internal implementation from LinkedList to ArrayList which speeds up iteration performance. This gives approx four times the speed increase to very large remove() and save() operations. | diff --git a/ChangeLog b/ChangeLog
index 65b31c5..926fa76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,522 @@
+2009-12-24 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.6.6
+
+ * Added some speedups to ChangeStore, which now uses an internal
+ HashMap to find the latest change. Also, ... |
jalkanen/Priha | ff25d4fb1ec28a7f5149146ff3d0cf6e7e1bc04e | Improved UUID cache speed when the Node did not have an UUID. | diff --git a/ChangeLog b/ChangeLog
index d5337db..65b31c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,519 +1,521 @@
2009-12-24 Janne Jalkanen <jalkanen@ecyrd.com>
* 0.6.5
* Fixed an off-by-one problem with SNS reordering; all internal
unit tests run now too!
+ ... |
jalkanen/Priha | 2cc9fb8fbdcc057825b97ece003b3c50cd7e0c73 | Fixed off-by-one error in internal SNS reordering. | diff --git a/ChangeLog b/ChangeLog
index b32f53e..d5337db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,514 +1,519 @@
2009-12-24 Janne Jalkanen <jalkanen@ecyrd.com>
+ * 0.6.5
+
+ * Fixed an off-by-one problem with SNS reordering; all internal
+ unit tests run now too!
+
... |
jalkanen/Priha | 70ca308d944e3a990a61a80a230d66d6d0b9195d | Fixed a number of compiler warnings. | diff --git a/tests/java/org/priha/core/MultiThreadTest.java b/tests/java/org/priha/core/MultiThreadTest.java
index 391f560..a6647f4 100644
--- a/tests/java/org/priha/core/MultiThreadTest.java
+++ b/tests/java/org/priha/core/MultiThreadTest.java
@@ -1,248 +1,248 @@
package org.priha.core;
import java.util.Random;
i... |
jalkanen/Priha | c7bb4ff427ed512ae8a7facb6b84bcc593fdfad1 | 0.6.4 alpha, improved release building. | diff --git a/build.xml b/build.xml
index baa39ed..a5ab5c8 100644
--- a/build.xml
+++ b/build.xml
@@ -1,260 +1,273 @@
<?xml version="1.0"?>
<!--
A rather non-fancy build file.
-->
<project name="Priha" default="jar">
<description>
Priha build file.
</description>
<property name="... |
jalkanen/Priha | 3eca4888183e7ff80cf8fda6bf387614ba81bf77 | Fixed licenses, removed mysql connector. | diff --git a/.classpath b/.classpath
index 8386e9b..6554b4f 100644
--- a/.classpath
+++ b/.classpath
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="tests/java"/>
<classpathentry kind="src" path="tests/tck"/>
<c... |
jalkanen/Priha | e34af24033320c847cd2d3da58d351574bc131ab | Added CheckStyle, and cleaned a number of warnings from the code base. | diff --git a/.checkstyle b/.checkstyle
new file mode 100644
index 0000000..2fbba5a
--- /dev/null
+++ b/.checkstyle
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<fileset-config file-format-version="1.2.0" simple-config="true">
+ <local-check-config name="Priha checkstyle configuration" location="internal... |
jalkanen/Priha | 367c8dd58214d27f75d8098172ecf8d0ab0a1dc2 | Reworked the SNS reordering again, and clarified some edge cases. Passes now TCK. | diff --git a/ChangeLog b/ChangeLog
index 84535a6..b32f53e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,521 @@
+2009-12-24 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.6.4
+
+ * Fixed some more issues with SNS reordering. This version now
+ passes the JSR-170 TCK with zero errors or f... |
jalkanen/Priha | 2778f1323e3f59b295559d1ac7c71de73cfe68a7 | Rewrote LocationStepQueryNode and PathStepQueryNode handling in such a way that we first collect potential matches at every step, narrowing down until we have a final set of matches. This solves quite a few deep query problems, as it's considerably simpler than what we were doing. Bah, too clever for my own good. It's... | diff --git a/ChangeLog b/ChangeLog
index 694731f..84535a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,519 @@
+2009-12-23 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.6.3
+
+ * Solved a fairly hairy graph matching issue in SimpleQueryProvider,
+ and I think finally deep queries work as they ... |
jalkanen/Priha | 8668ec7535956ab6db02626312772c83dd88079e | Small improvements in logging and commentary. | diff --git a/src/java/org/priha/core/ItemImpl.java b/src/java/org/priha/core/ItemImpl.java
index 40e02dd..2c589b8 100644
--- a/src/java/org/priha/core/ItemImpl.java
+++ b/src/java/org/priha/core/ItemImpl.java
@@ -1,338 +1,347 @@
/*
Priha - A JSR-170 implementation library.
Copyright (C) 2007 Janne Jalkanen... |
jalkanen/Priha | 8ec1b4200584056bd7896268c8fcdfd2eba04271 | * Bug 7: Running perftest is now possible even when Jackrabbit does not exist. Thanks to Kees Kuip. | diff --git a/ChangeLog b/ChangeLog
index cc9694c..953f818 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,523 @@
+2009-12-05 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * Bug 7: Running perftest is now possible even when Jackrabbit
+ does not exist. Thanks to Kees Kuip.
+
+ * Bug 6: compil... |
jalkanen/Priha | dafa1f7a0045c5d971be6062c02e23a05c018207 | * Slightly improved FileProvider serialization algorithm - the garbage collection is only performed every 30 seconds, tops. | diff --git a/ChangeLog b/ChangeLog
index 11774eb..cc9694c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,523 @@
+2009-11-24 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.6.1
+
+ * Slightly improved FileProvider serialization algorithm - the
+ garbage collection is only performed every 3... |
jalkanen/Priha | 22e2afe66df7942cefbfc1d7c35a1267b78ee8c5 | QNodeTypeManager now uses custom code instead of XPath.evaluate(), resulting in 4x startup speed. FileProvider now is a bit more fussy when determining filenames. | diff --git a/ChangeLog b/ChangeLog
index 6586170..11774eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,523 @@
+2009-10-30 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.6.0
+
+ * Improved repository startup speed by a factor of four; replaced
+ XPath.evaluate() with custom code.
+ ... |
jalkanen/Priha | b9a4daf30cb4c878483d36565b44b9a578e3032a | Added JdbcProviderTest. Fixed FileProvider to be case-sensitive even on case-insensitive file systems. | diff --git a/ChangeLog b/ChangeLog
index b3e4aec..6586170 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,519 @@
+2009-10-30 Janne Jalkanen <jalkanen@ecyrd.com>
+
+ * 0.5.7
+
+ * FileProvider is now case-sensitive even on case-insensitive file
+ systems.
+
2009-10-26 Janne J... |
jalkanen/Priha | 541d8c2643047e91bf92e9e741ed3694d83714fb | Added testPropertyCase1 | diff --git a/tests/java/org/priha/providers/FileProviderTest.java b/tests/java/org/priha/providers/FileProviderTest.java
index df5f873..ca9f39f 100644
--- a/tests/java/org/priha/providers/FileProviderTest.java
+++ b/tests/java/org/priha/providers/FileProviderTest.java
@@ -1,122 +1,133 @@
package org.priha.providers;
... |
jalkanen/Priha | 4e7c659cf3aac3527d4e282124b513c6ac2438c1 | Added FileProviderTest. | diff --git a/tests/java/org/priha/AbstractTest.java b/tests/java/org/priha/AbstractTest.java
index 0befd81..b5d1dc4 100644
--- a/tests/java/org/priha/AbstractTest.java
+++ b/tests/java/org/priha/AbstractTest.java
@@ -1,50 +1,53 @@
package org.priha;
-import javax.jcr.Node;
-import javax.jcr.NodeIterator;
-import jav... |
binaryage/totalfinder-i18n | 93d764e02ccfc2192d28d58df05d3db16d00bbc8 | Re-save all remaining XIBs with Xcode 14.2 (14C18). See below for more information. | diff --git a/plugin/XIBs/CutAndPaste.xib b/plugin/XIBs/CutAndPaste.xib
index f559850..44f271e 100644
--- a/plugin/XIBs/CutAndPaste.xib
+++ b/plugin/XIBs/CutAndPaste.xib
@@ -1,80 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19528" ta... |
binaryage/totalfinder-i18n | 23237e1b112ba246c694a7cd92f8918824284e45 | TotalFinderIconGrey: Add properly prescaled asset for use as a toolbar icon to avoid ugly unfiltered downscaling artifacts at runtime. | diff --git a/plugin/Icons/TotalFinderIconGrey.icns b/plugin/Icons/TotalFinderIconGrey.icns
new file mode 100644
index 0000000..a1fc78c
Binary files /dev/null and b/plugin/Icons/TotalFinderIconGrey.icns differ
|
binaryage/totalfinder-i18n | 44e93d99cab5971d56d569884eb53d2f91cedc71 | installer/readme: Update contents of the bundled readme to reflect the current state of TotalFinder as of 1.15.0. | diff --git a/installer/readme.html b/installer/readme.html
index cfdd51f..74f309b 100644
--- a/installer/readme.html
+++ b/installer/readme.html
@@ -1,353 +1,353 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="tex... |
binaryage/totalfinder-i18n | 249a9815a8015e9ca94d876d3fbfc0bcd9a8ec4c | make rubocop happy again | diff --git a/crashwatcher/ruby/extract-crash-info.rb b/crashwatcher/ruby/extract-crash-info.rb
index 5788ace..96ab516 100755
--- a/crashwatcher/ruby/extract-crash-info.rb
+++ b/crashwatcher/ruby/extract-crash-info.rb
@@ -1,115 +1,115 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
def parse_module_version(con... |
binaryage/totalfinder-i18n | 3d288c0fb3e923a828a5801b5bc91252da371528 | ja.lproj, nl.lproj: Add Japanese and Dutch localised strings for "Always use Finder icon rendering". | diff --git a/plugin/ja.lproj/TotalFinder.strings b/plugin/ja.lproj/TotalFinder.strings
index c729631..8e2826e 100644
--- a/plugin/ja.lproj/TotalFinder.strings
+++ b/plugin/ja.lproj/TotalFinder.strings
@@ -1,227 +1,227 @@
/* preferences */
"BASIC" = "åºæ¬";
"SYSTEM" = "ã·ã¹ãã ";
"Menus" = "ã¡ãã¥ã¼";
"Up... |
binaryage/totalfinder-i18n | dd5cb6d8f285d79684b777a07c715bfab7e6d60e | ColorfulSidebarPreferences: Add "Always use Finder icon rendering" preference, slated for TotalFinder 1.14.2 release. This preference changes the behaviour of the Colorful Sidebar feature by skipping TotalFinder's icon mapping lookup entirely, which is normally used for legacy skeuomorphic icons such as NSMediaBrowserM... | diff --git a/plugin/XIBs/ColorfulSidebarPreferences.xib b/plugin/XIBs/ColorfulSidebarPreferences.xib
index e899c4d..e33585c 100644
--- a/plugin/XIBs/ColorfulSidebarPreferences.xib
+++ b/plugin/XIBs/ColorfulSidebarPreferences.xib
@@ -1,45 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.Interf... |
binaryage/totalfinder-i18n | bac30410f5a2910c17c24306a65d4904f528eafd | TabsPreferences: Remove an erroneous width constraint that was causing localised versions of the "Freelance Windows" preference string to be cut off in languages that had a much longer string, such as Japanese. â» TODO: Also consider rewording the "Freelance Windows" preference entirely, since it is currently very unc... | diff --git a/plugin/XIBs/TabsPreferences.xib b/plugin/XIBs/TabsPreferences.xib
index 6199151..d9adb67 100644
--- a/plugin/XIBs/TabsPreferences.xib
+++ b/plugin/XIBs/TabsPreferences.xib
@@ -1,106 +1,103 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" tools... |
binaryage/totalfinder-i18n | d6460ea98f49bc2a568f17b86c621c908faa7cb8 | fix an uninstallation dialog typo | diff --git a/uninstaller/en.lproj/Localizable.strings b/uninstaller/en.lproj/Localizable.strings
index a3746fc..7a16e29 100644
--- a/uninstaller/en.lproj/Localizable.strings
+++ b/uninstaller/en.lproj/Localizable.strings
@@ -1,23 +1,23 @@
/* buttons */
"Quit" = "Quit";
"Cancel" = "Cancel";
"Uninstall" = "Uninstall"... |
binaryage/totalfinder-i18n | 377570d1ee6400f3e334230c2475841a8e293926 | indicate post-install launch of TotalFinder agent | diff --git a/plugin/com.binaryage.totalfinder.agent.plist b/plugin/com.binaryage.totalfinder.agent.plist
index 900b4a9..3abf1ca 100644
--- a/plugin/com.binaryage.totalfinder.agent.plist
+++ b/plugin/com.binaryage.totalfinder.agent.plist
@@ -1,18 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "... |
binaryage/totalfinder-i18n | dc6994bd0a687feafb0c5e6366165f70f886b8a6 | fix broken markup in th.lproj/PurchaseScreen.html | diff --git a/plugin/th.lproj/PurchaseScreen.html b/plugin/th.lproj/PurchaseScreen.html
index e5e3c13..eb041a5 100644
--- a/plugin/th.lproj/PurchaseScreen.html
+++ b/plugin/th.lproj/PurchaseScreen.html
@@ -1,26 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
... |
binaryage/totalfinder-i18n | 0413e9ce277eda7db4089978b91c248568034ef3 | remove hardcoded version in cy.lproj/InfoLine.html | diff --git a/plugin/cy.lproj/InfoLine.html b/plugin/cy.lproj/InfoLine.html
index 8506393..0afda27 100644
--- a/plugin/cy.lproj/InfoLine.html
+++ b/plugin/cy.lproj/InfoLine.html
@@ -1,7 +1,7 @@
<style>
html {font-family: 'Lucida Grande', arial; font-size: 10px; cursor: default; color: #999;}
html,body {overf... |
binaryage/totalfinder-i18n | 1f5c186566c9a864f4d058e458f1e5d1603fb5f5 | normalize he.lproj/InfoLine.html | diff --git a/plugin/he.lproj/InfoLine.html b/plugin/he.lproj/InfoLine.html
index 04ef9d7..6940e30 100644
--- a/plugin/he.lproj/InfoLine.html
+++ b/plugin/he.lproj/InfoLine.html
@@ -1,18 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
- <meta http-equi... |
binaryage/totalfinder-i18n | 98a69a457b0f8c012c09dd99b407ba15fd3b9ed2 | fix UTF-8 encoding in hu.lproj/LicensingInfo.html | diff --git a/plugin/hu.lproj/LicensingInfo.html b/plugin/hu.lproj/LicensingInfo.html
index 48a7384..d68ddcf 100644
--- a/plugin/hu.lproj/LicensingInfo.html
+++ b/plugin/hu.lproj/LicensingInfo.html
@@ -1,19 +1,19 @@
<style>
html{font-family:'Lucida Grande',arial;font-size:10px;cursor:default;color:#666;}
html... |
binaryage/totalfinder-i18n | 136a77ef02086bcfe2000f44ed4c7550dd6f5a70 | fix broken markup in el.lproj/PurchaseScreen.html | diff --git a/plugin/el.lproj/PurchaseScreen.html b/plugin/el.lproj/PurchaseScreen.html
index 3a324d8..3649e71 100644
--- a/plugin/el.lproj/PurchaseScreen.html
+++ b/plugin/el.lproj/PurchaseScreen.html
@@ -1,23 +1,23 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
... |
binaryage/totalfinder-i18n | e729bebae453f3a0114d64dadf5a013587a60e5b | make rubocop happy again | diff --git a/ruby/.rubocop.yml b/ruby/.rubocop.yml
index d85ac0c..bebf064 100644
--- a/ruby/.rubocop.yml
+++ b/ruby/.rubocop.yml
@@ -1,62 +1,63 @@
AllCops:
TargetRubyVersion: 2.7
+ NewCops: enable
Include:
- '*.rb'
- '*.rake'
Layout/LineLength:
Max: 126
Layout/SpaceAroundEqualsInParameterDefa... |
binaryage/totalfinder-i18n | d579abc8a8d092dff3e65ad0b24095c450269fc6 | uninstaller: fix broken uninstaller/he.lproj/Localizable.strings | diff --git a/uninstaller/he.lproj/Localizable.strings b/uninstaller/he.lproj/Localizable.strings
index 685f7d1..70bff96 100644
--- a/uninstaller/he.lproj/Localizable.strings
+++ b/uninstaller/he.lproj/Localizable.strings
@@ -1,23 +1,23 @@
/* buttons */
"Quit" = "×צ×××";
"Cancel" = "×××××";
"Uninstall" = "... |
binaryage/totalfinder-i18n | 094f9b6d97a52ae3dce110bee38978250c64b335 | ruby: implement merge_string_tables task | diff --git a/ruby/tasks.rake b/ruby/tasks.rake
index 91d5028..1ad829d 100644
--- a/ruby/tasks.rake
+++ b/ruby/tasks.rake
@@ -1,721 +1,758 @@
# frozen_string_literal: true
require 'rake'
require 'date'
require 'pp'
require 'colored2'
#############################################################################... |
binaryage/totalfinder-i18n | ecbf6931e6039755b5f1fc6e459e973ac2534b58 | ruby: make rubocop happy | diff --git a/ruby/tasks.rake b/ruby/tasks.rake
index fec4cfe..91d5028 100644
--- a/ruby/tasks.rake
+++ b/ruby/tasks.rake
@@ -1,704 +1,721 @@
# frozen_string_literal: true
-require 'date'
require 'rake'
+require 'date'
require 'pp'
+require 'colored2'
#############################################################... |
binaryage/totalfinder-i18n | 70ed3f534354e65212d8759dc7df29a131e943ab | ruby: apply automatic rubocop fixes | diff --git a/ruby/tasks.rake b/ruby/tasks.rake
index 2373013..fec4cfe 100644
--- a/ruby/tasks.rake
+++ b/ruby/tasks.rake
@@ -1,703 +1,704 @@
+# frozen_string_literal: true
+
require 'date'
require 'rake'
require 'pp'
################################################################################################
... |
binaryage/totalfinder-i18n | ffc7b115ec6901a5c0470b24f4e44ab547e9b5a1 | ruby: git ignore .idea | diff --git a/ruby/.gitignore b/ruby/.gitignore
new file mode 100644
index 0000000..723ef36
--- /dev/null
+++ b/ruby/.gitignore
@@ -0,0 +1 @@
+.idea
\ No newline at end of file
|
binaryage/totalfinder-i18n | acfda85af9c5a9c3557c48b7b57667ca256bbe76 | add rubocop config | diff --git a/ruby/.rubocop.yml b/ruby/.rubocop.yml
new file mode 100644
index 0000000..d85ac0c
--- /dev/null
+++ b/ruby/.rubocop.yml
@@ -0,0 +1,62 @@
+AllCops:
+ TargetRubyVersion: 2.7
+ Include:
+ - '*.rb'
+ - '*.rake'
+
+Layout/LineLength:
+ Max: 126
+
+Layout/SpaceAroundEqualsInParameterDefault:
+ Enforced... |
binaryage/totalfinder-i18n | 42daa1170a8bc39d49068ba280ef56204d4757ab | move ruby sources under /ruby | diff --git a/rakefile b/rakefile
index 2373013..a20ac6a 100644
--- a/rakefile
+++ b/rakefile
@@ -1,703 +1,3 @@
-require 'date'
-require 'rake'
-require 'pp'
+# frozen_string_literal: true
-################################################################################################
-# constants
-
-ROOT_DIR = File.... |
binaryage/totalfinder-i18n | 4f8c3343c5e8fc58e3b2499f205ba593ecfba5b2 | crashwatcher: update gist.rb | diff --git a/crashwatcher/ruby/vendor/gist.rb b/crashwatcher/ruby/vendor/gist.rb
index ea65be8..dd68b3a 100755
--- a/crashwatcher/ruby/vendor/gist.rb
+++ b/crashwatcher/ruby/vendor/gist.rb
@@ -1,578 +1,652 @@
#!/usr/bin/env ruby
# https://github.com/defunkt/gist/blob/master/lib/gist.rb
require 'net/https'
requi... |
binaryage/totalfinder-i18n | 8eb426165afa731fd37ba13160e69ca2fa33ea92 | crashwatcher: add .idea to gitignores | diff --git a/crashwatcher/ruby/.gitignore b/crashwatcher/ruby/.gitignore
new file mode 100644
index 0000000..723ef36
--- /dev/null
+++ b/crashwatcher/ruby/.gitignore
@@ -0,0 +1 @@
+.idea
\ No newline at end of file
|
binaryage/totalfinder-i18n | 8263f2d33115cefc45eb2e78bca6fb07dc758224 | crashwatcher: update rubocop config and make it happy again | diff --git a/crashwatcher/ruby/.rubocop.yml b/crashwatcher/ruby/.rubocop.yml
index 5257a13..11edbbd 100644
--- a/crashwatcher/ruby/.rubocop.yml
+++ b/crashwatcher/ruby/.rubocop.yml
@@ -1,64 +1,65 @@
AllCops:
- TargetRubyVersion: 2.6
+ TargetRubyVersion: 2.7
Include:
- '**/*.rb'
- '**/Gemfile'
- '**... |
binaryage/totalfinder-i18n | b2774b9505f3589140ef6c5cc922a38a10e77bc7 | add gray icon for preferences toolbar under Big Sur | diff --git a/plugin/totalfinder_gray.png b/plugin/totalfinder_gray.png
new file mode 100644
index 0000000..09eda26
Binary files /dev/null and b/plugin/totalfinder_gray.png differ
|
binaryage/totalfinder-i18n | 1a84139976b29dbb4afdb04b95f2b993de73fc5b | migrate about preferences to WKWebView and tweak constraints | diff --git a/plugin/ShellPreferences.xib b/plugin/ShellPreferences.xib
index 97aa7cf..2bbeb65 100644
--- a/plugin/ShellPreferences.xib
+++ b/plugin/ShellPreferences.xib
@@ -1,320 +1,317 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15400" ... |
binaryage/totalfinder-i18n | 9964331c16520a6136ec71b43ed1ed9126251938 | Fixed typo on line 08 | diff --git a/crashwatcher/es.lproj/Localizable.strings b/crashwatcher/es.lproj/Localizable.strings
index c45e35e..468107e 100644
--- a/crashwatcher/es.lproj/Localizable.strings
+++ b/crashwatcher/es.lproj/Localizable.strings
@@ -1,20 +1,20 @@
"crashDialogHeader" = "TotalFinder se ha cerrado inesperadamente";
"crashDi... |
binaryage/totalfinder-i18n | ad44793fb23cc33fa063ad76a5aed4307d44c252 | remove "Freelance Windows" localizations | diff --git a/plugin/ar.lproj/Tabs.strings b/plugin/ar.lproj/Tabs.strings
index 44d336c..4ad32cb 100644
--- a/plugin/ar.lproj/Tabs.strings
+++ b/plugin/ar.lproj/Tabs.strings
@@ -1,16 +1,13 @@
"TotalFinder - unregistered version" = "TotalFinder - ÙØ³Ø®Ø© ØºÙØ± Ù
Ø³Ø¬ÙØ©";
"TotalFinder - 1 day left - buy now!" = "Tot... |
binaryage/totalfinder-i18n | 00830ec423c60a793dd38a3479bf6641d43de2b0 | remove "Freelance Windows" check box from UI | diff --git a/plugin/TabsPreferences.xib b/plugin/TabsPreferences.xib
index fe9da02..c340792 100644
--- a/plugin/TabsPreferences.xib
+++ b/plugin/TabsPreferences.xib
@@ -1,103 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15400" targe... |
binaryage/totalfinder-i18n | 0b5aedeb90b530ac133e72bb04cef069436d3aaf | re-save xib files under Xcode 11.1 | diff --git a/crashwatcher/CrashWatcher.xib b/crashwatcher/CrashWatcher.xib
index b3fd664..45829db 100644
--- a/crashwatcher/CrashWatcher.xib
+++ b/crashwatcher/CrashWatcher.xib
@@ -1,157 +1,158 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion=... |
binaryage/totalfinder-i18n | 599ce9cdf77da04c4cc527cf295f471a2ee80f3a | review constraints for cut and paste menu buttons | diff --git a/plugin/CutAndPaste.xib b/plugin/CutAndPaste.xib
index 8b65aa0..e896a2c 100644
--- a/plugin/CutAndPaste.xib
+++ b/plugin/CutAndPaste.xib
@@ -1,87 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13189.4" targetRuntime="MacOS... |
binaryage/totalfinder-i18n | d4bbeff2034b2b41c0acd4c25e60f7b05f1686e7 | crashwatcher: force external encoding to UTF-8 | diff --git a/crashwatcher/ruby/upload-gist.rb b/crashwatcher/ruby/upload-gist.rb
index fcfbdad..27f348a 100755
--- a/crashwatcher/ruby/upload-gist.rb
+++ b/crashwatcher/ruby/upload-gist.rb
@@ -1,32 +1,37 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
# https://github.com/defunkt/gist/blob/master/lib/gist.rb
... |
binaryage/totalfinder-i18n | 8858ed549060a225708db6e5676bdf56c89c4d7a | crashwatcher: make rubocop happy again | diff --git a/crashwatcher/ruby/.rubocop.yml b/crashwatcher/ruby/.rubocop.yml
index ca9744e..5257a13 100644
--- a/crashwatcher/ruby/.rubocop.yml
+++ b/crashwatcher/ruby/.rubocop.yml
@@ -1,63 +1,64 @@
AllCops:
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.6
Include:
+ - '**/*.rb'
- '**/Gemfile'
- '**... |
binaryage/totalfinder-i18n | 20583670ad65e2d862a90f193029d2270751459c | uninstaller: use PRODUCT_BUNDLE_IDENTIFIER in Info.plist | diff --git a/uninstaller/Info.plist b/uninstaller/Info.plist
index 666982d..05a2749 100644
--- a/uninstaller/Info.plist
+++ b/uninstaller/Info.plist
@@ -1,32 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist v... |
binaryage/totalfinder-i18n | 0240417c1851554ed4690f51a355fa54d8fba950 | added Latvian language translation | diff --git a/crashwatcher/lv.lproj/Localizable.strings b/crashwatcher/lv.lproj/Localizable.strings
new file mode 100644
index 0000000..aee8691
--- /dev/null
+++ b/crashwatcher/lv.lproj/Localizable.strings
@@ -0,0 +1,20 @@
+"crashDialogHeader" = "TotalFinder negaidÄ«ti pÄrtrauca darboties";
+"crashDialogMsg" = "MÄs at... |
binaryage/totalfinder-i18n | c650e4aab94f7090f94079b1d67bfd9922a154ee | convert pin button tiff images to png | diff --git a/plugin/PinIconOffActive.png b/plugin/PinIconOffActive.png
new file mode 100644
index 0000000..f22dacb
Binary files /dev/null and b/plugin/PinIconOffActive.png differ
diff --git a/plugin/PinIconOffActive.tif b/plugin/PinIconOffActive.tif
deleted file mode 100644
index 2a5cf70..0000000
Binary files a/plugin/... |
binaryage/totalfinder-i18n | a6abf3cd3f0955b4514bb39dbbe2505e9a001b63 | Revert "uninstaller: remove TotalFinderFileProvider if possible" | diff --git a/uninstaller/uninstall.applescript b/uninstaller/uninstall.applescript
index 0c9a3a0..625978c 100644
--- a/uninstaller/uninstall.applescript
+++ b/uninstaller/uninstall.applescript
@@ -1,159 +1,148 @@
on run
set newline to ASCII character 10
set stdout to ""
set stdout to stdout & " shutdown TotalFi... |
binaryage/totalfinder-i18n | c15f27dff38934d05b2ccde2544813f44e55b45f | Revert "actually remove TotalFinderFileProvider.bundle in uninstallation script" | diff --git a/uninstaller/uninstall.applescript b/uninstaller/uninstall.applescript
index 5a76915..0c9a3a0 100644
--- a/uninstaller/uninstall.applescript
+++ b/uninstaller/uninstall.applescript
@@ -1,163 +1,159 @@
on run
set newline to ASCII character 10
set stdout to ""
set stdout to stdout & " shutdown TotalFi... |
binaryage/totalfinder-i18n | 52d6247c71a9e6da6ae25083e20aab013ed1dfe3 | actually remove TotalFinderFileProvider.bundle in uninstallation script | diff --git a/uninstaller/uninstall.applescript b/uninstaller/uninstall.applescript
index 0c9a3a0..5a76915 100644
--- a/uninstaller/uninstall.applescript
+++ b/uninstaller/uninstall.applescript
@@ -1,159 +1,163 @@
on run
set newline to ASCII character 10
set stdout to ""
set stdout to stdout & " shutdown TotalFi... |
binaryage/totalfinder-i18n | 2904a72b52044c1eaa6ea7d673a914936a356cd3 | uninstaller: remove TotalFinderFileProvider if possible | diff --git a/uninstaller/uninstall.applescript b/uninstaller/uninstall.applescript
index 625978c..0c9a3a0 100644
--- a/uninstaller/uninstall.applescript
+++ b/uninstaller/uninstall.applescript
@@ -1,148 +1,159 @@
on run
set newline to ASCII character 10
set stdout to ""
set stdout to stdout & " shutdown TotalFi... |
binaryage/totalfinder-i18n | 02a4079cdead2a162df02f7d8d3a550441efca49 | fix whitespace in uninstaller script | diff --git a/uninstaller/uninstall.applescript b/uninstaller/uninstall.applescript
index 100493e..625978c 100644
--- a/uninstaller/uninstall.applescript
+++ b/uninstaller/uninstall.applescript
@@ -1,148 +1,148 @@
on run
set newline to ASCII character 10
set stdout to ""
set stdout to stdout & " shutdown TotalFi... |
binaryage/totalfinder-i18n | 200a08c74531db34f0aeee983f2fb6a8551b41b9 | add dark mode versions of tab icons | diff --git a/plugin/newtab_hover_dark.png b/plugin/newtab_hover_dark.png
new file mode 100644
index 0000000..4504847
Binary files /dev/null and b/plugin/newtab_hover_dark.png differ
diff --git a/plugin/newtab_hover_dark@2x.png b/plugin/newtab_hover_dark@2x.png
new file mode 100644
index 0000000..939a8e1
Binary files /d... |
binaryage/totalfinder-i18n | c5a025149f0c8ad61d38d0ccaa32ddba0d8a2b9b | refer to https://totalfinder.binaryage.com/sip | diff --git a/installer/en.lproj/welcome.rtf b/installer/en.lproj/welcome.rtf
index ca0a1d7..f348aa9 100644
--- a/installer/en.lproj/welcome.rtf
+++ b/installer/en.lproj/welcome.rtf
@@ -1,34 +1,34 @@
{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf600
\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
{\co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.