Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1096)

Issue 4312057: shortened flags affair, part 8: choosing appropriate flag (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by Janek Warchol
Modified:
12 years, 11 months ago
Reviewers:
Visibility:
Public.

Description

shortened flags affair, part 8: choosing appropriate flag This is a first draft of the code that will choose appropriate flag and attach it to stem. feta-flags.mf has changed structure - eventually there will be many (5-10) lengths of each flag. I've added one shortened version of each flags; these are by no means ultimate (their shape will depend on 'shortening' parameter much more) and their only purpose is to test how c++ code works.

Patch Set 1 #

Patch Set 2 : fix one indent #

Patch Set 3 : font-size influenced flag variant chosen #

Patch Set 4 : fix line width #

Patch Set 5 : extracting flag lengths from font #

Total comments: 1

Patch Set 6 : fixed flag info extractor (array is now initialized!) #

Patch Set 7 : some vectors. #

Patch Set 8 : cleaning some trash #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+251 lines, -34 lines) Patch
M lily/stem.cc View 1 2 3 4 5 6 3 chunks +124 lines, -2 lines 1 comment Download
M mf/feta-flags.mf View 1 2 3 4 5 6 15 chunks +127 lines, -32 lines 0 comments Download

Messages

Total messages: 23
Janek Warchol
Hi, here comes the main part: code that chooses flags. I'm aware that it's quite ...
13 years, 1 month ago (2011-03-26 19:40:02 UTC) #1
Janek Warchol
New patch set uploaded. Font size is now taken into account when calculating flag variants ...
13 years, 1 month ago (2011-03-27 11:03:19 UTC) #2
Janek Warchol
http://codereview.appspot.com/4312057/diff/10001/lily/stem.cc File lily/stem.cc (right): http://codereview.appspot.com/4312057/diff/10001/lily/stem.cc#newcode744 lily/stem.cc:744: flag_style = "standard"; Of course this will be properly ...
13 years, 1 month ago (2011-03-28 22:15:29 UTC) #3
Janek Warchol
Sorry, i clicked "publish" button too fast. New patch set uploaded, 1 TODO partly eliminated. ...
13 years, 1 month ago (2011-03-28 22:16:35 UTC) #4
Janek Warchol
New patch set uploaded, minor bugfix.
13 years, 1 month ago (2011-03-29 04:56:21 UTC) #5
Janek Warchol
New patch set uploaded. After a week of trying, there is probably nothing more that ...
13 years, 1 month ago (2011-04-03 09:05:31 UTC) #6
MikeSol
Hey all, I don't have time for a few days to check this out in ...
13 years, 1 month ago (2011-04-03 11:09:02 UTC) #7
Graham Percival (old account)
This patch loses flags! is that deliberate?! stem-tremolo.ly flags-default.ly beam-collision-beamcount.ly ... etc... Have you tried ...
13 years, 1 month ago (2011-04-04 00:49:55 UTC) #8
Janek Warchol
2011/4/4 <percival.music.ca@gmail.com> > > This patch loses flags! is that deliberate?! > stem-tremolo.ly > flags-default.ly ...
13 years, 1 month ago (2011-04-04 08:51:32 UTC) #9
Graham Percival
On Mon, Apr 04, 2011 at 10:51:16AM +0200, Janek Warchoł wrote: > 2011/4/4 <percival.music.ca@gmail.com> > ...
13 years, 1 month ago (2011-04-04 16:51:29 UTC) #10
Graham Percival (old account)
The latest patch dies badly when trying to compile flags-in-scheme.ly programming error: ignoring weird minimum ...
13 years, 1 month ago (2011-04-05 02:51:51 UTC) #11
Janek Warchol
2011/4/4 Graham Percival <graham@percival-music.ca> > Ah. Well, unfortunately we (as a developer community) do not ...
13 years, 1 month ago (2011-04-06 08:36:31 UTC) #12
Graham Percival
On Wed, Apr 06, 2011 at 10:36:15AM +0200, Janek Warchoł wrote: > 2011/4/4 Graham Percival ...
13 years, 1 month ago (2011-04-07 09:52:10 UTC) #13
Janek Warchol
Hi all, 2011/4/7 Graham Percival <graham@percival-music.ca> > > On Wed, Apr 06, 2011 at 10:36:15AM ...
13 years ago (2011-04-14 23:07:17 UTC) #14
Graham Percival
On Fri, Apr 15, 2011 at 01:07:02AM +0200, Janek Warchoł wrote: > Hi all, > ...
13 years ago (2011-04-15 09:46:58 UTC) #15
Janek Warchol
2011/4/15 Graham Percival <graham@percival-music.ca>: > On Fri, Apr 15, 2011 at 01:07:02AM +0200, Janek Warchoł ...
13 years ago (2011-04-15 21:17:40 UTC) #16
Graham Percival
On Fri, Apr 15, 2011 at 11:17:23PM +0200, Janek Warchoł wrote: > 2011/4/15 Graham Percival ...
13 years ago (2011-04-16 11:22:26 UTC) #17
Janek Warchol
2011/4/16 Graham Percival <graham@percival-music.ca> > > On Fri, Apr 15, 2011 at 11:17:23PM +0200, Janek ...
13 years ago (2011-04-16 20:10:50 UTC) #18
Janek Warchol
2011/4/16 Janek Warchoł <lemniskata.bernoullego@gmail.com>: > 2011/4/16 Graham Percival <graham@percival-music.ca> >> There are lots of tasks ...
13 years ago (2011-04-16 20:26:19 UTC) #19
Graham Percival
On Sat, Apr 16, 2011 at 10:26:03PM +0200, Janek Warchoł wrote: > 2011/4/16 Janek Warchoł ...
13 years ago (2011-04-17 08:37:57 UTC) #20
Janek Warchol
2011/4/17 Graham Percival <graham@percival-music.ca> > > On Sat, Apr 16, 2011 at 10:26:03PM +0200, Janek ...
13 years ago (2011-04-17 21:29:38 UTC) #21
Graham Percival (old account)
I believe that this particular issue has been pushed -- could you officially close it? ...
12 years, 11 months ago (2011-06-08 19:14:03 UTC) #22
Janek Warchol
12 years, 11 months ago (2011-06-09 15:10:35 UTC) #23
2011/6/8  <percival.music.ca@gmail.com>:
> I believe that this particular issue has been pushed

No, it wasn't. Actually, it was discarded (because of mess and/or my
problems with git, i don't remember now);
http://codereview.appspot.com/4410049/ is what matters now in the
topic of shortened flags.

> -- could you
> officially close it?  Click on "edit" in on the left-hand side of the
> codereview interface.

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b