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

List:       kde-commits
Subject:    branches/work/kdelibs4_kconfig [POSSIBLY UNSAFE]
From:       Thomas Braxton <brax108 () cox ! net>
Date:       2006-07-17 18:36:30
Message-ID: 1153161390.983230.28632.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 563496 by braxton:

Merged revisions 559663-563463 via svnmerge from
https://braxton@svn.kde.org/home/kde/trunk/KDE/kdelibs

........
  r559757 | coolo | 2006-07-08 05:29:25 -0500 (Sat, 08 Jul 2006) | 2 lines

  increase version number
........
  r559799 | dfaure | 2006-07-08 08:47:15 -0500 (Sat, 08 Jul 2006) | 2 lines

  sendfile() returns ENOSYS in valgrind
........
  r559911 | mattr | 2006-07-08 11:09:49 -0500 (Sat, 08 Jul 2006) | 1 line

  unbreak the doxygen script
........
  r559922 | cramblitt | 2006-07-08 11:16:07 -0500 (Sat, 08 Jul 2006) | 1 line

  Clarification.
........
  r559970 | giessl | 2006-07-08 13:24:11 -0500 (Sat, 08 Jul 2006) | 2 lines

  revert my changes from r558780. layoutProp and struct changes were not quite \
                ideal...
........
  r559982 | treat | 2006-07-08 15:09:25 -0500 (Sat, 08 Jul 2006) | 10 lines

  Add 'setSharedConfig' method to kconfigskeleton

  This will allow kdevelop4 to save settings to a local
  project file or global settings, by dynamically changing
  the KConfig object at runtime... all while using KConfigXT

  The plan is to use KConfigXT for both the project files AND
  for local user settings with a simple switch in code.
........
  r559988 | cramblitt | 2006-07-08 15:30:56 -0500 (Sat, 08 Jul 2006) | 1 line

  Documentation
........
  r560005 | giessl | 2006-07-08 17:37:30 -0500 (Sat, 08 Jul 2006) | 1 line

  doc dump, EBN rejoices
........
  r560017 | giessl | 2006-07-08 19:00:15 -0500 (Sat, 08 Jul 2006) | 2 lines

  Make widgetLayoutProp() protected, virtual and pass QStyleOption and QWidget \
                pointers
........
  r560107 | mlaurent | 2006-07-09 04:57:35 -0500 (Sun, 09 Jul 2006) | 2 lines

  Adapt it
........
  r560119 | coolo | 2006-07-09 05:20:03 -0500 (Sun, 09 Jul 2006) | 2 lines

  I meant to commit here
........
  r560129 | bhards | 2006-07-09 05:54:38 -0500 (Sun, 09 Jul 2006) | 11 lines

  The test appears to add files using the local user name / group.
  There doesn't appear to be any way to avoid that, at least for
  methods like Karchive::addLocalFIle.

  When we compare the results, we need to do so against the local
  user. I thought about using KUser, but QFileInfo on a local file
  seemed more logical.
........
  r560169 | giessl | 2006-07-09 08:02:31 -0500 (Sun, 09 Jul 2006) | 1 line

  doc dump, make use of doxygen groups to collect related members
........
  r560171 | giessl | 2006-07-09 08:17:12 -0500 (Sun, 09 Jul 2006) | 1 line

  pass option and widget to expandDim() and insideMargin(), too
........
  r560182 | woebbe | 2006-07-09 08:44:18 -0500 (Sun, 09 Jul 2006) | 1 line

  -pedantic
........
  r560193 | cramblitt | 2006-07-09 09:01:10 -0500 (Sun, 09 Jul 2006) | 1 line

  --dcop
........
  r560214 | mkretz | 2006-07-09 10:05:57 -0500 (Sun, 09 Jul 2006) | 2 lines

  document KCM changes and fix -> to -&gt;
........
  r560216 | mkretz | 2006-07-09 10:08:37 -0500 (Sun, 09 Jul 2006) | 2 lines

  document the Button enum change in KCModule
........
  r560242 | bmeyer | 2006-07-09 11:32:14 -0500 (Sun, 09 Jul 2006) | 3 lines

  Mention that by default spell checking is off.
........
  r560261 | coolo | 2006-07-09 12:43:52 -0500 (Sun, 09 Jul 2006) | 2 lines

  increase version number
........
  r560265 | giessl | 2006-07-09 14:16:55 -0500 (Sun, 09 Jul 2006) | 7 lines

  sort of revert first part of r558411:
  PushButton::Panel
  PushButton::DefaultButtonFrame
  CheckBox::CheckOn/Off/TriState
  RadioButton::RadioOn/Off
  ToolButton::Panel
........
  r560287 | giessl | 2006-07-09 15:56:32 -0500 (Sun, 09 Jul 2006) | 8 lines

  Splitter::HandleHor/Vert
  ProgressBar::Groove
  MenuBar::EmptyArea
  Menu::TearOff
  Menu::Scroller
  ScrollBar::GrooveAreaVert/Hor
  ScrollBar::SliderVert/Hor
........
  r560296 | giessl | 2006-07-09 16:39:06 -0500 (Sun, 09 Jul 2006) | 8 lines

  Minor stuff:

  Header::IndicatorSize -> Header::MarkSize,
  ToolBar::PanelFrameWidth -> ToolBar::FrameWidth,
  ToolBar::Handle -> ToolBar::HandleHor/Vert,
  implement a few metrics which were defined but not used,
  some docs, cleanup, resolved @todos
........
  r560326 | treat | 2006-07-09 20:20:03 -0500 (Sun, 09 Jul 2006) | 5 lines

  Hand the bulk of readConfig(), writeConfig(), useDefaults()
  off to their virtual counterparts.  This way when I reimplement
  one of these I can really reimplement it when called from
  a class generated from kconfig_compiler
........
  r560356 | mlaurent | 2006-07-10 01:46:36 -0500 (Mon, 10 Jul 2006) | 2 lines

  Minor fix
........
  r560378 | mkretz | 2006-07-10 03:25:26 -0500 (Mon, 10 Jul 2006) | 2 lines

  forgot to document the Msg -> Message name change
