information My name is Rafael Fernández López. I'm a Computer Science student at the Complutense University in Madrid. In my little free time I love doing KDE and Qt programming. syndicateUTC clock | event counters The last message was received 1.38 years ago at 11:14 on Jan 07, 2011 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 1391 messages since the first one, 5.62 years ago, for an average of 1.47 days between messages recent messages date | project | content | link |
|---|
| 11:14 on Jan 07, 2011 | KDE | Commit by ereslibre :: r 1212530 solid/trunk/KDE/kdelibs/solid/solid/devicemanager.cpp: ( link) | # | | 01:18 on Jan 07, 2011 | KDE | Commit by ereslibre :: r 1212447 solid/trunk/KDE/kdelibs/solid/solid/devicemanager.cpp: ( link) Remove this assertion since if createBackendObject returns 0 (no backend could be found by iterating) it makes solid crash on debug mode because it will not assert. CCMAIL: aseigo at kde dot org | # | | 18:27 on Dec 17, 2010 | KDE | Commit by ereslibre :: r 1207380 workspace/trunk/KDE/kdebase/workspace/plasma/generic/applets/notifications/ui/notificationstack.cpp: ( link) Only resize height. This way if we have a notification stack snapped to the right margin, it will always keep snapped | # | | 15:43 on Dec 17, 2010 | KDE | Commit by ereslibre :: r 1207358 workspace/trunk/KDE/kdebase/workspace/plasma/generic/applets/notifications/ui/notificationwidget.cpp: ( link) Replace \n with <br/> before it gets elided (in case it gets elided), and place the elide at the end of the string, instead of the middle (which is more handy for filesystem paths) | # | | 13:15 on Dec 17, 2010 | KDE | Commit by ereslibre :: r 1207298 workspace/trunk/KDE/kdebase/workspace/plasma/generic/applets/notifications/ui/notificationwidget.cpp: ( link) Fix animation on the icon. Forcing height and width to SizeLarge so there is less space wasted on the icon part | # | | 11:40 on Dec 17, 2010 | KDE | Commit by ereslibre :: r 1207277 workspace/trunk/KDE/kdebase/workspace/plasma/generic/applets/notifications/ui/stackdialog.cpp: ( link) In my laptop notifications on the right lower corner were being snapped really away from the corner. Approximately 280px away. This allows users to be able to have notifications not snapped to the corner, but still close, being of course able to snap it easily. | # | | 10:55 on Dec 17, 2010 | KDE | Commit by ereslibre :: r 1207268 solid/trunk/KDE/kdelibs/solid/solid/backends/udev/udevaudiointerface_p.cpp: ( link) Already set on top of the ctor. If we reach here, is because m_driver has not been set, so it keeps being Solid::AudioInterface::UnknownAudioDriver | # | | 21:09 on Dec 13, 2010 | KDE | Commit by ereslibre :: r 1206203 workspace/trunk/KDE/kdebase/workspace/plasma/generic/applets/notifications/ui/notificationwidget.cpp: ( link) Notifications graphical changes: - The body layout sets a 0 spacing, so there is a small amount of space between icon, message and buttons.
- The preferred width of the message label is 0, so it can still grow to a reasonable size and still be usable.
- The bigIconRect() was uniting the two rects (small icon and big icon), thus making long titles to overlap with the big icon itself. Big icon now is in its place.
| # | | 19:50 on Dec 07, 2010 | KDE | Commit by ereslibre :: r 1204525 solid/trunk/KDE/kdelibs/solid/solid/backends/udev/udevmanager.cpp: ( link) Add detailed output, that is disabled by default. It will help when giving support to other types of devices, showing up all the information that UDev has about the device. | # | | 00:55 on Nov 16, 2010 | KDE | Commit by ereslibre :: r 1197487 solid/trunk/KDE/kdelibs/solid/solid/backends/hal/halprocessor.cpp: ( link) Remove cpuFeatures() declaration, that I forgot there | # | | 00:54 on Nov 16, 2010 | KDE | Commit by ereslibre :: r 1197485 solid/trunk/KDE/kdelibs/solid/solid/backends/udev/udevprocessor.cpp: ( link) Get the max speed from /proc/cpuinfo. First, this is not completely correct. Second, this is a hack. So, we have to find a better way of getting this information. | # | | 00:50 on Nov 16, 2010 | KDE | Commit by ereslibre :: r 1197484 solid/trunk/KDE/kdelibs/solid/solid/ (5 files in 4 dirs): ( link) Share cpufeatures so both hal and udev processor backends can access to this information. CCMAIL: ervin at kde dot org | # | | 02:18 on Nov 10, 2010 | KDE | Commit by ereslibre :: r 1194901 solid/trunk/KDE/kdelibs/solid/solid/backends/udev/udevdevice.cpp: ( link) Same thing than with icon() method, calling to queryDeviceInterface in order to get a description, and we can tweak this description depending on subclasses of device type, like an iPod.
BUG: 253670 | # | | 01:54 on Nov 10, 2010 | KDE | Commit by ereslibre :: r 1194875 solid/trunk/KDE/kdelibs/solid/solid/backends/udev/udevdevice.cpp: ( link) Return the icon depending on what kind of device we have. I am not completely sure if calling queryDeviceInterface is an accepted strategy here, but seemed to me like a clean solution instead of repeating the same condition for each type of device. Still needs to be polished for special devices like iPods that have their own icons. CCMAIL: ervin at kde dot orgBUG: 253668 | # | | 01:52 on Nov 10, 2010 | KDE | Commit by ereslibre :: r 1194873 solid/trunk/KDE/kdelibs/solid/solid/backends/udev/udevmanager.cpp: ( link) I think this icon is much better for the root node | # | | 01:37 on Nov 10, 2010 | KDE | Commit by ereslibre :: r 1194868 solid/trunk/KDE/kdelibs/solid/solid/ (4 files in 2 dirs): ( link) Add UDevPortableMediaPlayer. Not too much for now since I can't test this one:
- I need to find out what determines a PortableMediaPlayer (UDevDevice)
- Report its properties (UDevPortableMediaPlayer)
| # | | 01:35 on Nov 10, 2010 | KDE | Commit by ereslibre :: r 1194867 solid/trunk/KDE/kdelibs/solid/solid/backends/udev/udevmanager.cpp: ( link) Remove QDebug from here | # | | 01:22 on Nov 10, 2010 | KDE | Commit by ereslibre :: r 1194859 solid/trunk/KDE/kdelibs/solid/solid/backends/udev/udevprocessor.h: ( link) Nitpick. Style. | # | | 01:22 on Nov 10, 2010 | KDE | Commit by ereslibre :: r 1194858 solid/trunk/KDE/kdelibs/solid/solid/backends/hal/halportablemediaplayer.cpp: ( link) Spotted this one nitpick. No need to provide so many namespace information | # | | 01:11 on Nov 10, 2010 | KDE | Commit by ereslibre :: r 1194856 solid/trunk/KDE/kdelibs/solid/solid/ (4 files in 2 dirs): ( link) Provide UDevProcessor. Right now it only provides the number of the processor, since maxSpeed, canChangeFrequency and instructionSets is information that is not provided by UDev. We have to do some kind of workaround here: black magic allowed. | # |
|