Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  no resume on text viewer?
« previous next »
  • Print
Pages: 1 [2] 3

Author Topic: no resume on text viewer?  (Read 10680 times)

Offline the_winch

  • Member
  • *
  • Posts: 53
    • website
Re: no resume on text viewer?
« Reply #15 on: September 10, 2006, 01:57:21 PM »
If it's just an old version the source is in cvs. Based on whats in roolku post it's here.
« Last Edit: September 10, 2006, 02:00:29 PM by the_winch »
Logged

Offline whatchamacallit

  • Member
  • *
  • Posts: 92
    • My Homepage
Re: no resume on text viewer?
« Reply #16 on: September 10, 2006, 02:17:03 PM »
Thanks the_winch,

well, that's a lot of stuff.
I don't really understand why, given the fact that it's there and that there are obviously quite some people who'd like to see the bookmark feature back, none of the active Rockboxers has yet made an attempt to integrate it into the current build again, but to comply with the GPL as pointed out by Llorean, I'll just put this into a word document and post it on my homepage along with the two files.
Greetings,

whatchamacallit
Logged
Hi-Tech is a wonderful thing - imagine how boring life would be without the hours you spend trying to fix all the little problems you wouldn't be having without it...

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: no resume on text viewer?
« Reply #17 on: September 10, 2006, 09:04:46 PM »
I've merged the two related threads on this topic.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline stanelie

  • Member
  • *
  • Posts: 30
Re: no resume on text viewer?
« Reply #18 on: September 12, 2006, 10:59:27 AM »
Now that we know what happened to text viewer resume, can a dev please put it back in CVS so that it is available to all?

Logged

Offline Dwyloc

  • Member
  • *
  • Posts: 117
Re: no resume on text viewer?
« Reply #19 on: September 12, 2006, 03:17:23 PM »
I would also really like to see the resume feature fix again soon.
Logged

Offline stanelie

  • Member
  • *
  • Posts: 30
Re: no resume on text viewer?
« Reply #20 on: September 15, 2006, 06:24:51 PM »
Well.

I've set up a dev environment so that I can compile the old viewer.c file from rev. 1.31 ( http://www.rockbox.org/viewcvs.cgi/*checkout*/apps/plugins/viewer.c?rev=1.31&content-type=text/plain ) for my H10 and the process went well.

But it does not work. This is not the right revision, I do not have resume either.

Could someone please post the source code to the version that works? whatchamacallit?

Stanislas
Logged

Offline stanelie

  • Member
  • *
  • Posts: 30
Re: no resume on text viewer?
« Reply #21 on: September 15, 2006, 07:05:05 PM »
Also, I found that the working version from whatchamacallit has the settings menu from 1.32 and the settings file from 1.31.

I really need the source code from this.

The link from the webpage http://www.hoffried.de/iriver.htm is broken.

Stanislas
Logged

Offline pabouk

  • Member
  • *
  • Posts: 387
Re: no resume on text viewer?
« Reply #22 on: September 16, 2006, 03:34:57 AM »
You should be able to retrieve the old sources from CVS. See:
http://www.rockbox.org/twiki/bin/view/Main/UsingCVS
http://www.nongnu.org/cvs/

You even do not need to install CVS and learn how to use it :):
http://www.rockbox.org/viewcvs.cgi/apps/plugins/viewer.c

The autobookmarking was added here:
http://www.rockbox.org/viewcvs.cgi/apps/plugins/viewer.c.diff?r1=1.12&r2=1.13
« Last Edit: September 16, 2006, 03:36:32 AM by pabouk »
Logged

Offline stanelie

  • Member
  • *
  • Posts: 30
Re: no resume on text viewer?
« Reply #23 on: September 16, 2006, 07:20:38 AM »
Working with cvs is not the problem.

As I wrote earlier, the custom version posted by whatchamacallit is a working blend of two or more different versions from cvs. So this version (the working one) is not in cvs.

Stanislas
Logged

Offline stanelie

  • Member
  • *
  • Posts: 30
Re: no resume on text viewer?
« Reply #24 on: September 17, 2006, 06:30:50 PM »
Well.

Jonathan Gordon repaired the text viewer today.

Bookmarking works again!

Thanks, Jonathan Gordon!

Stanislas
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: no resume on text viewer?
« Reply #25 on: September 18, 2006, 11:33:53 AM »
fixed it again, in case you dont see the cvs commit log.. now stores the last 46 files instead of 10
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline stanelie

  • Member
  • *
  • Posts: 30
Re: no resume on text viewer?
« Reply #26 on: September 18, 2006, 10:51:22 PM »
Mr. Gordon,

I have a small request : would it be possible for you to implement the capacity for the text viewer to use a font different then the one used by the system? Perhaps a menu where one could choose the font used to read text?

Thanks!

stanelie
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: no resume on text viewer?
« Reply #27 on: September 19, 2006, 01:36:31 AM »
I dont tihnk so. If your asking for a different font than the user font then for sure no, but if you mean to not use the system font and instead use the user font (im not sure if it does that or not...) then its possible... but dont hold your breath :p
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline stanelie

  • Member
  • *
  • Posts: 30
Re: no resume on text viewer?
« Reply #28 on: September 19, 2006, 10:55:54 AM »
Ok.

Thanks!

Stanislas
Logged

Offline pabouk

  • Member
  • *
  • Posts: 387
Re: no resume on text viewer?
« Reply #29 on: September 19, 2006, 11:26:30 AM »
The text viewer uses the user font already. ;)
Logged

  • Print
Pages: 1 [2] 3
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  no resume on text viewer?
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.111 seconds with 15 queries.