........
  r560447 | dfaure | 2006-07-10 06:15:56 -0500 (Mon, 10 Jul 2006) | 3 lines

  KOffice uses those classes too, not only KColorDialog. So export them.
   (and I renamed KValueSelector to KColorValueSelector)
........
  r560452 | dfaure | 2006-07-10 06:34:05 -0500 (Mon, 10 Jul 2006) | 2 lines

  Move KXYSelector to separate header/cpp files and move KHSSelector with it, renamed \
                to KHueSaturationSelector.
........
  r560454 | dfaure | 2006-07-10 06:41:17 -0500 (Mon, 10 Jul 2006) | 2 lines

  copy/paste
........
  r560489 | coolo | 2006-07-10 08:26:52 -0500 (Mon, 10 Jul 2006) | 5 lines

  take out the systemtray change for the moment. It's just
  too inconsistent in itself and needs discussion (and I'd prefer
  to go on with porting) - I'll put this back in after we
  snapshoted
........
  r560505 | dfaure | 2006-07-10 08:51:52 -0500 (Mon, 10 Jul 2006) | 4 lines

  FEATURE: support for suspend/resume on kio jobs, and a button in the UI for it.
  Started this change during the kubuntu meeting in Paris, but was only able to test \
it today,  after much qt/qdbus/kdelibs bugfixing over the past weeks :)
........
  r560514 | uwolfer | 2006-07-10 09:15:03 -0500 (Mon, 10 Jul 2006) | 1 line

  readd CMakeLists.txt. deleted with r 560489
........
  r560540 | giessl | 2006-07-10 10:40:16 -0500 (Mon, 10 Jul 2006) | 7 lines

  - Splitter::Size -> Splitter::Width
  - TabBar::ScrollButton -> TabBar::IndicatorTear (it actually didn't
    implement the button -  we can't implement ScrollButton in KStyle
    since it's hardcoded to use a tool button panel)
  - PushButton::DefaultIndicatorMargin sets PM_ButtonDefaultIndicator
  - resolved a few more @todo. . .
........
  r560545 | giessl | 2006-07-10 10:45:51 -0500 (Mon, 10 Jul 2006) | 4 lines

  actually r560540 was the wrong log message and should only be committed now:
   - since the tabbar scroller is painted by the toolbutton primitive, this needs
     to be supported in ToolButton::Panel
........
  r560546 | giessl | 2006-07-10 10:47:11 -0500 (Mon, 10 Jul 2006) | 6 lines

  - Splitter::Size -> Splitter::Width
  - TabBar::ScrollButton -> TabBar::IndicatorTear (it actually didn't implement the \
button -  we can't implement  ScrollButton in KStyle since it's hardcoded to use a \
                tool button panel)
  - PushButton::DefaultIndicatorMargin sets PM_ButtonDefaultIndicator
  - resolved a few more @todo. . .
........
  r560578 | josef | 2006-07-10 12:23:04 -0500 (Mon, 10 Jul 2006) | 3 lines

  - pointer to URI scheme list
........
  r560579 | giessl | 2006-07-10 12:29:24 -0500 (Mon, 10 Jul 2006) | 4 lines

  - don't bother with PE_PanelToolBar which doesn't work, use CE_ToolBar
  - ToolBar::Handle -> ToolBar::HandleHor/Vert
  finally toolbars do work again
........
  r560674 | dfaure | 2006-07-10 16:15:15 -0500 (Mon, 10 Jul 2006) | 3 lines

  Improve error reporting when trying to Exec a desktop file without an Exec line.
  Next step is figuring out why konq_iconview.desktop is returned when querying for \
                mimetype=inode/directory servicetype=Application though...
........
  r560690 | giessl | 2006-07-10 17:01:12 -0500 (Mon, 10 Jul 2006) | 1 line

  put default values of layout metrics into the class reference; set two default \
                values which probably are more useful than 0
........
  r560700 | dfaure | 2006-07-10 17:40:03 -0500 (Mon, 10 Jul 2006) | 2 lines

  This includes the x11 include dirs so it fixes the build on FreeBSD, reportedly
........
  r560710 | mueller | 2006-07-10 18:38:17 -0500 (Mon, 10 Jul 2006) | 3 lines

  forwardport from 3.5 branch:
  Fix memory leak with super-large widgets, reported by Martin Pley.
........
  r560712 | giessl | 2006-07-10 18:42:31 -0500 (Mon, 10 Jul 2006) | 3 lines

  cleanup old stuff, port a few things over to kstyle, reactivate styleHint,
  reactivate ProgressBar animation
........
  r560715 | cramblitt | 2006-07-10 18:53:11 -0500 (Mon, 10 Jul 2006) | 1 line

  Documentation.
........
  r560781 | mlaurent | 2006-07-11 03:26:58 -0500 (Tue, 11 Jul 2006) | 2 lines

  Add kdefx variabl
........
  r560782 | dfaure | 2006-07-11 03:31:43 -0500 (Tue, 11 Jul 2006) | 2 lines

  Same fix as in KMainWindow
........
  r560789 | dfaure | 2006-07-11 03:40:55 -0500 (Tue, 11 Jul 2006) | 2 lines

  Fix mimetypetrader queries not obeying the given service type, which is why \
                "kde-open /tmp" was trying to use konq_iconview.desktop as the \
                service to run.
........
  r560814 | dfaure | 2006-07-11 05:04:03 -0500 (Tue, 11 Jul 2006) | 3 lines

  Split the compiler and OS out of config.h, it's only needed by kbugreport.cpp
  This way when switching compilers (or kernel version) you don't get an updated \
                config.h.
........
  r560828 | mueller | 2006-07-11 05:28:46 -0500 (Tue, 11 Jul 2006) | 2 lines

  use generic lib version
........
  r560829 | dfaure | 2006-07-11 05:30:42 -0500 (Tue, 11 Jul 2006) | 3 lines

  Split the big jobs (CopyJob and DeleteJob) into their own file, as discussed to \
Kevin (to fix kde-switch-cpp-h usage in emacs e.g.)  Removed all virtual_hooks on all \
                kio jobs since they are QObjects.
........
  r560832 | mueller | 2006-07-11 05:36:01 -0500 (Tue, 11 Jul 2006) | 2 lines

  fix typo. Thank god this is not bleeding.
........
  r560845 | mlaurent | 2006-07-11 06:38:33 -0500 (Tue, 11 Jul 2006) | 2 lines

  Need to install it
........
  r560853 | coolo | 2006-07-11 07:29:36 -0500 (Tue, 11 Jul 2006) | 2 lines

  don't mess with labels
........
  r560859 | vkrause | 2006-07-11 07:37:11 -0500 (Tue, 11 Jul 2006) | 2 lines

  Allow to manually set the LIB_INSTALL_DIR (needed to install into lib64).
........
  r560865 | dfaure | 2006-07-11 08:08:37 -0500 (Tue, 11 Jul 2006) | 2 lines

  Use KMimeTypeTrader correctly - should fix assert in kfiledialog found by Pino
........
  r560867 | mkretz | 2006-07-11 08:09:48 -0500 (Tue, 11 Jul 2006) | 5 lines

  Add cctor and operator= to ObjectDescription so that the forward decl of
  ObjectDescriptionPrivate is enough.
  Also add ByteStreamInterface (to be used with a later commit. I'm too lazy to
  adjust the CMakeLists.txt file)
........
  r560869 | mkretz | 2006-07-11 08:14:16 -0500 (Tue, 11 Jul 2006) | 3 lines

  same change for EffectParamter: add cctor and operator= so that the forward
  decl for EffectParamterPrivate is enough
........
  r560871 | coolo | 2006-07-11 08:16:09 -0500 (Tue, 11 Jul 2006) | 4 lines

  fixing messageboxes. This is the third place where
  avoiding kvbox fixes problems magically. I guess I'll have
  to test this next :)
........
  r560873 | coolo | 2006-07-11 08:19:35 -0500 (Tue, 11 Jul 2006) | 2 lines

  good eyes David! :)
