Development :  K-Meleon Web Browser Forum
K-Meleon development related discussions. 
Pages: Previous123Next
Current Page: 2 of 3
Re: 1.6a4 Preferences panel.
Posted by: desga2
Date: August 11, 2010 10:33PM

Download cp2

Changes since last cp1 upload:

+ Full Screen preference tab fixed.

+ Find Websites and Mouse Gestures partially fixed, last tab in both preference panels not work yet. ("Search Engines" and "Manage Actions" not work)

+ Continuous Reload option (reload.kmm macro file) with quick fixed (not final).

Thanks for test and report.

K-Meleon in Spanish

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: JamesD
Date: August 12, 2010 12:47AM

Not sure exactly how much of 'Finding Websites' is fixed, but I note just two things.

Under 'Web Search' I am seeing URLs instead of names.
Only one choice besides 'remove' under each dropdown.
I think the same for Multisearch. Did not do a picture for that.

Screenshot here: http://dl.dropbox.com/u/1522294/FindSiteWebSearch.jpg


Most excellent work. Thanks very much.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: siria
Date: August 15, 2010 03:58PM

Another note, while you're at updating the prefs panels :cool:
In F2 Browsing > Tabbed Browsing > Tab Bar
one of the choices is to "Open a new tab (if clicking a free space)"
I think that "free space" is in the wrong line there. I can also click on an existing tab, and it will always open a new tab, if that option is chosen. That "free space" rather seems to be meant for "Close the clicked tab or open a new tab"...

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: guenter
Date: August 15, 2010 05:40PM

To me on my PC it looks like the partial fixes (update of code to 1.6/1.9GRE requirements) in search and mousegestures are improving the situation.


When I tried to edit Search Engines I got the following error:

Error: this.tree.childNodes[this._ndx] is undefined
Source file: chrome://kmprefs/content/pref-webfind.xul
Line: 247

Is this a known problem/error?



Edited 1 time(s). Last edit at 08/15/2010 05:46PM by guenter.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: JamesD
Date: August 15, 2010 06:50PM

@ guenter

Are you using the cp2 code? On my cp2 version, I see no engines listed and when I click on 'Edit' nothing happens.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: guenter
Date: August 15, 2010 07:04PM

Quote
JamesD
@ guenter

Are you using the cp2 code? On my cp2 version, I see no engines listed and when I click on 'Edit' nothing happens.

The same here and when I look into the Error console I have the error which I already mentioned.

JavaScript stops on error.





The tree columns of GRE 1.9 chrome are made to look differently and are not connected by dots.

For any (like me) that wants the old look.

Create a file userChrome.css and place it in Profiles/YourUsedProfileName/chrome

and write into it:

/*
* Edit this file and copy it as userChrome.css into your
* profile-directory/chrome/
*/

/*
* This file can be used to customize the look of Mozilla's user interface
* You should consider using !important on rules which you want to
* override default settings.
*/

/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"winking smiley; /* set default namespace to XUL */


/* ::::: lines connecting cells ::::: */

tree:not([treelines="true"]) > treechildren::-moz-tree-line {
visibility: visible;
}




Edited 1 time(s). Last edit at 08/15/2010 07:06PM by guenter.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: desga2
Date: August 15, 2010 09:00PM

@ guenter and JamesD:

Yes it's, I known this problem and I'm working on it.
I think it was more easy to fix but it is not, in new Gecko 1.9 the way to load datas from others files, as is used in Mouse Gestures and Web Finding preferences, is more complicated. I have to recoded a lot in this preferences to work fine and this need some more time.

K-Meleon in Spanish



Edited 1 time(s). Last edit at 08/15/2010 09:01PM by desga2.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: desga2
Date: August 15, 2010 09:16PM

Quote
siria
Another note, while you're at updating the prefs panels :cool:
In F2 Browsing > Tabbed Browsing > Tab Bar
one of the choices is to "Open a new tab (if clicking a free space)"
I think that "free space" is in the wrong line there. I can also click on an existing tab, and it will always open a new tab, if that option is chosen. That "free space" rather seems to be meant for "Close the clicked tab or open a new tab"...

