Giter Site home page Giter Site logo

welly's People

Contributors

clyang avatar elvischiang avatar sunghau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

sunghau adison

welly's Issues

cannot drag site tabs

Welly/Nally use the PSMTabBarControl, which should have supported dragging tabs 
by default. 
However, they both failed to do that.  Other applications that reply on 
PSMTabBarControl such as 
AdiumX and iTerm do well.

The bundled PSMTabBarControl binary might be incorrect or out-of-update: 
calling 
"setAllowsDragBetweenWindows" crashed here.

Besides, Numbering tabs is unnecessary in this way, especially when dragging is 
available.

BTW, message counts should reflect on tabs via PSMTabBarControl object count 
mechanism, rather 
than a new icon (in weird color).

Original issue reported on code.google.com by [email protected] on 12 Jul 2008 at 4:21

Crash in URL mode

What steps will reproduce the problem?
1. Enter URL Mode
2. Switch to other applications, wait a long time
3. Switch back to welly, boom!

I think this may due to the anti-idle operation. We have entered URL mode
in some post with urls, but after anti-idle, maybe the term context switch
to some post without urls in it. However, the status is still in URL mode,
so this lead to some inconsistence. I guess we should add some more check
in URL mode.

Crash Log:
Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   org.net9.Welly                  0x0002d9f0 -[WLURLManager moveNext] + 47
1   org.net9.Welly                  0x0000350a -[YLView keyDown:] + 310
2   com.apple.AppKit                0x94438194 -[NSWindow sendEvent:] + 5757
3   com.apple.AppKit                0x94350ceb -[NSApplication sendEvent:] +
6431
4   org.net9.Welly                  0x0000ea90 -[YLApplication sendEvent:] + 483
5   com.apple.AppKit                0x942e46fb -[NSApplication run] + 917
6   com.apple.AppKit                0x942dc735 NSApplicationMain + 574
7   org.net9.Welly                  0x000029bd start + 53

Original issue reported on code.google.com by [email protected] on 22 Sep 2009 at 12:28

Crash on wrap paste

What steps will reproduce the problem?
1. Copy some sentence, including some words longer than one line. For eg.
multiline url
2. Perform wrapped paste on Welly
3.

What is the expected output? What do you see instead?
The expected output is the url to be pasted correctly, though it cannot be
wrapped well, it shall be pasted instead of crash!

Please use labels and text to provide additional information.
Also, this bug lies in Nally. I guess this bug is rarely met by users since
wrapped paste is seldomly used.

Original issue reported on code.google.com by [email protected] on 28 Apr 2009 at 3:42

Super Composer would not reset the background color

What steps will reproduce the problem?
1. open Super Composer, type some words and set their background color, say
yellow
2. close Super Composer
3. reopen Super Composer, and type some words

What is the expected output? What do you see instead?
The words typed in step 3 are expected to be with normal background color.
However, I see they're with yellow bg color, which is set in step 1.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 3 Apr 2009 at 9:02

page up/down doesn't work with QIM

What steps will reproduce the problem?
1. when press FN + UP/DOWN arrow key, the screen doesn't scroll page 
up/down,but 
FN+LEFT/RIGHT arrow key still works

2. the key seems conflict with QIM, when switch the input method to QIM, the 
problem happens. 
Switch back to other input method, it's ok again.

3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
2.64 beta on snow leopard 10.6.1

Please provide any additional information below.

I don't know if it's a welly issue or QIM issue...please test. thanks

Original issue reported on code.google.com by [email protected] on 26 Oct 2009 at 2:46

Main window remained in blank when in full screen mode

When switching to full screen mode, the main window still remains in the
screen with a blank content in it. This bug cannot be easily detect when
the background alpha setting is of no use. However, now it becomes a real
problem. 

I tried to solve this problem by a method which is not neat at all,
meanwhile I'm still looking for a better solution... Now I just set the
alpha of the main window to 0 when in full screen mode...

Original issue reported on code.google.com by [email protected] on 21 Jul 2008 at 6:38

auto-login doesn't work for some BBS; here is a solution ;)

hi,

I'm using Welly svn revision 418, and trying the new auto-login feature.  It 
works fine with PTT, 
but doesn't work with some BBS sites.  These sites have one thing in common: 
the "telnet 
connecting" screen would be displayed for 1 second before the "login" screen 
(an example is in 
the attachment).

Here I found a solution:

In YLConnection.m -> login() function:

            if (ps != pe) {
                sleep(5);
                [self sendBytes:ps+1 length:pe-ps-1];
                [self sendBytes:"\r" length:1];
            }


change the period of sleep() longer, say, 3 seconds.  I've tried using 
"sleep(2)" and the auto-
login works with those sites that displays connecting screen before login 
screen.

But I think that, sending the ID and Password as the first two strings in the 
beginning of 
session, is not so good :(

Take OpenPCMan (a BBS client on Windows which is popular in Taiwan) for 
example, there's a 
"auto-reply by trigger" feature.  The user just tell PCMan: "when you see a 
specific string 
appeared in the same line of cursor position, send a string to the telnet 
remote".  For example, 
"when you see '[username]' in the same line of cursor position, just send 
'myid'; and if  you see 
'[password]', you send 'mypasswd'."

The auto-reply could be an only-once event, i.e. once the event happens, it 
wouldn't happen 
again, in this session, to avoid that someone is putting a specific string on 
the screen that 
would make PCMan to send one's password accidently.  Take a look (and also it's 
source code) 
at http://pcman.openfoundry.org/

Thanks for your participation in Welly, and happy Chinese new year :)

Original issue reported on code.google.com by [email protected] on 22 Jan 2009 at 2:30

Attachments:

Short-cut key conflict with IMKQIM

Hello guys, mephisto@newsmth has just reported a short-cut key conflict
between Welly and IMKQIM, and the experiment he did is just as this report: 

mac的输入法IMKQIM更新到最新的版本1.6.3 
1B001,但是出现了一个问题
输入过程中,原先的ctrl+option+数字键用于去除错误的自定义��
�组功能失效,直接
出现按下去的数字

我尝试以后的结果如下:
其他程序,如finder, pages, safari,没有问题
终端输入:terminal, iterm,没有问题
ssh登陆:terminal,iterm没问题;welly 2.1/2.2有问题

I think we should spend some time on it and try to find out the reason for
this problem...

Original issue reported on code.google.com by [email protected] on 6 Mar 2009 at 7:22

焦点在地址栏时全屏后无法进行操作

What steps will reproduce the problem?
1. 把焦点移到地址栏
2. Cmd+Shift+F 全屏
3. 
按上下左右等键无响应。此时焦点应该还是在地址栏。但是��
�鼠标点击屏幕,焦点
依然没有到主窗口

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?

Welly.v.2.64_beta.zip        Welly v2.64 beta - 10.6 Only    Beta SnowLeopard


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Apr 2010 at 3:28

preview status is annoying

The window for status pops up and disturbs browsing. Besides, multiple windows 
overlap and it is 
hard to distinguish them.

How about using a less intrusive for opening remote images, e.g., Growl? See 
r49 for details.
http://code.google.com/p/welly/source/detail?r=49

Original issue reported on code.google.com by [email protected] on 15 Jul 2008 at 6:51

SSH support

You all know how urgent we love and need this feature!



Original issue reported on code.google.com by [email protected] on 21 Jul 2008 at 6:54

IP Seeker without Growl


What version of the product are you using? On what operating system?
Welly 1.3 on 10.5

Please provide any additional information below.
Please implement a feature that supports IP information displaying without 
Growl for those users, 
including me, who do not want to install, or do not like, Growl. Thank you very 
much.


Original issue reported on code.google.com by [email protected] on 25 Aug 2008 at 9:02

Crash when cancelling a download

What steps will reproduce the problem?
1. Enter URL Modem and select a url / click on a url
2. Press ESC to cancel the downloading before it finished
3. Booooom

Please use labels and text to provide additional information.
Crash log:
Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00007fff80bc2559 objc_msgSend_vtable14 + 9
1   org.net9.Welly                  0x000000010001e4cc -[WLDownloadDelegate
windowShouldClose:] + 327
2   com.apple.AppKit                0x00007fff85770b27 -[NSWindow
_document:shouldClose:contextInfo:] + 133
3   com.apple.AppKit                0x00007fff85770989 -[NSWindow _close:] + 142
4   com.apple.AppKit                0x00007fff8568923e -[NSApplication
sendAction:to:from:] + 95
5   com.apple.AppKit                0x00007fff8568919d -[NSControl
sendAction:to:] + 94
6   com.apple.AppKit                0x00007fff85767ab0 -[NSButtonCell
performClick:] + 483
7   com.apple.AppKit                0x00007fff85b055b2 -[NSWindow
doCommandBySelector:] + 114
8   com.apple.AppKit                0x00007fff85b02c6c -[NSWindow
_processKeyboardUIKey:] + 325
9   com.apple.AppKit                0x00007fff85772d43 -[NSWindow keyDown:] + 94
10  com.apple.AppKit                0x00007fff8562e6a9 -[NSWindow
sendEvent:] + 8803
11  com.apple.AppKit                0x00007fff85563122 -[NSApplication
sendEvent:] + 4717
12  org.net9.Welly                  0x000000010000df9c -[YLApplication
sendEvent:] + 459
13  com.apple.AppKit                0x00007fff854f9acc -[NSApplication run]
+ 474
14  com.apple.AppKit                0x00007fff854f2798 NSApplicationMain + 364
15  org.net9.Welly                  0x000000010000164c start + 52