........
  r560885 | coolo | 2006-07-11 09:04:17 -0500 (Tue, 11 Jul 2006) | 3 lines

  this is always 0x0 - and the real reason the message boxes
  looked so clipped
........
  r560886 | coolo | 2006-07-11 09:09:15 -0500 (Tue, 11 Jul 2006) | 2 lines

  trying to be more correct
........
  r560888 | giessl | 2006-07-11 09:19:31 -0500 (Tue, 11 Jul 2006) | 3 lines

  So... TabOverlap handling was actually up to me to implement in CE_TabBarTabShape.
  Plastik Tabs look OK again.
........
  r560890 | mkretz | 2006-07-11 09:20:05 -0500 (Tue, 11 Jul 2006) | 2 lines

  it also needs the dtor to not complain
........
  r560892 | giessl | 2006-07-11 09:20:56 -0500 (Tue, 11 Jul 2006) | 1 line

  TabOverlap thingie is solved nowadays.
........
  r560893 | mkretz | 2006-07-11 09:21:26 -0500 (Tue, 11 Jul 2006) | 2 lines

  this also needs the dtor
........
  r560895 | pino | 2006-07-11 09:26:18 -0500 (Tue, 11 Jul 2006) | 2 lines

  Improve the layout of the Meta Info tab of the Properties dialog
........
  r560967 | giessl | 2006-07-11 10:02:00 -0500 (Tue, 11 Jul 2006) | 3 lines

  lineedit/combobox/etc. focus highlight, tab bar mouseOver, "kde toolbar widget" \
hack  don't require eventFilter() attention anymore
........
  r560969 | mlaurent | 2006-07-11 10:12:27 -0500 (Tue, 11 Jul 2006) | 8 lines

  Allow to specify classname.
  It's necessary to fix karm compile
  it uses same xml file but two different class and
  use the same lib
  =>it defined same object => we can't link.
  (it's very specific case)
........
  r560982 | giessl | 2006-07-11 11:18:02 -0500 (Tue, 11 Jul 2006) | 1 line

  PE_Frame -> Wt_Generic/Generic::Frame + plastik listviews work again
........
  r560988 | mlaurent | 2006-07-11 11:31:55 -0500 (Tue, 11 Jul 2006) | 2 lines

  Don't use deprecated signal
........
  r560997 | giessl | 2006-07-11 12:10:11 -0500 (Tue, 11 Jul 2006) | 3 lines

  DockWidgetTitle -> DockWidget, and new properties \
DockWidget::FrameWidth+SeparatorExtent  + plastik floating dockwidget frames
........
  r561002 | dfaure | 2006-07-11 12:15:28 -0500 (Tue, 11 Jul 2006) | 3 lines

  The patch re-adding isSuccess() to QDBusReply<void> is probably wrong, there's no \
reason for it to  have a different API than QDBusReply<T>. isValid() is the correct \
                method nowadays.
........
  r561005 | dfaure | 2006-07-11 12:31:32 -0500 (Tue, 11 Jul 2006) | 2 lines

  two more uses of unofficial methods
........
  r561283 | hausmann | 2006-07-11 14:21:27 -0500 (Tue, 11 Jul 2006) | 2 lines

  - compile
........
  r561346 | giessl | 2006-07-11 17:18:44 -0500 (Tue, 11 Jul 2006) | 4 lines

  - WT_StatusBar/Generic::Frame for the status bar section. don't know
    if it works because I don't know any qt4 app with a proper status bar it seems...
  - GroupBox::FlatFrame for flat groupboxes...
........
  r561359 | giessl | 2006-07-11 18:01:17 -0500 (Tue, 11 Jul 2006) | 3 lines

  instead of alphaBlendColors() use real alpha in a few places, most importantly
  the frame anti-alias so DefaultButtons get blended together nicely with the default \
                frame again
........
  r561361 | giessl | 2006-07-11 18:23:25 -0500 (Tue, 11 Jul 2006) | 1 line

  remove renderPixel() hack for antialias, enable frame focus highlight for item \
                views etc.
........
  r561371 | giessl | 2006-07-11 18:59:18 -0500 (Tue, 11 Jul 2006) | 1 line

  WT_ToolBoxTab, ToolBoxTab::Margin, ToolBoxTab::Panel
........
  r561394 | staikos | 2006-07-11 21:43:04 -0500 (Tue, 11 Jul 2006) | 2 lines

  add startcom
........
  r561523 | giessl | 2006-07-12 06:06:05 -0500 (Wed, 12 Jul 2006) | 1 line

  less tool/menu bar painting lag by setting the right background role
........
  r561556 | kuemmel | 2006-07-12 08:48:10 -0500 (Wed, 12 Jul 2006) | 1 line

  qdbus now ships with Qt
........
  r561557 | kuemmel | 2006-07-12 08:49:23 -0500 (Wed, 12 Jul 2006) | 1 line

  qdbus now ships with Qt
........
  r561564 | dfaure | 2006-07-12 09:05:38 -0500 (Wed, 12 Jul 2006) | 3 lines

  The other half of rev 294999 by Andras Mantia (wow, two years ago): also restore \
m_file when saving fails.  Andreas Kling noted that kate was trying to save again to \
                the same path, when 'save as' failed once (e.g. no permissions or \
                disk full)
........
  r561603 | pino | 2006-07-12 11:50:31 -0500 (Wed, 12 Jul 2006) | 2 lines

  go correctly through all kinds of groupbox
........
  r561612 | giessl | 2006-07-12 13:06:09 -0500 (Wed, 12 Jul 2006) | 1 line

  WT_Window+loads of layout properties and primitives for MDI windows. tough one, but \
                it should simplify MDI stuff a lot :)