Can someone check that siria explain?
I think this work like in KM 1.5.4.

The preferences modified by this options are:

kmeleon.tabs.OnDoubleClick
kmeleon.tabs.OnMiddleClick
kmeleon.tabs.OnRightClick

His possible values are:

1 "Open a new tab (when clicking a free space)"
0 "Close the clicked tab"
3 "Close the clicked tab or open a new tab"
2 "Show the tab bar menu"

K-Meleon in Spanish

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: desga2
Date: August 16, 2010 10:36PM

Reporting only, no new uploaded.

I'm do an important step to advanced in my fixing work of the chrome Preferences for KM 1.6a4. To night I can say welcome again to Mouse Gestures preference panels. smiling smiley

I think for this weekend I could upload a new cp3 version with both preference panels fixed (Mouse Gesture and Finding Websites).

Can someone help me with this others task?

- Open a bug report aboout this Translation macro error founded by slayer:
Click in first Translation submenu separator reload the webpage.
I can fixed it in macro code, but i think this a bug in macro menus building proccess. Also it's happend in KM 1.5.4 and 1.6a4.

- Open a bug report about this reported by disrupted:
Quote
disrupted
thank you desga, everything is working fine in prefs panel.. only one thing left is to fix the pref xul size so it doesn't follow the last kmeleon window size

I tried to fix it without good results, I think this is a K-Meleon code bug that stored last windows size for all KM windows, chromes included, and this overwrite the size values defined in the chrome.
If I open a modal dialog from the chrome, as an alert() for example, last windows size values are deleted and at next chrome opened this is showed with the correct size defined in the chrome.


Thanks.

K-Meleon in Spanish

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: guenter
Date: August 19, 2010 08:13PM

Quote
desga2
To night I can say welcome again to Mouse Gestures preference panels. smiling smiley

A stone is lifted from my heart. Thanks for Your travails and this info.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: SoerenB
Date: August 21, 2010 08:16PM

Hi, desga2,
- excuse me for hijacking this thread.
would you mind me editing your "Portability" tutorial for better readability? I would put my version to the sandbox to await corrections plus your go-ahead before saving it to the wiki.

Cheers
SoerenB


Back again ...

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: desga2
Date: August 22, 2010 02:55PM

Quote
SoerenB
Hi, desga2,
- excuse me for hijacking this thread.
would you mind me editing your "Portability" tutorial for better readability? I would put my version to the sandbox to await corrections plus your go-ahead before saving it to the wiki.

@ SoerenB:
Yes, of course, you can do it.

K-Meleon in Spanish

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: desga2
Date: August 22, 2010 11:45PM

Download cp3 (alias preBeta)

Please use a fresh installation, not update previous cp versions.

Changes since last cp2 uploaded:

+ Find Websites and Mouse Gestures preference panels fixed (all tabs).

+ Fixed "Click first separator reload webpage" in Translation submenus (translate.kmm macro file).

+ Mouse Gestures -> Manage Actions, the Tree now show tree lines.

+ Preferences panel and preference dialog windows are now autoresized.

+ Support for flashblock.whitelist added with FlashBlock updated to the last version.

+ Others little fixes and minor implementations.

Website for Flash test: http://bubblemark.com/

I'm consulting with Dorian the implementation of this other features:
* Support full zoom and default zoom (zoom.defaultPercent)
* @SHistory, @SHistoryBack, @SHistoryForward menus


Thanks for test and report.

K-Meleon in Spanish

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: jsnj
Date: August 23, 2010 05:41AM

Quote
desga2
Download cp3 (alias preBeta)

Please use a fresh installation, not update previous cp versions.

Changes since last cp2 uploaded:

+ Find Websites and Mouse Gestures preference panels fixed (all tabs).

+ Fixed "Click first separator reload webpage" in Translation submenus (translate.kmm macro file).

+ Mouse Gestures -> Manage Actions, the Tree now show tree lines.

+ Preferences panel and preference dialog windows are now autoresized.

+ Support for flashblock.whitelist added with FlashBlock updated to the last version.

