[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kopete-devel
Subject:    [kopete-devel] darme de baja
From:       Grace Navarro <grace614 () hotmail ! com>
Date:       2009-08-27 1:47:04
Message-ID: BLU104-W24970A25FED9A851FA91818EF60 () phx ! gbl
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


como puedo darme de baja 
no quiero que me lleguen mas estos correos

gracias

> From: mattr@kde.org
> To: kopete-devel@kde.org; bigras.bruno@gmail.com; mattr@kde.org
> Date: Fri, 10 Jul 2009 17:57:50 +0000
> Subject: Re: [kopete-devel] Review Request: kopete - Implement the "Drag and hover \
> focus for tabs" junior job 
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/920/#review1533
> -----------------------------------------------------------
> 
> Ship it!
> 
> 
> I don't understand why you have 'const QDragMoveEvent*' pointers. IMO, the const \
> doesn't add any value. This can still be committed (or let me know if I need to do \
> it) 
> - Matt
> 
> 
> On 2009-07-07 12:24:00, Bruno Bigras wrote:
> > 
> > -----------------------------------------------------------
> > This is an automatically generated e-mail. To reply, visit:
> > http://reviewboard.kde.org/r/920/
> > -----------------------------------------------------------
> > 
> > (Updated 2009-07-07 12:24:00)
> > 
> > 
> > Review request for Kopete.
> > 
> > 
> > Summary
> > -------
> > 
> > Drag and hover focus for tabs
> > When links or files are dragged and hovered over the taskbar they pop up the \
> > associated window. For other tabbed applications when there is a drag and \
> > hoverover a tab that tab is given focus. Kopete should do the same.  \
> > http://techbase.kde.org/Projects/Kopete/JuniorJobs#Drag_and_hover_focus_for_tabs 
> > By making the tabs accept the dragEnterEvent, the tab is given focus \
> > automatically. Also if the user drop the file on the tab the event is sent to the \
> > ChatView (it initiate a file transfert). 
> > Currently the tab reject the dragEvent if the ChatView->isDragEventAccepted() \
> > return false. This mean that a user can only use this feature to send a file, if \
> > the user want to send a url (or uri?) and isDragEventAccepted() return false, it \
> > won't work. 
> > 
> > Diffs
> > -----
> > 
> > /trunk/KDE/kdenetwork/kopete/kopete/chatwindow/chatview.h 990058 
> > /trunk/KDE/kdenetwork/kopete/kopete/chatwindow/chatview.cpp 990058 
> > /trunk/KDE/kdenetwork/kopete/kopete/chatwindow/kopetechatwindow.h 990058 
> > /trunk/KDE/kdenetwork/kopete/kopete/chatwindow/kopetechatwindow.cpp 990058 
> > 
> > Diff: http://reviewboard.kde.org/r/920/diff
> > 
> > 
> > Testing
> > -------
> > 
> > This patch seem to work fine with project neon.
> > 
> > 
> > Thanks,
> > 
> > Bruno
> > 
> > 
> 
> _______________________________________________
> kopete-devel mailing list
> kopete-devel@kde.org
> https://mail.kde.org/mailman/listinfo/kopete-devel

_________________________________________________________________


[Attachment #5 (text/html)]

<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
como puedo darme de baja <br>no quiero que me lleguen mas estos \
correos<br><br>gracias<br><br>&gt; From: mattr@kde.org<br>&gt; To: \
kopete-devel@kde.org; bigras.bruno@gmail.com; mattr@kde.org<br>&gt; Date: Fri, 10 Jul \
2009 17:57:50 +0000<br>&gt; Subject: Re: [kopete-devel] Review Request: kopete - \
Implement the "Drag and hover focus for tabs" junior job<br>&gt; <br>&gt; <br>&gt; \
-----------------------------------------------------------<br>&gt; This is an \
automatically generated e-mail. To reply, visit:<br>&gt; \
http://reviewboard.kde.org/r/920/#review1533<br>&gt; \
-----------------------------------------------------------<br>&gt; <br>&gt; Ship \
it!<br>&gt; <br>&gt; <br>&gt; I don't understand why you have 'const QDragMoveEvent*' \
pointers. IMO, the const doesn't add any value. This can still be committed (or let \
me know if I need to do it)<br>&gt; <br>&gt; - Matt<br>&gt; <br>&gt; <br>&gt; On \
2009-07-07 12:24:00, Bruno Bigras wrote:<br>&gt; &gt; <br>&gt; &gt; \
-----------------------------------------------------------<br>&gt; &gt; This is an \
automatically generated e-mail. To reply, visit:<br>&gt; &gt; \
http://reviewboard.kde.org/r/920/<br>&gt; &gt; \
-----------------------------------------------------------<br>&gt; &gt; <br>&gt; \
&gt; (Updated 2009-07-07 12:24:00)<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Review \
request for Kopete.<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Summary<br>&gt; &gt; \
-------<br>&gt; &gt; <br>&gt; &gt; Drag and hover focus for tabs<br>&gt; &gt; When \
links or files are dragged and hovered over the taskbar they pop up the associated \
window. For other tabbed applications when there is a drag and hoverover a tab that \
tab is given focus. Kopete should do the same. <br>&gt; &gt; \
http://techbase.kde.org/Projects/Kopete/JuniorJobs#Drag_and_hover_focus_for_tabs<br>&gt; \
&gt; <br>&gt; &gt; By making the tabs accept the dragEnterEvent, the tab is given \
focus automatically. Also if the user drop the file on the tab the event is sent to \
the ChatView (it initiate a file transfert).<br>&gt; &gt; <br>&gt; &gt; Currently the \
tab reject the dragEvent if the ChatView-&gt;isDragEventAccepted() return false. This \
mean that a user can only use this feature to send a file, if the user want to send a \
url (or uri?) and isDragEventAccepted() return false, it won't work.<br>&gt; &gt; \
<br>&gt; &gt; <br>&gt; &gt; Diffs<br>&gt; &gt; -----<br>&gt; &gt; <br>&gt; &gt;   \
/trunk/KDE/kdenetwork/kopete/kopete/chatwindow/chatview.h 990058 <br>&gt; &gt;   \
/trunk/KDE/kdenetwork/kopete/kopete/chatwindow/chatview.cpp 990058 <br>&gt; &gt;   \
/trunk/KDE/kdenetwork/kopete/kopete/chatwindow/kopetechatwindow.h 990058 <br>&gt; \
&gt;   /trunk/KDE/kdenetwork/kopete/kopete/chatwindow/kopetechatwindow.cpp 990058 \
<br>&gt; &gt; <br>&gt; &gt; Diff: http://reviewboard.kde.org/r/920/diff<br>&gt; &gt; \
<br>&gt; &gt; <br>&gt; &gt; Testing<br>&gt; &gt; -------<br>&gt; &gt; <br>&gt; &gt; \
This patch seem to work fine with project neon.<br>&gt; &gt; <br>&gt; &gt; <br>&gt; \
&gt; Thanks,<br>&gt; &gt; <br>&gt; &gt; Bruno<br>&gt; &gt; <br>&gt; &gt;<br>&gt; \
<br>&gt; _______________________________________________<br>&gt; kopete-devel mailing \
list<br>&gt; kopete-devel@kde.org<br>&gt; \
https://mail.kde.org/mailman/listinfo/kopete-devel<br><br /><hr /> <a href='' \
target='_new'></a></body> </html>



_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic