| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=938417
|
|
KAcceleratorManager::manage().
svn path=/trunk/KDE/kdebase/apps/; revision=938412
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=938051
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=938031
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=937927
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=937920
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=937915
|
|
meta information
svn path=/trunk/KDE/kdebase/apps/; revision=937910
|
|
shown in the Information Panel.
CCBUG: 181534
CCBUG: 186071
svn path=/trunk/KDE/kdebase/apps/; revision=937630
|
|
for the patch!)
BUG: 164746
svn path=/trunk/KDE/kdebase/apps/; revision=937624
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=937623
|
|
the paste action is disabled in Konqueror on startup.
BUG: 186482
svn path=/trunk/KDE/kdebase/apps/; revision=937598
|
|
tab that it was in-now does.
svn path=/trunk/KDE/kdebase/apps/; revision=937597
|
|
Before it would just use the "folder" icon, but it now finds the icon of that folder, and uses it.
BUG: 182702
svn path=/trunk/KDE/kdebase/apps/; revision=937595
|
|
* Paths now ellide when they get too big. That is, according to the font size, not character length.
* Added automatic mnemomics (or however you spell that crazy word) to the menu's items.
svn path=/trunk/KDE/kdebase/apps/; revision=937504
|
|
could just go on for practically ever, which would yield an annoyingly huge list of closed tabs.
svn path=/trunk/KDE/kdebase/apps/; revision=937477
|
|
the only time we should have to do that is when we are using a split view.
This also kind of hides the Qt 4.5 tab bug (a very ugly one) from "regular" users (who don't use the split view).
svn path=/trunk/KDE/kdebase/apps/; revision=937116
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=936838
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=935529
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=935170
|
|
Panel
svn path=/trunk/KDE/kdebase/apps/; revision=934828
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=934823
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=934820
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=934812
|
|
BUG: 186071
svn path=/trunk/KDE/kdebase/apps/; revision=934807
|
|
same name
svn path=/trunk/KDE/kdebase/apps/; revision=934788
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=934676
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=934414
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=933947
|
|
always do what you would think.
svn path=/trunk/KDE/kdebase/apps/; revision=933889
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=933837
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=933737
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=933598
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=933591
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=933589
|
|
more recent tabs at the bottom.
The most recent tab will now always be shown right below the separator, which is right below the "Clear Recently Closed Tabs" action.
svn path=/trunk/KDE/kdebase/apps/; revision=933487
|
|
them, or need to reopen a previous one-go crazy.
Closed tabs now become stored in the "Go"->"Recently Closed Tabs" menu.
To clear this list, there is an action within that menu.
Clicking on a remembered tab's action, will remove that entry, restore that tab, and focus it.
svn path=/trunk/KDE/kdebase/apps/; revision=933483
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=933233
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=933227
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=932916
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=932520
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=932509
|
|
reader ;)
svn path=/trunk/KDE/kdebase/apps/; revision=932508
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=932504
|
|
installing services by the internet will make it into Dolphin/Konqueror for KDE 4.3, but at least turning off services (without deinstalling applications...) will be supported.
svn path=/trunk/KDE/kdebase/apps/; revision=931854
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=931776
|
|
konq-kde3 could do.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=931496
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=931093
|
|
QTreeView::scrollTo() has been fixed in Qt 4.5 :-) I should have tested this _before_ committing the huge patch for bug 185191... So:
* Remove the workaround in DolphinIconsView::scrollTo() to bypass an issue in Qt 4.4 (-> fixed in Qt 4.5)
* Revert the "use the DolphinController"-parts of commit 930754 and just use QAbstractItemView::scrollTo() instead.
CCBUG: 185191
svn path=/trunk/KDE/kdebase/apps/; revision=930777
|
|
fully visible renamed item. The implementation required a lot of more code changes as such a fix should require: QAbstractItemView::scrollTo() cannot be used directly (inconsistent default behavior in QListView and QTreeView, a special case for the column view), so the communication has to be done with the DolphinController...
BUG: 185191
svn path=/trunk/KDE/kdebase/apps/; revision=930754
|