........
  r561616 | giessl | 2006-07-12 13:21:35 -0500 (Wed, 12 Jul 2006) | 1 line

  port WT_Window frame over from old plastik code
........
  r561618 | giessl | 2006-07-12 13:27:59 -0500 (Wed, 12 Jul 2006) | 1 line

  make south tabs sort of functional again
........
  r561628 | giessl | 2006-07-12 14:24:29 -0500 (Wed, 12 Jul 2006) | 1 line

  enable cornerWidget again, triangular tab detection(not sure if it works)
........
  r561632 | neundorf | 2006-07-12 14:34:41 -0500 (Wed, 12 Jul 2006) | 12 lines

  -KDE4_AUTOMOC: give a better error message if the header which should exist for \
creating the moc file doesn't exist

  This means that cmake will now abort if there is the header file which
  is required for KDE4_AUTOMOC is missing at cmake time.
  I think this shouldn't break anything, but I don't have enough computing power here \
to check all modules.

  Alex
........
  r561815 | kuemmel | 2006-07-13 06:09:00 -0500 (Thu, 13 Jul 2006) | 1 line

  port to Qt4
........
  r561816 | kuemmel | 2006-07-13 06:22:32 -0500 (Thu, 13 Jul 2006) | 5 lines

  x11 version also compiles with msvc.
  Do we really need the _x11/_win versions?
........
  r561818 | kuemmel | 2006-07-13 06:26:10 -0500 (Thu, 13 Jul 2006) | 1 line

  ifdef #warning command
........
  r561834 | kuemmel | 2006-07-13 07:29:00 -0500 (Thu, 13 Jul 2006) | 5 lines

  use temporary the x11 version until we'll fine tune kdelibs for windows.
........
  r561846 | kuemmel | 2006-07-13 08:02:02 -0500 (Thu, 13 Jul 2006) | 1 line

  add missing KDE3SUPPORT_EXPORT_DEPRECATED macro
........
  r561847 | kuemmel | 2006-07-13 08:03:16 -0500 (Thu, 13 Jul 2006) | 1 line

  use KDE3SUPPORT_EXPORT_DEPRECATED macro
........
  r561849 | kuemmel | 2006-07-13 08:14:26 -0500 (Thu, 13 Jul 2006) | 1 line

  handle win32 support in FindKDE4Internal.cmake
........
  r561854 | kuemmel | 2006-07-13 08:27:21 -0500 (Thu, 13 Jul 2006) | 1 line

  the configure process needs the include path
........
  r561866 | saxton | 2006-07-13 08:56:06 -0500 (Thu, 13 Jul 2006) | 2 lines

  Make QDoubleSpinBox work with KConfigDialogManager.
........
  r561880 | uwolfer | 2006-07-13 09:38:45 -0500 (Thu, 13 Jul 2006) | 3 lines

  Port some more KActiveLabel's to QLabel's.

  I think we can remove KActiveLabel (or at least move to kde3support). QLabel \
                provides all functionalities of KActiveLabel. Any comments?
........
  r561881 | giessl | 2006-07-13 09:39:59 -0500 (Thu, 13 Jul 2006) | 4 lines

  DockWidget::TitleTextColor,
  somewhat useable DockWidget::TitlePanel default implementation,
  CE_DockWidgetTitle text insideMargin() fix (forgot MarginInc)
........
  r561889 | giessl | 2006-07-13 10:01:12 -0500 (Thu, 13 Jul 2006) | 3 lines

  less duplication in subControlRect() CC_TitleBar calculation, I
  think SC_TitleBarLabel was even wrong. todo--
........
  r561900 | kuemmel | 2006-07-13 10:32:44 -0500 (Thu, 13 Jul 2006) | 1 line

  use macro for exporting
........
  r561901 | giessl | 2006-07-13 10:34:35 -0500 (Thu, 13 Jul 2006) | 1 line

  SE_CheckBoxIndicator and SE_RadioButtonIndicator from QCommonStyle are fine
........
  r561907 | treat | 2006-07-13 10:51:36 -0500 (Thu, 13 Jul 2006) | 2 lines

  Why iterate when you don't have to?
........
  r561908 | kuemmel | 2006-07-13 10:52:08 -0500 (Thu, 13 Jul 2006) | 1 line

  add kio/misc/uiserveriface.cpp to fix linker errors on windows
........
  r561913 | giessl | 2006-07-13 10:59:39 -0500 (Thu, 13 Jul 2006) | 1 line

  implement all QStyle virtuals to avoid BC trouble (existing styles calling \
QCommonStyle methods instead of KStyle ones) when we need to implement something \
                there at a later point
........
  r561920 | kuemmel | 2006-07-13 11:13:46 -0500 (Thu, 13 Jul 2006) | 7 lines

  under Windows WId is void* (32bit) and qlonglong is 64bit, so we have to cast \
manually.

  Isn't it better to use WId instead of qlonglong as parameter type?
