
- 8.1. ¿Cómo introduzco varios autores?
- 8.2. Can I modify what the printed page looks like?
- 8.3. ¿Cómo agrupo por una propieda distinta a las listadas en la barra de herramientas?
- 8.4. Why does all that gobbledy-gook show up when I run Tellico?
- 8.5. ¿Cómo cambio qué columnas se muestran?
- 8.6. How do I filter by something like the "Read" field?
- 8.7. How do I add new entry templates?
- 8.8. Compiling and installing went fine, but when Tellico starts up, the window is blank. What's wrong?
- 8.9. ¿Cómo exporto campos adicionales de bibtex?
- 8.10. What happened to Bookcase?
- 8.11. ¿El nombre Tellico tiene que ver con algo?
- 8.12. ¿Por qué se incluyen todos esos enlaces a Amazon.com en los resultados de búsqueda?
- 8.13. ¿Por qué no utiliza una base de datos real?
8.1. | ¿Cómo introduzco varios autores? |
Los nombres de los autores deben separarse con punto y coma, como en Otras propiedades que permiten múltiples valores, como «género» o «palabras clave», se rellenan de la misma forma, con los valores separados por punto y coma (;). | |
8.2. | Can I modify what the printed page looks like? |
Yes, most certainly. Find the file Be aware that the | |
8.3. | ¿Cómo agrupo por una propieda distinta a las listadas en la barra de herramientas? |
Para permitir la agrupación por un campo que de manera predeterminada no lo permite, marque la casilla «Permitir agrupar» para ese campo en concreto en el diálogo «Campos de colección». | |
8.4. | Why does all that gobbledy-gook show up when I run Tellico? |
Stuff like:
is debug info. At compile time, this can be stopped by compiling with the The last message is slightly different, it just means your Qt™ installation was compiled with some debugging information. Or, if Tellico is already installed, run | |
8.5. | ¿Cómo cambio qué columnas se muestran? |
Haga clic derecho en la barra de cabecera. Puede también arrastrar las cabeceras para reordenar las columnas, y hacer clic sobre ellas para ordenarlas según ese campo. | |
8.6. | How do I filter by something like the "Read" field? |
Internally, the checkbox fields in Tellico are saved as "true", so if you'd like to filter to show only the science fiction books which you've not read, for example, then you have two rules. Make sure the "Match all of the following" button is checked. Set the first rule to have "Genre" "contains" "Science Fiction" (no quotes) and the second rule to have "Read" "does not contain" "true" (no quotes). Also, the quick filter in the toolbar will match any field, and if there is a non-word character, the text is interpreted as a regular expression. So if you quickly want to filter your books to show those by Weber or Bujold, then type "weber|bujold" (no quotes) in the toolbar. | |
8.7. | How do I add new entry templates? |
Entry templates should be saved in Templates for the Report Dialog are saved in | |
8.8. | Compiling and installing went fine, but when Tellico starts up, the window is blank. What's wrong? |
KDE programs look for data in the locations defined in the $ | |
8.9. | ¿Cómo exporto campos adicionales de bibtex? |
Tellico utiliza la propiedad bibtex para saber cómo exportar los campos bibtex. Si desea incluir campos adicionales para exportar, como un resumen, abra el Diálogo de campos de la colección y haga clic en el botón . Añada una propiedad bibtex con el valor resumen. Así, cuando exporte a bibtex o a bibtexml, esa propiedad será usada para el nombre del campo bibtex. | |
8.10. | What happened to Bookcase? |
Due to a trademark conflict, Bookcase was renamed Tellico in September 2004. Tellico 0.12 was then released, which was identical to Bookcase 0.11, except for the name change. | |
8.11. | ¿El nombre Tellico tiene que ver con algo? |
I thought about several other names, a few of which were connected with book collections. However, Tellico can handle more than just books, and besides, this is a hobby, so I chose a neat-sounding (to me) name, one taken from a town close to where I grew up. | |
8.12. | ¿Por qué se incluyen todos esos enlaces a Amazon.com en los resultados de búsqueda? |
Los términos de uso para acceder a los servicios web de Amazon.com requieren que todas las imágenes que se obtengan del servicio tengan un enlace a Amazon.com, además de un enlace adicional. La ID de asociado a Amazon.com es incluida necesariamente, de forma que los pagos por referencia son debidamente recogidos. | |
8.13. | ¿Por qué no utiliza una base de datos real? |
Part of the reason I started Tellico was to learn C++. I didn't know SQL at the time, and at the moment, I only have a faint knowledge of how to use it. Simply put, Tellico didn't start out as a relational database, and that won't change until sometime in the future when I get around to learning SQL and have the time and motivation to change the data model. If that bothers you, well, don't use Tellico then. Por supuesto, cualquiera puede realizar los cambios que desee sobre el código fuente. |