+ Others little fixes and minor implementations.

Website for Flash test: http://bubblemark.com/

I'm consulting with Dorian the implementation of this other features:
* Support full zoom and default zoom (zoom.defaultPercent)
* @SHistory, @SHistoryBack, @SHistoryForward menus


Thanks for test and report.

Tested all referenced above except mouse gestures. All work well. Well done and thanks.

ID_FULLZOOM_INCREASE & ID_FULLZOOM_DECREASE work well. They should replace Zoom_Page_In & Zoom_Page_Out in zoom.kmm.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: disrupted
Date: August 23, 2010 01:34PM

thanks desga but i don't think the problem of prefs window size can be fixed by size override after the dialog has been launched..it's very visually annoying and looks unprofessional. i don't think it can be fixed in prefs only..there's a serious bug in kmeleon's gecko xul.dll completely ignoring defined size/position and after testing with several xul windows i can confirm that and it isn't related to 1.9.x because the exact same zuls were able to set size position in firefox 3.5 normally.

xul dialogs in 1.6 will always act like opening in a tab in existing open window even if they are supposed to open new
bug has been reported:
http://kmeleon.sourceforge.net/bugs/viewbug.php?bugid=1261

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: desga2
Date: August 23, 2010 02:18PM

@ disrupted:

I think this is not for xul.dll file, I tried with Seamonkey 2.0.6 xul.dll file and the problem persist.

As you explain, K-Meleon lost his parent window in the new windows that are a child window, and apply to it like a new K-Meleon window size stored.

I think this problem is also the cause of the scroll (drag&drop) problems: http://kmeleon.sourceforge.net/bugs/viewbug.php?bugid=1238

K-Meleon in Spanish

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: disrupted
Date: August 23, 2010 03:52PM

yes you're right, it doesn't seem to be xul.dll..i tested with xul from firefox and the problem persists..so it's probably something else or at least something else combined with xul.dll..possibly in another library or maybe related to the main chrome jar

it's dorian's problem now. dorian can fix it

the drag/scroll bug could also be related

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: desga2
Date: August 28, 2010 07:53PM

Download preBeta (alias cp4) {Mirror}

Please use a fresh installation, not update previous cp versions.

Changes since last cp3 uploaded:

+ Support full zoom and default zoom (zoom.defaultPercent)
Preferences (F2) -> Page Display, and replaced code in zoom.kmm
+ Others little fixes and minor implementations.

Dorian is working with this other features:

* @SHistory replaced to history() in menus, but not work, crash K-Meleon at startup.


Thanks for test and report.

K-Meleon in Spanish



Edited 6 time(s). Last edit at 08/28/2010 08:33PM by desga2.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: jsnj
Date: August 28, 2010 08:04PM

Quote
desga2
Download preBeta (alias cp4)

Dead link. xhost problems.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: desga2
Date: August 28, 2010 08:18PM

Now fixed tongue sticking out smiley , really is a file not found error, wrong name in link.
(Added a mirror)

K-Meleon in Spanish



Edited 2 time(s). Last edit at 08/28/2010 08:22PM by desga2.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: jsnj
Date: August 28, 2010 09:36PM

Quote
desga2
Now fixed tongue sticking out smiley , really is a file not found error, wrong name in link.
(Added a mirror)

Preferences regression. Finding Websites - Web Search shows URLs instead of search names. Search Engines tab is blank.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: Matt
Date: August 29, 2010 07:43AM

desga2, I really like the new Flashblock context menu; btw, there is a typo: Toggle Site in Withelist (Whitelist is correct as in F2 > Content Filters).
Good work! I'm very happy to see K-M hit Beta stage soon smiling smiley.

Quote
jsnj
Preferences regression. Finding Websites - Web Search shows URLs instead of search names. Search Engines tab is blank.

IMHO there is some mismatch in I10n.js and search.xml, which causes it. I copied both files from 1.5.4 to preBeta folder and all is working fine.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: jmillar@telefonica.net
Date: August 29, 2010 05:40PM

