Commit graph

567 commits

Author SHA1 Message Date
Farhad Hedayati Fard c39d6e0f1f Replaced KLineEdit with an editable KComboBox in folderview's config dialog for custom title setting.
REVIEW:100834
2011-03-11 19:58:28 +03:30
Farhad Hedayati Fard 40f36dd3cd Added option to hide the titlebar in folderview, use default title or full path as the title of folderview, using completion box on the current KLineEdit.
REVIEW: 100750
2011-03-06 18:23:14 +03:30
Script Kiddy 30ece17b38 SVN_SILENT made messages (.desktop file) 2011-03-04 08:40:53 +01:00
Script Kiddy 90b0eefd97 SVN_SILENT made messages (.desktop file) 2011-02-03 07:24:26 +01:00
Script Kiddy eb75a90d23 SVN_SILENT made messages (.desktop file) 2011-02-02 08:24:54 +01:00
Aaron Seigo b1f29cf95d fix slider connection, let Applet set the buttons 2011-02-01 10:06:05 -08:00
Aaron Seigo 0714dda8df fix 2-click drag, w/correct painting on selection 2011-01-30 12:13:37 -08:00
Aaron J. Seigo e2a3b1c1be make hover triggering configurable; will backport for 4.6.1 as well
CCMAIL:wstephenson@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=1217557
2011-01-27 21:28:43 +00:00
Script Kiddy d7daa710ed SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1213663
2011-01-11 09:07:40 +00:00
Marco Martin 852a859c69 kill the rubberband when a context event happens
BUG:261614

svn path=/trunk/KDE/kdebase/apps/; revision=1210314
2010-12-30 16:32:35 +00:00
Script Kiddy 9992a731e1 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1198064
2010-11-17 09:42:13 +00:00
Aaron J. Seigo 42d534c535 fix clicked painting when set to double click, patch by Lindsay Roberts
BUG:256297

svn path=/trunk/KDE/kdebase/apps/; revision=1196275
2010-11-12 22:17:20 +00:00
Kevin Ottens 6f329924d7 Add missing debug includes.
svn path=/trunk/KDE/kdebase/apps/; revision=1195229
2010-11-10 16:03:55 +00:00
Jonathan Marten 72cc56510b Fix typo in signal name
Object::connect: No such signal KComboBox::currentIndexChagned(int) in kdebase/apps/plasma/applets/folderview/folderview.cpp:712
Object::connect:  (sender name:   'placesCombo')
Object::connect:  (receiver name: '2settingsFolder View')

svn path=/trunk/KDE/kdebase/apps/; revision=1195178
2010-11-10 14:42:44 +00:00
Script Kiddy 20e9f977a7 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1191511
2010-10-31 09:11:11 +00:00
Script Kiddy ad11a42a81 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1186710
2010-10-17 09:10:25 +00:00
Fredrik Höglund d9ee1462fc Fix the model being dynamically sorted when the view is set to unsorted.
Based on a patch by Jason Harvey <kdebgz.9.almoff@spamgourmet.com>.

BUG: 227157
FIXED-IN: 4.5.3

svn path=/trunk/KDE/kdebase/apps/; revision=1185295
2010-10-12 20:59:24 +00:00
Script Kiddy ff4d736673 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1177799
2010-09-21 10:01:09 +00:00
Aaron J. Seigo 7e127cfd9b check the item for validity just to be safe
svn path=/trunk/KDE/kdebase/apps/; revision=1177604
2010-09-20 18:45:45 +00:00
Aaron J. Seigo ecb5ef89ee ensure the file items returned are valid
BUG:251842

svn path=/trunk/KDE/kdebase/apps/; revision=1177602
2010-09-20 18:43:30 +00:00
Marco Martin 6539d709dc configChanged() support
since reloading is costly it checks if something is actually changed
before reloading

patch by Rohan Garg
CCMAIL:rohangarg@ubuntu.com
CCMAIL:fredrik@kde.org


svn path=/trunk/KDE/kdebase/apps/; revision=1175746
2010-09-15 19:16:44 +00:00
Björn Ruberg 99f240ebe4 BUG: 167243
Made folderview use the new non-modal dialogs option of knewfilemenu. Folderview is no more blocking the whole plasma shell when creating files or directorys


svn path=/trunk/KDE/kdebase/apps/; revision=1173205
2010-09-08 23:04:09 +00:00
Aaron J. Seigo b5a7d71e2d allow iconviews to be configured as to wether folder drill-down should be triggered by click or hover; this is use to allow the drill down to be started with a mouse click and then further drill down to be on hover only.
svn path=/trunk/KDE/kdebase/apps/; revision=1171792
2010-09-05 07:14:26 +00:00
Aaron J. Seigo 22c1f4b10b better fix for the "update the view on icon settings change" bug
CCBUG:245850

svn path=/trunk/KDE/kdebase/apps/; revision=1167465
2010-08-24 17:27:53 +00:00
Aaron J. Seigo 6e6744c5f1 respond to icon changes
BUG:245850