Original issue reported on code.google.com by [email protected] on 25 Sep 2009 at 3:50

Option to disable picture preview

Wish to add an option to let urls be opened with browser directly.

I know I can hold shift key when click the url, but users wish every url to
be opened in browser.

Original issue reported on code.google.com by ksc91u%[email protected] on 27 Apr 2010 at 5:21

Enter full screen mode with pinch gesture

Is that possible to use the "make bigger" pinch to enter the full screen
mode,and use the "make smaller" pinch to back to window mode. Just like
quick time does.That will be more convenient.


Original issue reported on code.google.com by [email protected] on 14 Oct 2009 at 3:31

GIF animate problem

What steps will reproduce the problem?
1. click a link that ends with .gif , for example:  
http://bbs.XXXX.edu.cn/***.gif


What is the expected output? What do you see instead?
I was supposed  to see an animated GIF file, but I only saw a single 
screenshot, maybe the first 
frame. 

What version of the product are you using? On what operating system?
Welly 1.3 , Intel-based Mac OS X 10.5.5 

Please provide any additional information below.
N/A


Original issue reported on code.google.com by [email protected] on 3 Oct 2008 at 2:05

Highlight the characters


What is the expected output? What do you see instead?
Could you put in an option to highlight the characters. It seems now there is 
only option to choose 
background color.

What version of the product are you using? On what operating system?

10.6.3

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Mar 2010 at 2:56

any proxy feature?

What steps will reproduce the problem?
1. connecting to some site out of  "education network"
2.
3.

What is the expected output? What do you see instead?
I need proxy to connect some site. It seems that welly doesn't sync with the 
leopard system network proxy settings.
So I'm suggesting if welly could add "use proxy" or any proxy function in the 
"address book"?

thanks.

What version of the product are you using? On what operating system?
Welly 2.1

Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 2 Feb 2009 at 3:07

tab键无法在地址簿里头完成遍历

What steps will reproduce the problem?
1. 打开welly,按下CMD+B 
2. 不断的按下tab

What is the expected output? What do you see instead?
expected:当前焦点按照一个固定的顺序能够遍历一遍所有的空
间。
actually:焦点tab到 
ANSI色彩控制码、启用鼠标浏览、侦测双字节文字后,将在这�
��个控件间循环,跳不出
去了。

What version of the product are you using? On what operating system?
2.3 Release

Original issue reported on code.google.com by [email protected] on 5 Jun 2009 at 5:24

crashes when clicking on an url

when clicking on or copying  an url which is an html
page(ie:http://www.newsmth.net/bbscon.php?bid=719&id=258459 ),welly crashes.

Original issue reported on code.google.com by [email protected] on 16 Sep 2008 at 7:30

Tooltip Dictionary Support or Addition

OS X's standard dictionary popup (pressing command-ctrl-d) does not work with 
Nelly's text.

I suggest that we either develop a new feature, which is a dictionary tooltip, 
or we make it so that 
we can support OS X's standard dictionary.  

This could be Chinese-English and English-Chinese, and other languages too.  It 
would be useful 
for native and non-native speakers of either language when using BBS's where 
both languages are 
spoken.  


Original issue reported on code.google.com by [email protected] on 27 Oct 2008 at 7:14

wrong tab indications for ssh

When connecting to an ssh site,
1. the in-processing indicator on the tab is missing;
2. the state is "connected" from the very beginning, even when the site has not 
been connected yet.

connecting to a telnet site is fine.

Original issue reported on code.google.com by [email protected] on 12 Jul 2008 at 5:33

Incoming Message

When there is an incoming message, the Welly main window would
automatically jump up to be front most. However this might be boring
sometimes, and I think it should be fronted most only after the user click
the growl bubble.


Original issue reported on code.google.com by [email protected] on 21 Jul 2008 at 2:24

Cannot see CoreAnimation highlight when mouse is on ip

What steps will reproduce the problem?
1. Put the mouse cursor on an ip

What is the expected output? What do you see instead?
Expected: A highlight and an tooltip
Some users report that they cannot see the highlight

What version of the product are you using? On what operating system?
Welly 1.4, Mac OS 10.5.5

Please provide any additional information below.
See the correct effect in attch:)

