Commit Graph

  • 32da0ffd48 `DictOfDict.update()` is now recursive Louis 2015-10-19 17:14:44 +0200
  • 436fc28157 Merge pull request #118 from patacrep/one_language Louis 2015-10-19 00:34:06 +0200
  • 8029ff9bed Songbook file extension can be omitted. Louis 2015-10-19 00:29:02 +0200
  • e60485405c [test] Add compilation tests Louis 2015-10-19 00:15:58 +0200
  • 57ab47f829 [test] New test case for compilation test Louis 2015-10-18 23:09:25 +0200
  • a5b123c5a7 Bugfix: the language must be string (and not an array) #118 Oliverpool 2015-10-18 21:04:09 +0200
  • 22d7cb82bb [example] Ignore tex files Louis 2015-10-18 20:43:32 +0200
  • 08dc14bf59 [example] Add datadir2 to example Louis 2015-10-18 20:37:01 +0200
  • 942818902b [WIP] Create a `DictOfDict` class Louis 2015-10-18 20:34:38 +0200
  • 133a13e0f6 Only one language per song (the latest defined) Oliverpool 2015-10-16 10:13:12 +0200
  • e753cca8f6 Change `songs.Song` signature Louis 2015-10-17 21:19:13 +0200
  • 2e000b5c80 Remove useless method Louis 2015-10-17 21:14:05 +0200
  • aeb10c3c2a Revert "Add an option to remember the confirmation choice with a *" Louis 2015-10-14 15:56:44 +0200
  • 15251b8d8e Moved example directory at the root of repository Louis 2015-10-12 23:51:18 +0200
  • f812d8b4ba Merge pull request #112 from patacrep/newline Louis 2015-10-12 23:50:18 +0200
  • 33328e789f Directives are allowed only on their own line (with nothing else on this line) #112 Louis 2015-10-12 23:45:01 +0200
  • 1b0c175982 Merge pull request #108 from patacrep/convert oliverpool 2015-10-12 22:18:45 +0200
  • c2bd2db84c Only skip if the dest did not exist #108 Oliverpool 2015-10-12 22:15:24 +0200
  • 3ae9a20d52 Typo in confirmation message Oliverpool 2015-10-12 22:12:42 +0200
  • e6acaab45e Convert the song only if necessary Oliverpool 2015-10-12 22:09:06 +0200
  • 0ea1cde0e0 Add an option to remember the confirmation choice with a * Oliverpool 2015-10-12 22:07:27 +0200
  • 042f2e6286 Merge pull request #113 from patacrep/steps Louis 2015-10-12 21:52:46 +0200
  • 3e2be8112a Command `convert` no longer creates cache Louis 2015-10-12 21:51:07 +0200
  • 354e3582c8 Can now convert several files in a single command Louis 2015-10-12 21:42:00 +0200
  • efa1b5e4c9 Remove useless argument; Add docstring #113 Louis 2015-10-12 21:17:45 +0200
  • 20310279c5 [WIP] add an html test (failing) Oliverpool 2015-10-12 18:53:43 +0200
  • b3c5b2984b Merge branch 'master' into newline Louis 2015-10-12 17:26:02 +0200
  • 124e11b20c Code simplification Louis 2015-10-12 17:10:29 +0200
  • 39b61959f8 Directive {newline} is correctly parsed and rendered Louis 2015-10-12 00:32:18 +0200
  • 23ddb1beb5 Step interpolation: Build interpolation dictionary only once Louis 2015-10-11 11:09:35 +0200
  • 83ba7ce62c [examples] Add an example with a second datadir Louis 2015-10-11 10:59:05 +0200
  • 352aff24b0 [songbook] Added step interpolation Louis 2015-10-09 22:51:09 +0200
  • f93f7b904a Merge pull request #110 from patacrep/nolyrics Louis 2015-10-08 13:52:11 +0200
  • 1086ff06a7 Bugfix for linebreak support #110 Oliverpool 2015-10-08 08:59:53 +0200
  • 03881bf9b9 [test] Added an example songbook with several tests Louis 2015-10-08 00:35:18 +0200
  • 82db9f39b6 Add more precise error message Louis 2015-10-08 00:23:57 +0200
  • e6d8db254e Remove unwanted space on lyric books when writing only chords Oliverpool 2015-10-07 20:57:34 +0200
  • 9585f071ac Add newline support in nolyrics environments Oliverpool 2015-10-07 20:51:34 +0200
  • fec475b5ef Added a command line tool to convert between file formats Louis 2015-10-07 15:46:11 +0200
  • 865b902be2 Merge pull request #105 from patacrep/nolyrics Louis 2015-10-07 15:20:30 +0200
  • 32a0065ef2 Proposition of support for verse without lyrics #105 Oliverpool 2015-10-06 16:04:40 +0200
  • 958eb66c62 Merge branch 'master' into authors Louis 2015-10-06 08:59:42 +0200
  • fc328658ce [WIP] Does not work Louis 2015-10-03 21:33:49 +0200
  • 3e3b689c0b Improve authors processing #97 Louis 2015-10-03 22:51:35 +0200
  • 6f74c8b55a [WIP] Detect verses not containing any lyrics. Louis 2015-09-27 19:58:03 +0200
  • 061411e3ae Merge branch 'poc_html_rendering' Oliverpool 2015-09-24 11:05:22 +0200
  • c11a59db7b Allow the search_image and search_partition to return None #103 Oliverpool 2015-09-24 10:49:42 +0200
  • f21bdda2ef [test] One class contain one test method per file Louis 2015-09-23 23:27:38 +0200
  • 8b79dd881e Close file after reading Louis 2015-09-23 23:27:22 +0200
  • 8e480a3342 Pylint Louis 2015-09-23 21:47:51 +0200
  • 3779567fea Deleted method `cover_filepath` Louis 2015-09-23 21:27:26 +0200
  • becea663ea Silent changes to `seach_*()` methods; using `search_*()` filters in templates Louis 2015-09-23 20:18:47 +0200
  • 1a6507f175 Template directories is now an argument to the `render()` method Louis 2015-09-23 19:50:45 +0200
  • b73027c865 Clarified signature of `patacrep.songs.ChordproSong.render()` Louis 2015-09-23 19:38:37 +0200
  • fe26591b72 Deleted useless parameter. May be added later (I think it does break some tests) Louis 2015-09-23 17:56:45 +0200
  • 3a9f5aadce Renamed `Song.parse()` to `Song._parse()` (as this method is private) Louis 2015-09-23 17:37:19 +0200
  • af893a15de Search for the images and partitions in HTML template Oliverpool 2015-09-22 16:06:35 +0200
  • 56c7c39b05 Allow custom path to song templates Oliverpool 2015-09-22 15:07:22 +0200
  • b9e542cf54 Complete HTML template Oliverpool 2015-09-22 14:54:54 +0200
  • efdb79cac9 search_file returns absolute filepath Oliverpool 2015-09-21 07:41:04 +0200
  • 51d6ecd8a7 Allow to render only selected elements of a song Oliverpool 2015-09-20 16:10:55 +0200
  • 5ab211315e Improved sub-template rendering Louis 2015-09-19 19:55:54 +0200
  • 176db61929 Add a pretty_chord property to Chord for HTML rendering Oliverpool 2015-09-19 15:17:31 +0200
  • 9a834f826a Start the html template Oliverpool 2015-09-19 14:58:11 +0200
  • 6dd9bba528 Split latex template with body Oliverpool 2015-09-19 14:25:28 +0200
  • d4eb28ba94 lint fix Oliverpool 2015-09-19 14:24:58 +0200
  • fd7216d5cb Template is an argument of the render method Oliverpool 2015-09-19 14:09:12 +0200
  • 7161a08b8b Reorganize chordpro templates Oliverpool 2015-09-19 14:06:15 +0200
  • f7847d4ab7 Merge pull request #98 from patacrep/api_getter Louis 2015-09-18 20:53:28 +0200
  • e49ba05514 Yield datadirs #98 Oliverpool 2015-09-18 17:21:04 +0200
  • 996652401e Cleanup methods for search image and cover Oliverpool 2015-09-18 09:17:56 +0200
  • eab22ad862 Use the new methods to search for a file related to a song Oliverpool 2015-09-18 09:11:59 +0200
  • 6353a9da38 Add a method to list valid datadirectories of a song Oliverpool 2015-09-18 09:02:03 +0200
  • 722ff043ae Add a method to search for a file related to a song Oliverpool 2015-09-18 08:49:11 +0200
  • b551986f34 typo Louis 2015-09-17 23:49:46 +0200
  • c440a1c0be Merge branch 'authors' of github.com:patacrep/patacrep into authors Louis 2015-09-17 23:47:52 +0200
  • b4e06bf77d Some more tests Louis 2015-09-17 23:41:55 +0200
  • 5ccfa6bb5a Some more tests Louis 2015-09-17 23:41:55 +0200
  • 044d9570ae Use search_image to find cover file Oliverpool 2015-09-17 16:33:48 +0200
  • 220d7c6001 Add a default return when search_image fails (breaks some tests) Oliverpool 2015-09-17 16:31:11 +0200
  • 585b343bc9 Add property to return key with utf8 alterations Oliverpool 2015-09-17 15:48:38 +0200
  • ec389a4fba Add missing docstrings Oliverpool 2015-09-17 15:31:45 +0200
  • 1baf52ec39 Nicer getter Oliverpool 2015-09-17 15:23:18 +0200
  • 6e1b47ac86 Add method to retrieve the fullpath of the cover file Oliverpool 2015-09-17 15:06:29 +0200
  • d6c741d40b Add getter method to OrderedLifoDict Oliverpool 2015-09-17 14:31:49 +0200
  • 10eaea4395 Add more artist name tests Oliverpool 2015-09-17 12:57:41 +0200
  • 7d7bdd0417 Merge pull request #96 from patacrep/fix_verse Louis 2015-09-17 12:43:55 +0200
  • 3b97b5ad14 Remove {start/end_of_verse}, fix #91 #96 Oliverpool 2015-09-14 20:53:32 +0200
  • 79826e97b2 Merge pull request #90 from patacrep/ukulele_define oliverpool 2015-09-17 12:25:12 +0200
  • 93e40ebce0 Allow Ukulele defines #90 Oliverpool 2015-09-14 19:58:54 +0200
  • ad50ae1ec9 [test] Test authors.py module Louis 2015-09-15 22:38:18 +0200
  • 24d49cb29e [test] Moved tests to their own directory Louis 2015-09-15 22:23:00 +0200
  • ca2b74c90f [test] Corrected failing test Louis 2015-09-15 21:59:48 +0200
  • 954d8de6ab [chordpro][test] Improved test description Louis 2015-09-14 22:51:10 +0200
  • d3497d7af5 Merge 08dbf980c7 into 97b9585107 #89 oliverpool 2015-09-14 18:33:49 +0000
  • 97b9585107 Merge pull request #88 from patacrep/fix_author Louis 2015-09-14 20:03:06 +0200
  • 08dbf980c7 Create separate TestCases for each test file #89 Oliverpool 2015-09-14 18:44:51 +0200
  • 0b47d69a51 Easily create missing .tex or .sgc from .source Oliverpool 2015-09-14 17:43:51 +0200
  • c4bff36822 The template shouldn't add a space artist name #88 Oliverpool 2015-09-14 17:34:52 +0200
  • 876d2fa884 Merge pull request #79 from patacrep/chordpro Luthaf 2015-09-11 23:22:15 +0200