svn path=/trunk/KDE/kdebase/apps/; revision=1167207
2010-08-24 01:17:56 +00:00
Albert Astals Cid dbbedf6210 do not rely on extract-messages.sh doing the work for us
svn path=/trunk/KDE/kdebase/apps/; revision=1166361
2010-08-21 16:32:56 +00:00
Laurent Montel 4bca99f41a Not necessary we don't use this variable
svn path=/trunk/KDE/kdebase/apps/; revision=1160969
2010-08-09 11:47:20 +00:00
Laurent Montel 64a31de6d8 Fix includes
svn path=/trunk/KDE/kdebase/apps/; revision=1160967
2010-08-09 11:43:35 +00:00
Laurent Montel b5c37de5e6 Fix forward declaration
svn path=/trunk/KDE/kdebase/apps/; revision=1160966
2010-08-09 11:40:42 +00:00
Marco Martin 0039bb8fb3 reload the model after url change
svn path=/trunk/KDE/kdebase/apps/; revision=1158770
2010-08-03 16:56:44 +00:00
Marco Martin 5a048e0f77 reload the url in configChanged()
svn path=/trunk/KDE/kdebase/apps/; revision=1158744
2010-08-03 15:30:22 +00:00
Aaron J. Seigo 0003713384 patch by Iamluc to show when a folder is empty; maintainer said he considers this a bugfix. certainly a ++elegance.
svn path=/trunk/KDE/kdebase/apps/; revision=1155060
2010-07-26 20:29:25 +00:00
Script Kiddy 8b45c0ad1e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1144877
2010-07-01 06:52:15 +00:00
Nicolas Lécureuil 35596f75c3 Fix crash when adding folderview in the panel
BUG: 241285


svn path=/trunk/KDE/kdebase/apps/; revision=1136853
2010-06-10 22:53:02 +00:00
Fredrik Höglund 62ba35a2c1 Update the listview to use the new painting code.
svn path=/trunk/KDE/kdebase/apps/; revision=1133942
2010-06-02 22:28:24 +00:00
Fredrik Höglund 04e30a3654 Improve readability and performance of the filtering code in the proxy model.
* Return true at the top of filterAcceptsRow() if no filter is set.
* Keep a list of the regexps used for name filtering instead of recreating
  them each time in filterAcceptsRow().
* Don't do any regexp matching when the name filter is "*".
* Store the mimetype list in a QSet instead of in a QStringList.
* Don't resolve the mimetype if the mimetype set is empty.
* Do the pattern test before the mimetype test.

svn path=/trunk/KDE/kdebase/apps/; revision=1133009
2010-05-31 21:54:09 +00:00
Fredrik Höglund 2967a37cc6 Really fix the crash when changing preview settings and the applet
is on the panel.

FIXED-IN: 4.4.5
BUG: 239995

svn path=/trunk/KDE/kdebase/apps/; revision=1132999
2010-05-31 21:12:10 +00:00
Fredrik Höglund 81ab22fd02 Revert the krazy2 fix that broke the filter settings.
This is a partial revert of r1083788.
CCMAIL: andresbajotierra@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=1132980
2010-05-31 20:30:06 +00:00
Script Kiddy c5cdb67921 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1132275
2010-05-30 06:45:17 +00:00
Aaron J. Seigo 491139ee6b tweak out the Apply button, hide the Header title when appropriate
BUG:201675

svn path=/trunk/KDE/kdebase/apps/; revision=1129004
2010-05-21 00:27:08 +00:00
Fredrik Höglund 9f399c7e44 Set dynamicSortFilter to true in the proxy model.
This fixes icons not being sorted with Qt 4.7.

svn path=/trunk/KDE/kdebase/apps/; revision=1126376
2010-05-13 21:16:58 +00:00
Fredrik Höglund 31c4e12e5a If a containment action is assigned to the left mouse button,
give it precedence over elastic-band selections.

Fixed in: 4.4.4
BUG: 183599

svn path=/trunk/KDE/kdebase/apps/; revision=1126346
2010-05-13 19:38:13 +00:00
Fredrik Höglund 5921621a54 Fix a crash in configAccepted() when changing the preview settings
when the applet is on the panel.

Fixed in: 4.4.4
BUG: 233794

svn path=/trunk/KDE/kdebase/apps/; revision=1126342
2010-05-13 19:12:39 +00:00
Stephan Binner a2f7847f94 SVN_SILENT i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=1124548
2010-05-09 11:06:38 +00:00
Fredrik Höglund 6ebd616304 - Show regular tooltips for folders except when dragging icons.
- Add an action button in the icon overlay that opens the folder popup.
 
BUG: 192821
BUG: 212882

svn path=/trunk/KDE/kdebase/apps/; revision=1124317
2010-05-08 20:31:36 +00:00
Fredrik Höglund df0122af96 Split the folder testing code out into a separate class.
svn path=/trunk/KDE/kdebase/apps/; revision=1124160
2010-05-08 00:11:24 +00:00
Shantanu Tushar Jha 60ba2e581d Add simple Type-and-Select feature.
BUG: 187241


svn path=/trunk/KDE/kdebase/apps/; revision=1118646
2010-04-25 15:03:12 +00:00
Script Kiddy 41915ef374 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1115065
2010-04-15 06:07:57 +00:00
Aaron J. Seigo 78f80ae307 delay showing the busy widget; less visual noise on local browsing
svn path=/trunk/KDE/kdebase/apps/; revision=1114478
2010-04-13 17:53:35 +00:00
Fredrik Höglund b0d6cf6363 - Use Plasma::WindowEffects to override the shadow instead of using
Xlib directly.
- Enable the blur effect and set the blur region for the popups.

svn path=/trunk/KDE/kdebase/apps/; revision=1100854
2010-03-08 21:03:19 +00:00