Original issue reported on code.google.com by [email protected] on 13 Oct 2008 at 4:13

Attachments:

some text can't be displayed in screen 1400*1050 res in fullscreen mode.

What steps will reproduce the problem?
1. - a screen with res 1400*1050
2.  visit newsmth and go to fullscreen and visit some board
3.  You'll find some text can't be displayed because the font width is too
large.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
2.64 beta

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Nov 2009 at 11:55

Unable to use Home/End/PgUp/PgDn if user customized KeyBinding

1. I want Home/End/PgUp/PgDown acts as they are on PC
2. So I've applied KeyFixer, which modifies 
~/Library/KeyBindings/DefaultKeyBinding.dict.  The 
fixer is available here: http://www.starryhope.com/tech/apple/2006/keyfixer/
3. After Welly has restarted, the events of these keys are ignored by Welly.

I've modified YLView.m to fix this "issue" (yes, Nally has this issue, too).  I 
think some people still 
want their Home/End/PgUp/PgDown keys acts as what they are on PC, so this fix 
is necessary.

And here is the diff:

Index: YLView.m
===========================================================
========
--- YLView.m    (revision 765)
+++ YLView.m    (working copy)
@@ -859,16 +859,20 @@
         ch[0] = 0x1B;
        [[self frontMostConnection] sendBytes:ch length:1];
 // } else if (aSelector == @selector(cancel:)) {