........
  r561921 | kuemmel | 2006-07-13 11:19:53 -0500 (Thu, 13 Jul 2006) | 8 lines

  there is no sys/dir.h in posix unix.

  Is it really necessary on linux, isn't dirent enough?
........
  r561931 | mbroadst | 2006-07-13 11:59:58 -0500 (Thu, 13 Jul 2006) | 1 line

  Remove Q3PtrLists
........
  r561933 | giessl | 2006-07-13 12:04:33 -0500 (Thu, 13 Jul 2006) | 1 line

  pixmap labels for checkboxes and radiobuttons, const_cast--
........
  r561938 | mbroadst | 2006-07-13 12:09:29 -0500 (Thu, 13 Jul 2006) | 1 line

  Remove Q3PtrLists
........
  r561939 | giessl | 2006-07-13 12:10:10 -0500 (Thu, 13 Jul 2006) | 1 line

  ProgressBar busyIndicator checking using minimum,maximum==0 like done in Qt styles \
                and said Qt reference
........
  r561952 | giessl | 2006-07-13 12:31:58 -0500 (Thu, 13 Jul 2006) | 1 line

  according to QStyle doc, subElementRect() should always return screen coordinates. \
                apply this rule to fix checkbox/combobox RTL issues
........
  r561954 | kuemmel | 2006-07-13 12:39:18 -0500 (Thu, 13 Jul 2006) | 1 line

  windows build needs stdint.h from kdewin32
........
  r561955 | kuemmel | 2006-07-13 12:40:15 -0500 (Thu, 13 Jul 2006) | 1 line

  fix windows linker error
........
  r561969 | giessl | 2006-07-13 13:30:25 -0500 (Thu, 13 Jul 2006) | 1 line

  TabWidget::FrameWidth has the expected effect now
........
  r561972 | mbroadst | 2006-07-13 13:49:31 -0500 (Thu, 13 Jul 2006) | 1 line

  Added the js object model
........
  r561980 | giessl | 2006-07-13 14:19:03 -0500 (Thu, 13 Jul 2006) | 4 lines

  couldn't resist this neat feature: TabWidget::FrameMargin instead of framewidth,
  margin rotated according to the tabbar position. should help implementing \
tabwidgets  like mosfet's liquid one with a panel below the tabbar
........
  r561997 | giessl | 2006-07-13 15:26:45 -0500 (Thu, 13 Jul 2006) | 2 lines

  some GroupBox love: FrameWidth, TextAlignTop, TitleTextColor
........
  r561998 | giessl | 2006-07-13 15:29:41 -0500 (Thu, 13 Jul 2006) | 1 line

  default values
........
  r561999 | andrunko | 2006-07-13 15:44:19 -0500 (Thu, 13 Jul 2006) | 2 lines

  make plastik compile with changes on kdefx/kstyle.h.
........
  r562001 | andrunko | 2006-07-13 15:46:57 -0500 (Thu, 13 Jul 2006) | 2 lines

  added missing objectmodel.cpp file to CMakeLists.txt.
........
  r562002 | neundorf | 2006-07-13 15:56:14 -0500 (Thu, 13 Jul 2006) | 5 lines

  -for the case that LIB_INSTALL_DIR or another prefix was given as a relative path \
("lib64"), install KDE4LibDependencies.cmake correctly nevertheless

  Alex
........
  r562228 | lunakl | 2006-07-14 06:55:13 -0500 (Fri, 14 Jul 2006) | 3 lines

  KAccel stuff hasn't been dropped completely (KGlobalAccel).
........
  r562229 | lunakl | 2006-07-14 07:00:26 -0500 (Fri, 14 Jul 2006) | 3 lines

  KGlobalAccel is kdeui
........
  r562230 | lunakl | 2006-07-14 07:03:19 -0500 (Fri, 14 Jul 2006) | 3 lines

  No need for KConfig::sync() in readSettings().
........
  r562231 | kuemmel | 2006-07-14 07:03:31 -0500 (Fri, 14 Jul 2006) | 1 line

  use ::link from kdewin32, test passes then
........
  r562242 | lunakl | 2006-07-14 07:45:11 -0500 (Fri, 14 Jul 2006) | 3 lines

  Don't use uninitialized value.
........
  r562246 | lunakl | 2006-07-14 07:59:41 -0500 (Fri, 14 Jul 2006) | 3 lines

  Make shortcuts with Alt work.