Quote
Matt
desga2, I really like the new Flashblock context menu; btw, there is a typo: Toggle Site in Withelist (Whitelist is correct as in F2 > Content Filters).
Good work! I'm very happy to see K-M hit Beta stage soon smiling smiley.

Quote
jsnj
Preferences regression. Finding Websites - Web Search shows URLs instead of search names. Search Engines tab is blank.

IMHO there is some mismatch in I10n.js and search.xml, which causes it. I copied both files from 1.5.4 to preBeta folder and all is working fine.

I've tried it and it works. You have to change BOTH instances of search.xml, the one in defaults\profile and the one in the Profiles directory. (your user profile)

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: desga2
Date: August 29, 2010 11:12PM

Quote
Matt
desga2, I really like the new Flashblock context menu; btw, there is a typo: Toggle Site in Withelist (Whitelist is correct as in F2 > Content Filters).
Good work! I'm very happy to see K-M hit Beta stage soon smiling smiley.

Quote
jsnj
Preferences regression. Finding Websites - Web Search shows URLs instead of search names. Search Engines tab is blank.

IMHO there is some mismatch in I10n.js and search.xml, which causes it. I copied both files from 1.5.4 to preBeta folder and all is working fine.

Reuploaded same link, remember clear your cache and use a new instalation with a new profile.

- Fixed the typo in Flashblock context menu.
- Fixed "Finding Websites" problems, Search engines file updated (search.xml).

Can someone check if my english text is correct in Preferences -> Page Display -> Default Zoom ?

Thanks.

K-Meleon in Spanish



Edited 1 time(s). Last edit at 08/29/2010 11:12PM by desga2.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: JamesD
Date: August 30, 2010 01:14AM

@ desga2

Web Search is showing search engine names.

Going back to check flashblock and default zoom next.

Edit:

All the text for flashblock looks correct to me.

For Page Display - Default Zoom I would suggest that the words 'showed the' be replaced with just one word, 'show'.



Edited 1 time(s). Last edit at 08/30/2010 01:21AM by JamesD.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: SoerenB
Date: August 30, 2010 03:31PM

Hi, all,

as far as I'm concerned, this could safely be called a beta1 and go to the sourceforge download pages now.

Cheers
SoerenB


Back again ...

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: jsnj
Date: August 30, 2010 05:05PM

Quote
desga2
Reuploaded same link, remember clear your cache and use a new instalation with a new profile.

- Fixed the typo in Flashblock context menu.
- Fixed "Finding Websites" problems, Search engines file updated (search.xml).

Can someone check if my english text is correct in Preferences -> Page Display -> Default Zoom ?

Thanks.

Should be: "Set the default zoom percentage used to view web pages."

Great feature btw. Love it. Small bug though. The percentage input box is selectable, but typing the numerical value doesn't work. Shoots straight to 300%. The up/down arrows & slider work well though.

Also, since Ctrl +/- are now the accelerators for Full Page Zoom same as in FF, probably should move Ctrl Alt +/- to text only zoom.



Edited 2 time(s). Last edit at 08/30/2010 07:57PM by jsnj.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: 4td8s
Date: August 31, 2010 03:52AM

Quote
jsnj
Quote
desga2
Download preBeta (alias cp4)

Dead link. xhost problems.

you mean XT Host, jsnj? their service will be discontinued real soon.
quote from XT Host site:

Quote

XT Host will be discontinued!

Please save all your data from your accounts
XT Host will close its service until end of September 2010.
There has been lately too much abuse therefore XT Host will get closed

For 100MB free hosting with PHP & MySQL check out http://dhost.info/



Edited 1 time(s). Last edit at 08/31/2010 03:53AM by 4td8s.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: Matt
Date: August 31, 2010 07:07PM

@desga2
I think you could increase pref.dtd width value to avoid vertical scroll bar in pref panel (page display); width: 67em is ok.

Options: ReplyQuote
Re: 1.6a4 Preferences panel.
Posted by: Tod
Date: September 15, 2010 01:18PM

Where can I download the most recent versions of KM by desga2?

Options: ReplyQuote
Pages: Previous123Next
Current Page: 2 of 3


K-Meleon forum is powered by Phorum.