-   } else if (aSelector == @selector(scrollToBeginningOfDocument:)) {
+   } else if (aSelector == @selector(scrollToBeginningOfDocument:) ||
+              aSelector == @selector(moveToBeginningOfLine:)) {
         ch[0] = 0x1B; ch[1] = '['; ch[2] = '1'; ch[3] = '~';
        [[self frontMostConnection] sendBytes:ch length:4];     
-   } else if (aSelector == @selector(scrollToEndOfDocument:)) {
+   } else if (aSelector == @selector(scrollToEndOfDocument:) ||
+              aSelector == @selector(moveToEndOfLine:)) {
         ch[0] = 0x1B; ch[1] = '['; ch[2] = '4'; ch[3] = '~';
        [[self frontMostConnection] sendBytes:ch length:4];     
-   } else if (aSelector == @selector(scrollPageUp:)) {
+   } else if (aSelector == @selector(scrollPageUp:) || 
+              aSelector == @selector(pageUp:)) {
        ch[0] = 0x1B; ch[1] = '['; ch[2] = '5'; ch[3] = '~';
        [[self frontMostConnection] sendBytes:ch length:4];
-   } else if (aSelector == @selector(scrollPageDown:)) {
+   } else if (aSelector == @selector(scrollPageDown:) ||
+              aSelector == @selector(pageDown:)) {
        ch[0] = 0x1B; ch[1] = '['; ch[2] = '6'; ch[3] = '~';
        [[self frontMostConnection] sendBytes:ch length:4];     
    } else if (aSelector == @selector(insertTab:)) {

Original issue reported on code.google.com by [email protected] on 24 Nov 2009 at 2:29

IP floating window has displacement when in full screen mode

What steps will reproduce the problem?
1. Enter full screen mode
2. Put the mouse cursor on a ip address

What is the expected output? What do you see instead?
A floating window is expected to hovering on the ip address. However, this
window will have a one-line displacement to the address


Please use labels and text to provide additional information.
Welly 1.4


Original issue reported on code.google.com by [email protected] on 6 Oct 2008 at 2:52

Attachments:

Enhancing the context menu function

I would like to say thanks you all to the developing team, Welly is amazing
after adding the coverflow and gestures support.

Here I've some suggestions.
Is there any possibility about adding new features of the right click
context menu?
such as "open in 0rz.tw", "open in wretch.cc", "open in tinyurl.com"...
even let users custom their own context menu.
That would be a very useful function.
Please put it to your considerations. Thanks!

Original issue reported on code.google.com by [email protected] on 19 Dec 2008 at 5:12

bbs图片链接打开图片显示错误

What steps will reproduce the problem?
1. 点击bbs内的图片链接如 http://bdwm.net/***.jpg
2. 继续点击其他图片链接
3.

What is the expected output? What do you see instead?
在A图片正确显示后,点击B图片的链接,在loading之后依然显��
�的是A图片,此后无论点击任何图片链
接,均显示的是A图片。

What version of the product are you using? On what operating system?
welly 2.3,这一现象出现过很多次,我确定不是偶然的现象。

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Jul 2009 at 8:14

Shouldn't enable mouse in editing mode

What steps will reproduce the problem?
1. Disable "Mouse" on some site
2. ^P in some board to enter editing mode
3. use mouse to click/double click some where in the text

What is the expected output? What do you see instead?
cursor should stay where it was, but it moved to where mouse clicked
instead. People may want to copy paste some text on editing mode, and
there's no way to do that without mouse.

What version of the product are you using? On what operating system?
2.3

Please provide any additional information below.
the attachment is a patch against the 2.3 release
(http://welly.googlecode.com/svn/tags/2.3_Release)

Original issue reported on code.google.com by [email protected] on 20 May 2009 at 3:41

Attachments:

Suggestions about the Super Writer feature in 2.1

Hi,

I've got the latest release (2.1) of Welly.  I'm so surprised about the 
brand-new Super Writer, it's 
AMAZING!

I have some suggestions about this feature:

1. It would be better if the Super Writer uses Monospace font face, instead of 
non-fixed width 
one.  The best way is to use the font settings within the Welly Preferences 
(but a smaller size), 
and use a 80x24 screen, to make it a WYSIWYG composer ;)

2. Is there any plan to add support for background color?  I can change only 
the foreground 
color :(

That's all.

I think Welly is the best BBS client on the OS X.  Thanks to all of you :)

Original issue reported on code.google.com by [email protected] on 14 Jan 2009 at 6:13

new context menu

current context menu is not well oragnized.

1. style: which is more convenient, black/alpha or white one? outline view 
instead of popup menu?

2. smart: ip/url recognition, hover?

Original issue reported on code.google.com by [email protected] on 18 Jul 2008 at 12:20

无法输入‘北大侠客行’mud密码

What steps will reproduce the problem?
1. 登陆pkuxkx.net:8080
2.
3.

What is the expected output? What do you see instead?
本应在输入用户名后输入密码,但在 welly 中输入无响应

What version of the product are you using? On what operating system?
Version 2.4 Release - Farewell Edition (664)

Please provide any additional information below.
that's it.


Thanks a lot.

Original issue reported on code.google.com by [email protected] on 21 Feb 2010 at 7:45

10.6 compatible

We should fix all the warnings when compiled under 10.6 sdk

Original issue reported on code.google.com by [email protected] on 22 Sep 2009 at 1:24

right-click funtions of mouse


There are 3 funtions does work, 0rz.tw/, tinyurl.com/ and look up in
dictionary, when I click it, it does open in my brower or dictionary.

Welly verion:2.99
Brower: Firefox 3.5.3
OS: snow leopard 10.6.1
Site:ptt.cc

Appreciate for your hard works.

Original issue reported on code.google.com by [email protected] on 20 Sep 2009 at 2:41

Mouse cursor error...

What steps will reproduce the problem?
1. Connect to a site that "mouse operation" is set to off
2. Put the mouse cursor to the left side of the terminal view

What is the expected output? What do you see instead?
Expected: a normal type mouse cursor
Now: a "back" type mouse cursor 

Please use labels and text to provide additional information.
bow to KOed....Maybe the mouse area has some mistake...

Original issue reported on code.google.com by [email protected] on 1 Nov 2008 at 4:16

Cannot input Chinese in bbs.gamer.com.tw

What steps will reproduce the problem?
1. Connect by "telnet bbs.gamer.com.tw" (Remember to set to big5 & ^U)
2. Input some Chinese, for eg. 阿

What is the expected output? What do you see instead?
2-bytes Chinese character 阿 is expected. However the output is *|.

Please use labels and text to provide additional information.
In Nally, Chinese input works well, but Welly fails.

Original issue reported on code.google.com by [email protected] on 28 Apr 2009 at 9:31

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.