........
  r562253 | ogoffart | 2006-07-14 08:24:20 -0500 (Fri, 14 Jul 2006) | 1 line

  make the link in the popup works as expected, and do not try to open konqueror   \
                (it's only the third times i fix that problem :-p)
........
  r562284 | kuemmel | 2006-07-14 09:36:16 -0500 (Fri, 14 Jul 2006) | 6 lines

  macro for pimpl handling:
   * consistent naming of the private implementation
   * explicit copying, checked by the linker
   * disable copying, checked at compile time
   * const pimpl
........
  r562364 | kling | 2006-07-14 10:40:26 -0500 (Fri, 14 Jul 2006) | 2 lines

  I'm a dizzy monkey, and I apologize. (revert forward-port of 559572 in 559586)
........
  r562366 | giessl | 2006-07-14 10:41:48 -0500 (Fri, 14 Jul 2006) | 1 line

  default DockWidget::TitlePanel for now
........
  r562488 | pino | 2006-07-14 18:55:34 -0500 (Fri, 14 Jul 2006) | 2 lines

  fix the layout so something is visible again; no duplicate buttons
........
  r562536 | kuemmel | 2006-07-15 01:21:43 -0500 (Sat, 15 Jul 2006) | 1 line

  disable pimpl macro until the final solution, (gcc 4.1 does not like the X##&, must \
                be X &
........
  r562566 | coolo | 2006-07-15 04:09:00 -0500 (Sat, 15 Jul 2006) | 3 lines

  fix addTitle (as used in many systray popup menus)
  QLabel can't have both pixmap and text
........
  r562569 | chehrlic | 2006-07-15 04:22:46 -0500 (Sat, 15 Jul 2006) | 2 lines

  fix for OpenSSL 0.9.8b with msvc
  hope it will work with < 0.9.8b too
........
  r562605 | kuemmel | 2006-07-15 06:46:31 -0500 (Sat, 15 Jul 2006) | 13 lines

  Don't add a macro when a real C++ (template) solution possible.

  Undo all pimpl changes. I'll also stop working on this because of
  the new kdelibs-commit-policy, which is like freezing kdelibs.

  Now I have to care about too much: branching, changing hole
  trunk, waiting for Monday - this is annoying even if it helps
  the application developers.

  Time to leave with 'rm -rf *', hope I've not forgotten something to revert.
........
  r562700 | troeder | 2006-07-15 09:57:01 -0500 (Sat, 15 Jul 2006) | 2 lines

  one warning less
........
  r562905 | chehrlic | 2006-07-16 03:02:36 -0500 (Sun, 16 Jul 2006) | 3 lines

  don't check for openssl lib on every cmake run (win32)
........
  r563035 | pletourn | 2006-07-16 09:17:54 -0500 (Sun, 16 Jul 2006) | 2 lines

  It's possible to specify the generic type only in the constrain
........
  r563043 | boemann | 2006-07-16 09:45:42 -0500 (Sun, 16 Jul 2006) | 8 lines

  Polish the visual appearence of selector widgets:
   - size of widget is now calculated correct in all cases
   - changed the marker from a cross to a circle, which is more
     visible in corners
   - added a setMakerColor method that can be used to set the marker apart
     from the background in colorchoosers.
........
  r563088 | pletourn | 2006-07-16 11:42:29 -0500 (Sun, 16 Jul 2006) | 2 lines

  Unbreak porting
........
  r563118 | coolo | 2006-07-16 13:33:46 -0500 (Sun, 16 Jul 2006) | 2 lines

  let's define to be monday
........
  r563119 | pletourn | 2006-07-16 13:52:48 -0500 (Sun, 16 Jul 2006) | 2 lines

  Don't crash
........
  r563155 | pletourn | 2006-07-16 15:43:43 -0500 (Sun, 16 Jul 2006) | 2 lines

  Unbreak porting and remove old compatibility code
........
  r563161 | amantia | 2006-07-16 16:05:19 -0500 (Sun, 16 Jul 2006) | 1 line

  Be consistent with the rest of KNewStuff code.
........
  r563185 | ogoffart | 2006-07-16 17:01:33 -0500 (Sun, 16 Jul 2006) | 2 lines

  KButtonBox -> KDialogButtonBox
  KButtonBox is marked as deprecated for now, and will be removed next week
........
  r563188 | mbroadst | 2006-07-16 17:09:09 -0500 (Sun, 16 Jul 2006) | 1 line

  checking in some changes for safe keeping.
........
  r563205 | bmeyer | 2006-07-16 17:48:31 -0500 (Sun, 16 Jul 2006) | 1 line

  QTextEdit -> KTextEdit
........
  r563216 | giessl | 2006-07-16 18:34:49 -0500 (Sun, 16 Jul 2006) | 1 line

  touched a few things while being there, mostly docs
........
  r563217 | giessl | 2006-07-16 18:35:30 -0500 (Sun, 16 Jul 2006) | 1 line

  too much c&p
........
  r563290 | amantia | 2006-07-17 03:06:11 -0500 (Mon, 17 Jul 2006) | 1 line

  Do the exports the right way.
........
  r563323 | coolo | 2006-07-17 04:50:00 -0500 (Mon, 17 Jul 2006) | 4 lines

  I don't think KActionMenu::kMenu is needed (and it's no
  good function name for sure). So replacing it with an overload
  for ::menu - returning a KMenu*
........
  r563353 | tokoe | 2006-07-17 06:18:23 -0500 (Mon, 17 Jul 2006) | 2 lines

  Add support for icons on tabs in tab face
........
  r563354 | tokoe | 2006-07-17 06:18:52 -0500 (Mon, 17 Jul 2006) | 2 lines

  Make it run
........
  r563387 | coolo | 2006-07-17 08:13:46 -0500 (Mon, 17 Jul 2006) | 2 lines

  replaced deprcated functions
........
  r563403 | woebbe | 2006-07-17 09:09:59 -0500 (Mon, 17 Jul 2006) | 1 line

  one explicit too much
........
  r563405 | adridg | 2006-07-17 09:12:17 -0500 (Mon, 17 Jul 2006) | 1 line

  Remove superfluous and duplicate settings
........
  r563432 | larkang | 2006-07-17 10:29:33 -0500 (Mon, 17 Jul 2006) | 3 lines

  Fix layout for KMessageBox::detailedError,
  and simplify calls to setOpenExternalLinks
........


 _M            . (directory)  
 M  +26 -11    CMakeLists.txt  
 M  +0 -3      ConfigureChecks.cmake  
 M  +53 -16    KDE4PORTING.html  
 M  +10 -2     cmake/modules/FindKDE4Internal.cmake  
 M  +76 -42    cmake/modules/FindOpenSSL.cmake  
 M  +11 -3     cmake/modules/FindQt4.cmake  
 M  +5 -2      cmake/modules/KDE4Macros.cmake  
 A             config-compiler.h.cmake   \
trunk/KDE/kdelibs/config-compiler.h.cmake#563432  M  +0 -10     config.h.cmake  
 M  +81 -33    doc/api/doxygen.sh  
 M  +5 -12     doc/common/Doxyfile.global  
 M  +220 -209  interfaces/kspeech/kspeech.h  
 D             interfaces/kspeech/kspeechsink.h  
 M  +1 -1      interfaces/kspeech/org.kde.KSpeech.xml  
 M  +5 -5      kate/part/kateautoindent.cpp  
 M  +1 -1      kate/part/katebookmarks.cpp  
 M  +12 -12    kate/part/katefiletype.cpp  
 M  +5 -5      kate/part/katehighlight.cpp  
 M  +6 -6      kate/part/kateschema.cpp  
 M  +5 -5      kate/part/kateviewhelpers.cpp  
 M  +1 -1      kate/part/kateviewinternal.cpp  
 M  +3 -3      kate/plugins/isearch/ISearchPlugin.cpp  
 M  +4 -4      kate/plugins/kdatatool/kate_kdatatool.cpp  
 M  +1 -1      kcmshell/main.cpp  
 M  +1 -1      kde3support/kdeui/k3sconfig.h  
 M  +1 -1      kde3support/kdeui/k3spell.h  
 M  +1 -1      kde3support/kdeui/k3spelldlg.h  
 M  +1 -7      kdecore/CMakeLists.txt  
 M  +3 -2      kdecore/kacceleratormanager.cpp  
 M  +9 -3      kdecore/kapplication_win.cpp   [POSSIBLY UNSAFE: system]
 M  +1 -1      kdecore/kcatalog.h  
 M  +9 -4      kdecore/kconfig/kconfigskeleton.cpp  
 M  +5 -0      kdecore/kconfig/kconfigskeleton.h  
 M  +1 -0      kdecore/kdebug.areas  
 M  +1 -1      kdecore/kdebugrc  
 M  +1 -1      kdecore/kdeversion.h  
 M  +0 -5      kdecore/klockfile.cpp  
 M  +1 -1      kdecore/knotifyclient.cpp  
 M  +1 -1      kdecore/kservice/kservicetypeprofile.cpp  
 M  +1 -2      kdecore/kstringhandler.h  
 M  +2 -2      kdecore/ktempdir.cpp  
 M  +4 -2      kdecore/ktempdir.h  
 M  +7 -1      kdecore/ktoolinvocation_win.cpp  
 M  +2 -2      kdecore/tests/ktempdirtest.cpp  
 M  +1 -1      kded/kde-menu.cpp  
 M  +3 -1      kded/vfolder_menu.cpp  
 M  +1 -4      kdefx/CMakeLists.txt  
 M  +1148 -463 kdefx/kstyle.cpp  
 M  +1139 -620 kdefx/kstyle.h  
 M  +3 -0      kdelibs_export.h  
 M  +1 -1      kdeprint/foomatic2loader.h  
 M  +8 -7      kdeprint/kpfilterpage.cpp  
 M  +2 -2      kdeprint/kpfilterpage.h  
 M  +6 -6      kdeprint/kprintaction.cpp  
 M  +5 -2      kdeprint/kprintdialog.cpp  
 M  +25 -25    kdeprint/management/kmmainview.cpp  
 M  +4 -3      kdeprint/management/kmwinfopage.cpp  
 M  +1 -1      kdeprint/management/kxmlcommandselector.cpp  
 M  +2 -2      kdeprint/tests/helpwindow.cpp  
 M  +1 -1      kdeprint/tests/richpage.cpp  
 M  +6 -3      kdeui/CMakeLists.txt  
 M  +1 -1      kdeui/findreplace/kfinddialog.cpp  
 M  +8 -24     kdeui/kactionmenu.cpp  
 M  +7 -3      kdeui/kactionmenu.h  
 M  +2 -0      kdeui/kbugreport.cpp  
 M  +9 -235    kdeui/kcolordialog.cpp  
 M  +11 -11    kdeui/kconfigdialogmanager.cpp  
 M  +1 -1      kdeui/kdialog.cpp  
 M  +2 -0      kdeui/kfontaction.cpp  
 M  +0 -2      kdeui/kglobalaccel.cpp  
 M  +3 -1      kdeui/kglobalaccel_x11.cpp  
 M  +2 -1      kdeui/kkeyserver_x11.cpp  
 M  +21 -22    kdeui/kmessagebox.cpp  
 M  +0 -1      kdeui/knotification.cpp  
 M  +1 -1      kdeui/knotificationmanager.cpp  
 M  +5 -2      kdeui/kpageview_p.cpp  
 D             kdeui/kselector_p.cpp  
 D             kdeui/kselector_p.h  
 A             kdeui/ksystemtray.cpp   trunk/KDE/kdelibs/kdeui/ksystemtray.cpp#563432
 A             kdeui/ksystemtray.h   trunk/KDE/kdelibs/kdeui/ksystemtray.h#563432
 M  +1 -1      kdeui/ktoolbarhandler.cpp  
 M  +5 -5      kdeui/tests/CMakeLists.txt  
 D             kdeui/tests/kbuttonboxtest.cpp  
 A             kdeui/tests/kdialogbuttonboxtest.cpp   \
trunk/KDE/kdelibs/kdeui/tests/kdialogbuttonboxtest.cpp#563432  M  +7 -2      \
kdeui/tests/kpagewidgettest.cpp    M  +2 -1      kdeui/tests/ksystemtraytest.cpp  
 A             kdeui/widgets/CMakeLists.txt   \
trunk/KDE/kdelibs/kdeui/widgets/CMakeLists.txt#563432  M  +3 -1      \
kdeui/widgets/kbuttonbox.h    A             kdeui/widgets/kcolorvalueselector.cpp   \
trunk/KDE/kdelibs/kdeui/widgets/kcolorvalueselector.cpp#563432  A             \
kdeui/widgets/kcolorvalueselector.h   \
trunk/KDE/kdelibs/kdeui/widgets/kcolorvalueselector.h#563432  A             \
kdeui/widgets/kdialogbuttonbox.cpp   \
trunk/KDE/kdelibs/kdeui/widgets/kdialogbuttonbox.cpp#563432  A             \
kdeui/widgets/kdialogbuttonbox.h   \
trunk/KDE/kdelibs/kdeui/widgets/kdialogbuttonbox.h#563432  M  +13 -4     \
kdeui/widgets/khbox.cpp    M  +3 -2      kdeui/widgets/khbox.h  
 M  +16 -5     kdeui/widgets/kmenu.cpp  
 A             kdeui/widgets/kselector.cpp   \
trunk/KDE/kdelibs/kdeui/widgets/kselector.cpp#563432  A             \
kdeui/widgets/kselector.h   trunk/KDE/kdelibs/kdeui/widgets/kselector.h#563432  D     \
kdeui/widgets/ksystemtray.cpp    D             kdeui/widgets/ksystemtray.h  
 M  +1 -1      kdeui/widgets/ktextedit.h  
 A             kdeui/widgets/kxyselector.cpp   \
trunk/KDE/kdelibs/kdeui/widgets/kxyselector.cpp#563432  A             \
kdeui/widgets/kxyselector.h   trunk/KDE/kdelibs/kdeui/widgets/kxyselector.h#563432  M \
+1 -0      khtml/CMakeLists.txt    M  +2 -1      khtml/ecma/debugger/debugwindow.cpp  \
  M  +14 -1     khtml/ecma/debugger/localvariabledock.cpp  
 M  +4 -2      khtml/ecma/debugger/localvariabledock.h  
 A             khtml/ecma/debugger/objectmodel.cpp   \
trunk/KDE/kdelibs/khtml/ecma/debugger/objectmodel.cpp#563432  A             \
khtml/ecma/debugger/objectmodel.h   \
trunk/KDE/kdelibs/khtml/ecma/debugger/objectmodel.h#563432  M  +34 -36    \
khtml/ecma/kjs_window.cpp    M  +1 -1      khtml/ecma/kjs_window.h  
 M  +1 -1      khtml/khtml_ext.cpp  
 M  +2 -2      khtml/khtml_part.cpp  
 M  +1 -1      khtml/xml/xml_tokenizer.cpp  
 M  +4 -4      kio/CMakeLists.txt  
 M  +8 -1      kio/DESIGN  
 M  +1 -1      kio/bookmarks/kbookmarkbar.cc  
 M  +3 -3      kio/bookmarks/kbookmarkmanager.cc  
 M  +4 -4      kio/bookmarks/kbookmarkmenu.cc  
 M  +6 -6      kio/kfile/kcustommenueditor.cpp  
 M  +7 -7      kio/kfile/kdiroperator.cpp  
 M  +0 -3      kio/kfile/kdirsize.cpp  
 M  +0 -2      kio/kfile/kdirsize.h  
 M  +1 -1      kio/kfile/kfiledialog.cpp  
 M  +13 -6     kio/kfile/kfilemetainfowidget.cpp  
 M  +13 -3     kio/kfile/kmetaprops.cpp  
 M  +3 -3      kio/kfile/kpropertiesdialog.cpp  
 M  +2 -0      kio/kio/CMakeLists.txt  
 M  +0 -3      kio/kio/chmodjob.cpp  
 M  +0 -2      kio/kio/chmodjob.h  
 A             kio/kio/copyjob.cpp   trunk/KDE/kdelibs/kio/kio/copyjob.cpp#563432
 A             kio/kio/copyjob.h   trunk/KDE/kdelibs/kio/kio/copyjob.h#563432
 M  +25 -2     kio/kio/defaultprogress.cpp  
 M  +2 -0      kio/kio/defaultprogress.h  
 A             kio/kio/deletejob.cpp   trunk/KDE/kdelibs/kio/kio/deletejob.cpp#563432
 A             kio/kio/deletejob.h   trunk/KDE/kdelibs/kio/kio/deletejob.h#563432
 M  +80 -2113  kio/kio/job.cpp  
 M  +0 -153    kio/kio/job.h  
 M  +41 -391   kio/kio/jobclasses.h  
 M  +2 -1      kio/kio/kdirnotify.h  
 M  +1 -1      kio/kio/kdirwatch.cpp  
 M  +1 -2      kio/kio/kmimetypetrader.cpp  
 M  +5 -0      kio/kio/krun.cpp  
 M  +16 -0     kio/kio/observer.cpp  
 M  +17 -5     kio/kio/observer.h  
 M  +0 -3      kio/kio/previewjob.cpp  
 M  +0 -2      kio/kio/previewjob.h  
 M  +13 -0     kio/kio/progressbase.cpp  
 M  +19 -1     kio/kio/progressbase.h  
 M  +9 -5      kio/kio/slavebase.cpp  
 M  +3 -10     kio/kio/slaveinterface.cpp  
 M  +30 -0     kio/kssl/kssl/caroot/ca-bundle.crt  
 M  +5 -0      kio/kssl/kssl/ksslcalist  
 A             kio/kssl/kssl/startcom.pem   \
trunk/KDE/kdelibs/kio/kssl/kssl/startcom.pem#563432  M  +0 -1      \
kio/misc/kwalletd/kwalletd.cpp    M  +34 -9     kio/misc/uiserver.cpp  
 M  +7 -1      kio/misc/uiserver.h  
 M  +20 -7     kio/tests/karchivetest.cpp  
 M  +2 -0      kio/tests/karchivetest.h  
 M  +7 -0      kio/tests/kmimetypetest.cpp  
 M  +1 -1      kioslave/file/file.cc  
 M  +1 -4      kjs/CMakeLists.txt  
 M  +7 -2      kjsembed/kjsembed/CMakeLists.txt  
 M  +1 -1      knewstuff/downloaddialog.h  
 M  +1 -0      knewstuff/entry.h  
 M  +3 -3      knewstuff/knewstuff.h  
 M  +1 -0      knewstuff/provider.h  
 M  +1 -1      knotify/daemon/knotify.cpp  
 M  +5 -5      knotify/daemon/notifybypopup.cpp  
 M  +2 -2      kparts/mainwindow.cpp  
 M  +10 -2     kparts/part.cpp  
 M  +259 -274  kstyles/keramik/keramik.cpp  
 M  +39 -34    kstyles/keramik/pixmaploader.cpp  
 M  +2 -2      kstyles/plastik/config/plastikconf.cpp  
 M  +674 -1101 kstyles/plastik/plastik.cpp  
 M  +23 -113   kstyles/plastik/plastik.h  
 M  +1 -1      kutils/CMakeLists.txt  
 M  +1 -5      kwallet/client/CMakeLists.txt  
 M  +1 -1      phonon/CMakeLists.txt  
 A             phonon/bytestreaminterface.h   \
trunk/KDE/kdelibs/phonon/bytestreaminterface.h#563432  M  +16 -0     \
phonon/effectparameter.cpp    M  +4 -19     phonon/effectparameter.h  
 A             phonon/effectparameter_p.h   \
trunk/KDE/kdelibs/phonon/effectparameter_p.h#563432  M  +16 -0     \
phonon/objectdescription.cpp    M  +3 -1      phonon/objectdescription.h  
 M  +0 -2      phonon/tests/fakebackend/CMakeLists.txt  
 M  +0 -2      phonon/tests/fakebackend/ui/CMakeLists.txt  


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

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